in_app_messaging_json_logic 2.1.1
in_app_messaging_json_logic: ^2.1.1 copied to clipboard
jsonlogic is dart implementation of JsonLogic, which applies logic rules on JSON.
Changelog #
[2.1.1] #
- fix
list in list
operator working only for first value of list
[2.1.0] #
- add date time operator support
- add version operator support
[2.0.2] - Lint #
- Fix lint errors
- Add test coverage
[2.0.1] - Pedantic #
- Fix issues raised by pedantic
[2.0.0] - Null safety #
- Added null safety (by @fermuch)
[1.0.1] - Update description #
- Update description on pubspec.yaml
[1.0.0] - Initial release #
- Initial release of json logic library.