Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.61 KB

CHANGELOG.md

File metadata and controls

41 lines (32 loc) · 1.61 KB

Changelog

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

Added

  • Convenience type aliases, to make creation of complex namespace types easier: StringToF64Namespace, StrToF64Namespace, StringToCallbackNamespace, StrToCallbackNamespace, LayeredStringToF64Namespace

0.2.3 - 2020-01-17

Added

  • Examples in the 'examples' directory.
  • Improved documentation.

0.2.2 - 2020-01-15

Removed

  • Removed the fasteval::parse() convenience function. Now use the Parser directly: Parser::new().parse(). This was done to improve the usability of custom safety parse limits.

0.2.1 - 2020-01-14

Added

  • 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.