Skip to content

Releases: web-infra-dev/rspack-sources

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

v0.2.4

10 May 07:57

Choose a tag to compare

What's Changed

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

v0.2.3

22 Mar 07:36

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

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

Choose a tag to compare

What's Changed

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

v0.2.0

20 Feb 07:19

Choose a tag to compare

What's Changed

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

v0.1.19

10 Feb 05:25

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

v0.1.18

08 Feb 12:12

Choose a tag to compare

Full Changelog: v0.1.17...v0.1.18

v0.1.17

28 Jan 05:50

Choose a tag to compare

What's Changed

  • refactor: remove SmolStr from CachedSource by @Boshen in #39
  • perf: remove smolstr by @Boshen in #40
  • feat: add to_writer api to Source trait for better std::io::write performance by @Boshen in #42

Full Changelog: v0.1.16...v0.1.17

v0.1.16

09 Jan 09:07

Choose a tag to compare

What's Changed

  • perf: reduce allocation pressure by changing usage of Iterator::fold to concat by @Boshen in #36
  • fix: dead loop when cheap-module-source-map by @ahabhgk in #38

Full Changelog: v0.1.15...v0.1.16