Releases: web-infra-dev/rspack-sources
Releases · web-infra-dev/rspack-sources
v0.1.17
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
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
v0.1.15
What's Changed
- chore(rust): Bump Rust nightly to Version 1.66.0 (2022-12-15) by @Boshen in #35
New Contributors
Full Changelog: v0.1.14...v0.1.15