expressive/CHANGELOG.md
Sebastian Schmidt 2dac0576a7 Add shortcut functions for evaluating directly into a value type
+ Added shortcut functions `eval_[type]` and `eval_[type]_with_configuration` for each value type
 + Added integration tests for the above

 Partially implements #15
2019-03-20 16:29:50 +02:00

487 B

Change Log

[Unreleased]

Added

  • Internal alias IntType and FloatType used by the Value enum are now public
  • Error types for expecting each value type
  • Shortcut functions like eval_int to evaluate directly into a value type

Removed

  • Removed integration tests from shipped crate

Changed

Fixed

  • Wording of some documentation items

Deprecated

1.0.0 - 2019-03-20

  • First stable release