Skip to content

Latest commit

 

History

History
42 lines (20 loc) · 696 Bytes

CHANGELOG.md

File metadata and controls

42 lines (20 loc) · 696 Bytes

CHANGELOG

1.4.0 - 2023-11-17

  • Added ability to register new functions even after callinmg evaluate.

1.3.2 - 2023-11-25

  • Cover case when object implements get( ..args) method

1.3.1 - 2023-07-14

  • Corrected function argument cleanup of IValueAdapter in case with nested arrays

1.3.0 - 2023-05-11

  • If evaluated value is value adapter, return clean value
  • When calling functions, cleanup eventual value adapter aruments

1.2.0 - 2022-12-27

  • Allow method calls

1.1.0 - 2021-05-14

  • Use Smfony 5

1.0.2 - 2020-09-22

  • Corrected type checking when wrapping values in resolver.

1.0.1 - 2020-09-19

  • Packagist fix

1.0.0 - 2020-09-19

  • Initial release