Sha256: 55ebcf7ee0fd10987829a98fb9757cbc6f68c62198bc70122384bedc08de9915

Contents?: true

Size: 1.12 KB

Versions: 36

Compression:

Stored size: 1.12 KB

Contents

# Changelog

Notes significant changes to minimal-lexical.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.4] 2021-10-02
### Added
- Missing license details for `src/bellerophon.rs`.

## [0.2.0] 2021-09-10
### Changed
- `no_alloc` feature flag was replaced with an `alloc` feature flag.

## [0.1.3] 2021-09-04
### Added
- Added the `compact` feature, which sacrifices performance for smaller binary sizes.
- 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.

### Changed
- Removed stackvec dependent, even on `no_alloc`.
- Improved the algorithms for parsing.
- Simplified big-integer arithmetic, and the slow path algorithms.
- Reduced the binary sizes.
- Added optimizations for small floats.

## [0.1.2] 2021-05-09
### Added
- Remove cached_float and infer exponents rather than store them.

## [0.1.1] 2021-05-08
### Added
- Added the Eisel-Lemire algorithm.

## [0.1.0] 2021-04-27
### Added
- Initial version.

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
wasmtime-14.0.0 ./ext/cargo-vendor/minimal-lexical-0.2.1/CHANGELOG
wasmtime-13.0.0 ./ext/cargo-vendor/minimal-lexical-0.2.1/CHANGELOG
wasmtime-12.0.1 ./ext/cargo-vendor/minimal-lexical-0.2.1/CHANGELOG
wasmtime-12.0.0 ./ext/cargo-vendor/minimal-lexical-0.2.1/CHANGELOG
wasmtime-11.0.0 ./ext/cargo-vendor/minimal-lexical-0.2.1/CHANGELOG
wasmtime-10.0.1 ./ext/cargo-vendor/minimal-lexical-0.2.1/CHANGELOG
wasmtime-10.0.0 ./ext/cargo-vendor/minimal-lexical-0.2.1/CHANGELOG
wasmtime-9.0.4 ./ext/cargo-vendor/minimal-lexical-0.2.1/CHANGELOG
wasmtime-9.0.1 ./ext/cargo-vendor/minimal-lexical-0.2.1/CHANGELOG
wasmtime-8.0.0 ./ext/cargo-vendor/minimal-lexical-0.2.1/CHANGELOG
wasmtime-7.0.0 ./ext/cargo-vendor/minimal-lexical-0.2.1/CHANGELOG
wasmtime-6.0.1 ./ext/cargo-vendor/minimal-lexical-0.2.1/CHANGELOG
wasmtime-6.0.0 ./ext/cargo-vendor/minimal-lexical-0.2.1/CHANGELOG
wasmtime-5.0.0 ./ext/cargo-vendor/minimal-lexical-0.2.1/CHANGELOG
wasmtime-0.4.1 ./ext/cargo-vendor/minimal-lexical-0.2.1/CHANGELOG
wasmtime-0.4.0 ./ext/cargo-vendor/minimal-lexical-0.2.1/CHANGELOG