expressive/CHANGELOG.md
2019-03-20 16:40:57 +02:00

26 lines
588 B
Markdown

# 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
* Type alias `TupleType` used to represent tuples was added
### Removed
* Integration tests were removed from shipped crate
### Changed
### Fixed
* Wording of some documentation items was changed to improve readability
### Deprecated
## [1.0.0](https://github.com/ISibboI/evalexpr/tree/1.0.0) - 2019-03-20
* First stable release