Releases: web-infra-dev/rspack-sources
Releases · web-infra-dev/rspack-sources
0.4.15
What's Changed
- chore: release v0.4.14 by @SyMind in #197
- fix: replace source for multi byte chars by @SyMind in #198
- perf: ConcatSource source by @SyMind in #199
- chore: bench cached source stream_chunks by @SyMind in #201
- perf: remove rope by @SyMind in #200
- fix: fixes UTF-16 encoding issues by @SyMind in #202
- perf: replace source to original by @SyMind in #203
- fix: replace size compute by @SyMind in #204
Full Changelog: 0.4.14...0.4.15
0.4.14
What's Changed
- chore: release 0.4.13 by @SyMind in #191
- perf: replace source size by @SyMind in #193
- perf: replace source data struct by @SyMind in #194
- fix: replace source hash should be order independent by @SyMind in #195
- perf: using Arc to share source content between source map by @SyMind in #196
- perf: object pool by @SyMind in #192
Full Changelog: 0.4.13...0.4.14
0.4.12
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
v0.4.10
v0.4.9
v0.2.8
What's Changed
- perf: reduce memory allocation while generating sourcemaps by @Boshen in #63
- docs: fix
cargo doclint 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
Debugreadable 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_sortedto ReplaceSource by @Boshen in #77 - refactor: removing
parking_lockby @Boshen in #79 - refactor: remove
once_cellcrate 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
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