All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
(Click the above link to see the work that has occurred since the latest release.)
0.2.4 - 2020-01-26
- Convenience type aliases, to make creation of complex namespace types easier: StringToF64Namespace, StrToF64Namespace, StringToCallbackNamespace, StrToCallbackNamespace, LayeredStringToF64Namespace
0.2.3 - 2020-01-17
- Examples in the 'examples' directory.
- Improved documentation.
0.2.2 - 2020-01-15
- Removed the
fasteval::parse()
convenience function. Now use theParser
directly:Parser::new().parse()
. This was done to improve the usability of custom safety parse limits.
0.2.1 - 2020-01-14
- Enable custom safety parse limits.
- Better documentation of safety features.
0.2.0 - 2020-01-01
This was the initial public release. Changes before this point are not described here, but they can still be viewed in the Repository.