oxc/crates/oxc_allocator/CHANGELOG.md

1.1 KiB

Changelog

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.

[0.13.0] - 2024-05-14

Refactor

  • 7e1fe36 ast: Squash nested enums (#3115) (overlookmotel)

[0.12.5] - 2024-04-22

Refactor

  • 6bc18e1 bench: Reuse allocator in parser + lexer benchmarks (#3053) (overlookmotel)

[0.12.4] - 2024-04-19

Features

  • 063b281 allocator: Make Box's PhantomData own the passed in T (#2952) (Boshen)

[0.6.0] - 2024-02-03

Documentation

  • a1271af allocator: Document behaviour of Box (Boshen)

[0.5.0] - 2024-01-12

Features

  • a6d9356 allocator: Add From API (#1908) (Boshen)

[0.4.0] - 2023-12-08

Refactor

  • 1a576f6 rust: Move to workspace lint table (#1444) (Boshen)

[0.2.0] - 2023-09-14

Refactor

  • 12798e0 Improve code coverage a little bit (Boshen)- fdf288c Improve code coverage in various places (#721) (Boshen)