in_app_messaging_json_logic 2.2.0
in_app_messaging_json_logic: ^2.2.0 copied to clipboard
jsonlogic is dart implementation of JsonLogic, which applies logic rules on JSON.
2.2.0 #
- FIX: fix once conditions.
- FEAT(deps): upgrade dependencies and sdk.
- FEAT: use json-logic for conditions, make messages serializable, add more conditions.
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.