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