Skip to content

Latest commit

 

History

History
51 lines (26 loc) · 1.28 KB

CHANGELOG.md

File metadata and controls

51 lines (26 loc) · 1.28 KB

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.42.0] - 2024-12-18

Refactor

  • 8cf9766 semantic, syntax, wasm: Remove #![allow(non_snake_case)] (#7863) (overlookmotel)

[0.35.0] - 2024-11-04

Bug Fixes

  • 7d12669 types: Move @oxc-project/types to dependencies (#6909) (ottomated)

[0.34.0] - 2024-10-26

Features

  • 1145341 ast_tools: Output typescript to a separate package (#6755) (ottomated)

Bug Fixes

  • b075982 types: Change @oxc/types package name (#6874) (ottomated)

[0.26.0] - 2024-09-03

Refactor

  • b39c0d6 wasm: Add source_type for parser, replace class options with plain object (#5217) (Kevin Deng 三咲智子)

[0.13.0] - 2024-05-14

Refactor

  • 2064ae9 parser,diagnostic: One diagnostic struct to eliminate monomorphization of generic types (#3214) (Boshen)

[0.10.0] - 2024-03-14

Features

  • 697b6b7 Merge features serde and wasm to serialize (#2716) (Boshen)

[0.6.0] - 2024-02-03

Features

  • 9c6c17b wasm/parser: Improve FFI (#2232) (Boshen)- 5ac61f0 Setup wasm parser for npm (#2221) (Boshen)