Skip to content

Releases: oxc-project/oxc-sourcemap

v4.1.2

18 Sep 13:51
e533e6c
Compare
Choose a tag to compare

Other

  • simplify LineLookupTable structure (#151)
  • remove sort in generate_lookup_table (#150)

v4.1.1

11 Sep 08:40
5c3b95b
Compare
Choose a tag to compare

Other

  • (sourcemap) optimize escape_json_string to avoid serde overhead (#141)

v4.1.0

18 Aug 08:19
debc678
Compare
Choose a tag to compare

Added

  • add SourcemapVisualizer::get_url method (#126)

v4.0.5

03 Aug 08:02
bc157c3
Compare
Choose a tag to compare

Other

  • make Token Copy (#108)
  • change some APIs to return &Arc<str> (#107)

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