# CHANGELOG

## 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]`
