2dac0576a7
+ Added shortcut functions `eval_[type]` and `eval_[type]_with_configuration` for each value type + Added integration tests for the above Partially implements #15
25 lines
487 B
Markdown
25 lines
487 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
|
|
|
|
### Removed
|
|
|
|
* Removed integration tests from shipped crate
|
|
|
|
### Changed
|
|
|
|
### Fixed
|
|
|
|
* Wording of some documentation items
|
|
|
|
### Deprecated
|
|
|
|
## [1.0.0](https://github.com/ISibboI/evalexpr/tree/1.0.0) - 2019-03-20
|
|
|
|
* First stable release |