All notable changes to this package will be documented in this file.
The format is based on Keep a Changelog, and this project does not adhere to Semantic Versioning until v1.0.0.
2.0.0 - 2024-12-09
- use "serde" feature
- (deps) update dependency rust to v1.83.0 (#2)
- add README
1.0.1 - 2024-12-01
- clippy
- remove allowed clippy rules
- update repo
- add default features
- 423d54c rust: Remove the annoying
clippy::wildcard_imports
(#6860) (Boshen)
- 84b7d1a index: Add unit tests to
oxc_index
(#5979) (DonIsaac)
- 71116a1 index: [BREAKING] Remove ability to index
IndexVec
withusize
(#5733) (overlookmotel)
- a362f51 index: Add
IndexVec::shrink_to
(#5713) (overlookmotel)
- 333e2e0 index: Remove
Idx
bounds-checks fromfirst
+last
methods (#5726) (overlookmotel)
- 2de6ea0 index, traverse: Remove unnecessary type annotations (#5650) (overlookmotel)- 26d9235 Enable clippy::ref_as_ptr (#5577) (夕舞八弦)
- 4cb63fe index: Impl rayon related to trait for IndexVec (#5421) (IWANABETHATGUY)
- 00511fd Use
oxc_index
instead ofindex_vec
in doc comments (#5423) (IWANABETHATGUY)
- 786bf07 index: Shorten code and correct comment (#4905) (overlookmotel)
- 51de41c index: Add
example_generated
to create the docs. (#3106) (Ali Rezvani)
- 697b6b7 Merge features
serde
andwasm
toserialize
(#2716) (Boshen)
- f1b433b playground: Visualize symbol (#1886) (Dunqing)
- 1a576f6 rust: Move to workspace lint table (#1444) (Boshen)