Current section

Files

Jump to
predicator CHANGELOG.md
Raw

CHANGELOG.md

# CHANGELOG
## v0.7.0
* New
* Adds 2 new comparison predicates for `starts_with` & `ends_with`
## v0.6.0
* Updates & New
* Adds 3 new evaluatable predicates for `to_date`, `date_ago`, and `date_from_now`
## v0.5.0
* Updates
* Evaluator now reads new coercion instructions `to_int`, `to_str`, & `to_bool`
## v0.4.0
* New
* Adds 4 new functions to the `Predicator` module `eval/3`, `leex_string/1`, `parsed_lexed/1`, & `leex_and_parse/1`
## v0.3.0
* Enhancements
* Adds options to `Predicator.Evaluator.execute/3` as a keyword list to define if the context map is a string keyed list `[map_type: :string]` or atom keyed for the default `[map_type: :atom]`