Skip to content

Releases: web-infra-dev/rspack-sources

v0.2.8

30 Jan 10:21
Compare
Choose a tag to compare

What's Changed

  • perf: reduce memory allocation while generating sourcemaps by @Boshen in #63
  • docs: fix cargo doc lint warnings by @Boshen in #64
  • chore: clean up github workflows by @Boshen in #65
  • refactor: use stable Rust by @Boshen in #66
  • chore: use codspeed for benchmark by @Boshen in #67
  • ci: clean up workflow files by @Boshen in #68
  • chore: bump deps and commit Cargo.lock by @Boshen in #69
  • feat: make Debug readable by @Boshen in #70
  • chore: correct typos by @Boshen in #74
  • chore(rust): use lint table by @Boshen in #75
  • ci: use a single worflow for test, lint, format and docs by @Boshen in #76
  • perf: add is_sorted to ReplaceSource by @Boshen in #77
  • refactor: removing parking_lock by @Boshen in #79
  • refactor: remove once_cell crate by @Boshen in #80
  • perf: use memchr for split_into_lines by @Boshen in #82
  • feat: support source root by @SyMind in #83

New Contributors

Full Changelog: v0.2.7...v0.2.8

v0.2.7

08 Sep 10:55
Compare
Choose a tag to compare

What's Changed

  • perf: to_writer use utf8 offset and WithIndices use OnceCell by @jerrykingxyz in #62

Full Changelog: v0.2.6...v0.2.7

v0.2.6

12 Jun 12:06
Compare
Choose a tag to compare

What's Changed

  • fix: replace source should hash inner source by @underfin in #60

Full Changelog: v0.2.5...v0.2.6

v0.2.5

25 May 05:51
Compare
Choose a tag to compare

What's Changed

  • fix: avoid replace source add overflow by @underfin in #59

New Contributors

Full Changelog: v0.2.4...v0.2.5

v0.2.4

10 May 07:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.3...v0.2.4

v0.2.3

22 Mar 07:36
Compare
Choose a tag to compare

What's Changed

  • fix: cheap-module-source-map too slow by @ahabhgk in #57
  • perf: use arc to prevent copy str by @bvanjoi in #55

Full Changelog: v0.2.2...v0.2.3

v0.2.2

13 Mar 03:41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.2.2

v0.2.1

21 Feb 09:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

20 Feb 07:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.19...v0.2.0

v0.1.19

10 Feb 05:25
Compare
Choose a tag to compare

What's Changed

  • perf: remove extra string clone on CachedSource and ReplaceSource by @Boshen in #43

Full Changelog: v0.1.18...v0.1.19