oxc/npm/oxc-parser/CHANGELOG.md
2024-12-04 19:43:22 +08:00

66 lines
1.4 KiB
Markdown

# Changelog
All notable changes to this package will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project does not adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) until v1.0.0.
## [0.39.0] - 2024-12-04
### Refactor
- b4f3812 oxc_napi: Remove `source_map` - moved to its crate (#7614) (Boshen)
## [0.35.0] - 2024-11-04
### Bug Fixes
- 7d12669 types: Move @oxc-project/types to dependencies (#6909) (ottomated)
## [0.34.0] - 2024-10-26
- 67a7bde napi/parser: [**BREAKING**] Add typings to napi/parser (#6796) (ottomated)
### Features
### Bug Fixes
- b075982 types: Change @oxc/types package name (#6874) (ottomated)
### Documentation
- 99e3b32 napi: Remove JSON.parse from example (#6836) (ottomated)
## [0.33.0] - 2024-10-24
### Documentation
- d48e008 napi: Simplify + reformat README (#6834) (overlookmotel)
## [0.28.0] - 2024-09-11
### Styling
- 694f032 Add trailing line breaks to `package.json` files (#5542) (overlookmotel)
## [0.25.0] - 2024-08-23
### Bug Fixes
- 2a5e15d npm: `libc` field should not be `null` (Boshen)
## [0.7.0] - 2024-02-09
### Features
- 839e7c5 napi/parser: Add more linux-musl targets (Boshen)
## [0.5.0] - 2024-01-12
### Documentation
- b1de10f Fix oxc-parser README demo error (#1993) (luhc228)
## [0.4.0] - 2023-12-08
### Refactor
- 90ff0dd Change @oxidation-compiler/napi to oxc-parser (#1209) (Boshen)