1cbd624adSopenharmony_ci# Changelog
2cbd624adSopenharmony_ci
3cbd624adSopenharmony_ciNotes significant changes to minimal-lexical.
4cbd624adSopenharmony_ci
5cbd624adSopenharmony_ciThe format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6cbd624adSopenharmony_ciand this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7cbd624adSopenharmony_ci
8cbd624adSopenharmony_ci## [0.1.4] 2021-10-02
9cbd624adSopenharmony_ci### Added
10cbd624adSopenharmony_ci- Missing license details for `src/bellerophon.rs`.
11cbd624adSopenharmony_ci
12cbd624adSopenharmony_ci## [0.2.0] 2021-09-10
13cbd624adSopenharmony_ci### Changed
14cbd624adSopenharmony_ci- `no_alloc` feature flag was replaced with an `alloc` feature flag.
15cbd624adSopenharmony_ci
16cbd624adSopenharmony_ci## [0.1.3] 2021-09-04
17cbd624adSopenharmony_ci### Added
18cbd624adSopenharmony_ci- Added the `compact` feature, which sacrifices performance for smaller binary sizes.
19cbd624adSopenharmony_ci- Added the `nightly` feature, which adds inline ASM to use FPU instructions for to ensure proper rounding on x86 targets using the x87 FPU without SSE2.
20cbd624adSopenharmony_ci
21cbd624adSopenharmony_ci### Changed
22cbd624adSopenharmony_ci- Removed stackvec dependent, even on `no_alloc`.
23cbd624adSopenharmony_ci- Improved the algorithms for parsing.
24cbd624adSopenharmony_ci- Simplified big-integer arithmetic, and the slow path algorithms.
25cbd624adSopenharmony_ci- Reduced the binary sizes.
26cbd624adSopenharmony_ci- Added optimizations for small floats.
27cbd624adSopenharmony_ci
28cbd624adSopenharmony_ci## [0.1.2] 2021-05-09
29cbd624adSopenharmony_ci### Added
30cbd624adSopenharmony_ci- Remove cached_float and infer exponents rather than store them.
31cbd624adSopenharmony_ci
32cbd624adSopenharmony_ci## [0.1.1] 2021-05-08
33cbd624adSopenharmony_ci### Added
34cbd624adSopenharmony_ci- Added the Eisel-Lemire algorithm.
35cbd624adSopenharmony_ci
36cbd624adSopenharmony_ci## [0.1.0] 2021-04-27
37cbd624adSopenharmony_ci### Added
38cbd624adSopenharmony_ci- Initial version.
39