expressive/CHANGELOG.md

26 lines
588 B
Markdown
Raw Normal View History

2019-03-20 13:37:07 +00:00
# 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
2019-03-20 13:37:07 +00:00
### Removed
* Integration tests were removed from shipped crate
2019-03-20 13:37:07 +00:00
### Changed
### Fixed
* Wording of some documentation items was changed to improve readability
2019-03-20 13:37:07 +00:00
### Deprecated
## [1.0.0](https://github.com/ISibboI/evalexpr/tree/1.0.0) - 2019-03-20
* First stable release