This repository has been archived by the owner on Sep 20, 2021. It is now read-only.
Releases: hoaproject/Ruler
Releases · hoaproject/Ruler
1.15.11.09
- Fix CS. (Ivan Enderlin, 2015-09-23T11:31:44+02:00)
1.15.09.22
- Fix bad evaluation of
null
as an array key in the asserter. (Grummfy, 2015-09-22T15:47:23+02:00)
1.15.09.08
- Add a
.gitignore
file. (Stéphane HULARD, 2015-08-03T11:45:52+02:00) - Add the
matches
operator. (Kévin Gomez, 2015-07-18T19:44:24+02:00)
1.15.07.28
- Auto-box the expression to its bag representation. (Ivan Enderlin, 2015-07-13T11:37:00+02:00)
- Fix a typo. (Ivan Enderlin, 2015-06-27T16:08:06+02:00)
1.15.05.29
- Move to PSR-1 and PSR-2. (Ivan Enderlin, 2015-04-20T10:21:13+02:00)
1.15.04.13
- Add the English documentation. (Ivan Enderlin, 2015-03-19T10:32:47+01:00)
- Add the French documentation. (Ivan Enderlin, 2015-03-19T10:29:59+01:00)
- Add the
CHANGELOG.md
file. (Ivan Enderlin, 2015-02-16T14:08:39+01:00) - Fix CS and API documentation. (Ivan Enderlin, 2015-02-06T10:37:23+01:00)
- Add lazy operator support. (Alexis von Glasow, 2014-12-15T23:42:34+01:00)
- Add tests for the dynamic callable. (Ivan Enderlin, 2015-02-05T17:13:12+01:00)
1.15.02.05
- Sandbox function calls in the context (Ivan Enderlin, 2015-02-05T16:50:13+01:00)
- Add tests for the context. (Ivan Enderlin, 2015-02-05T16:49:30+01:00)
1.15.02.02
- s/interprete/interpret/ (Ivan Enderlin, 2015-02-02T11:31:29+01:00)
Ruler::interprete
is an alias toRuler::interpret
(simkimsia, 2015-01-16T22:22:18+08:00)- Improve type-hints in
Visitor\Asserter
(Alexis von Glasow, 2015-01-15T13:34:30+01:00) - Happy new year! (Ivan Enderlin, 2015-01-05T14:47:59+01:00)
1.14.12.10
- Move to PSR-4. (Ivan Enderlin, 2014-12-09T18:45:18+01:00)
1.14.12.09
* Fix a bug in the Visitor\Compiler
when function has no argument (Catalin Criste, 2014-12-09T18:25:25+01:00)
- Format namespace. (Ivan Enderlin, 2014-12-08T14:04:08+01:00)
- Require
hoa/test
. (Alexis von Glasow, 2014-11-26T13:21:41+01:00) Hoa\Visitor
has been finalized. (Ivan Enderlin, 2014-11-15T22:28:07+01:00)