Skip to content

Releases: oxc-project/oxc-sourcemap

v4.0.4

31 Jul 15:32
ea9a4bf
Compare
Choose a tag to compare

Fixed

  • fix

Other

  • change some APIs to return &Arc<str> (#105)
  • avoid string allocation in SourceMapBuilder::add_name (#103)
  • add [bench] to Cargo.toml
  • add benchmark (#100)

v4.0.3

28 Jul 01:36
5433756
Compare
Choose a tag to compare

Other

  • remove outdated text from README (#95)
  • (deps) lock file maintenance (#97)
  • (justfile) add dprint (#94)
  • add auto format (#92)

v4.0.2

20 Jul 03:35
eb720a0
Compare
Choose a tag to compare

Other

  • return &Arc<str> instead &str for source content (#88)
  • reduce size of token from 32 bytes to 24 (#86)

v4.0.1

18 Jul 08:30
a61afa3
Compare
Choose a tag to compare

Other

  • (deps) napi v3 (#84)

v4.0.0

17 Jul 02:18
ca58d9e
Compare
Choose a tag to compare

Other

  • (deps) bump deps (#83)
  • remove rayon feature (#81)

v3.0.2

19 May 02:48
2ff66a7
Compare
Choose a tag to compare

Other

  • napi beta

v3.0.1

10 May 10:56
7dd717d
Compare
Choose a tag to compare

Fixed

  • sources_content should be Vec<Option<Arc>> (#50)

v3.0.0

03 Mar 11:56
9b6592f
Compare
Choose a tag to compare

Added

  • support x_google_ignoreList in more places (#30)

v2.0.2

22 Feb 10:33
0dbfd0c
Compare
Choose a tag to compare

Other

  • Rust Edition 2024 (#24)

v2.0.1

21 Feb 15:36
8683b6e
Compare
Choose a tag to compare

Other

  • include build.rs