Skip to content

Commit

Permalink
Completely overhaul our documentation.
Browse files Browse the repository at this point in the history
This also adds some additional tests.
  • Loading branch information
Alexhuszagh committed Jan 9, 2025
1 parent f889b94 commit 2be40c1
Show file tree
Hide file tree
Showing 19 changed files with 1,546 additions and 464 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Deprecated `Options::set_*` in our write float API since options should be considered immutable.
- Removed `static_assertions` dependency.

### Fixed

- Bug where the `radix` feature wasn't enabling `power-of-two` in `lexical-core` or `lexical`.

## [1.0.5] 2024-12-08

### Fixed
Expand Down
1 change: 1 addition & 0 deletions lexical-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ power-of-two = [
]
# Add support for parsing non-decimal float strings.
radix = [
"power-of-two",
"lexical-util/radix",
"lexical-write-integer?/radix",
"lexical-write-float?/radix",
Expand Down
Loading

0 comments on commit 2be40c1

Please sign in to comment.