expressive/CHANGELOG.md
Sebastian Schmidt 5e491f6771 Add serde feature
Relates to #18
2019-03-23 12:46:52 +02:00

960 B

Change Log

Unreleased

Added

  • Add serde feature

Removed

Changed

  • Highlighing in documentation

Fixed

Deprecated

1.1.0 - 2019-03-20

Added

  • Internal aliases IntType and FloatType used by the Value enum are now public
  • Type alias TupleType used to represent tuples was added
  • Error types like Error::ExpectedInt for expecting each value type were added
  • Shortcut functions like eval_int or eval_int_with_configuration to evaluate directly into a value type were added
  • Documentation for the shortcut functions was added
  • Functions to decompose Values were added and documented

Removed

  • Integration tests were removed from shipped crate

Fixed

  • Wording of some documentation items was changed to improve readability

1.0.0 - 2019-03-20

  • First stable release