Skip to content

Releases: web-infra-dev/rspack-sources

0.4.15

10 Nov 06:29

Choose a tag to compare

What's Changed

Full Changelog: 0.4.14...0.4.15

0.4.14

03 Nov 07:49

Choose a tag to compare

What's Changed

Full Changelog: 0.4.13...0.4.14

0.4.12

28 Oct 04:32

Choose a tag to compare

What's Changed

  • v0.4.11 by @SyMind in #175
  • feat: support ignore list by @SyMind in #163
  • chore: bench source map clone/parse/stringify by @SyMind in #176
  • chore: benchmark_cached_repetitive_react_components by @SyMind in #178
  • perf: remove VecDeque in CharIndices by @SyMind in #179
  • perf: check if it is already a BoxSource containing a CachedSource by @SyMind in #183

Full Changelog: 0.4.11...0.4.12

0.4.11

26 Sep 03:37

Choose a tag to compare

What's Changed

Full Changelog: v0.4.9...0.4.11

v0.4.10

25 Sep 08:45
819e805

Choose a tag to compare

What's Changed

Full Changelog: v0.4.9...v0.4.10

v0.4.9

25 Sep 06:52
b5ed0ff

Choose a tag to compare

perf: RawBufferSource value_as_string (#167)
perf: should flatten nested concat sources (#166)
perf: buffer by to_writer (#165)

v0.2.8

30 Jan 10:21

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

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

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

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