v0.4.0
What's Changed
- refactor!: v0.4.0 main rewrite by @beeb in #150
- docs(core): document
auth
andconfig
modules by @beeb in #175 - feat: format multiline remappings array by @beeb in #174
- docs(core): add documentation by @beeb in #177
- docs(core): add documentation by @beeb in #178
- docs(core): update and utils modules by @beeb in #179
- test(commands): init integration tests by @beeb in #180
- refactor!: minor refactor and integration tests by @beeb in #186
- test(commands): add integration test (install/uninstall) by @beeb in #190
- feat(core): improve remappings matching by @beeb in #191
- fix(core): updating git dependencies by @beeb in #192
- feat(commands): update libs in foundry config during init by @beeb in #193
- refactor: remove all unwraps by @beeb in #194
- ci: speed up test by using cargo-nextest by @beeb in #196
- perf: lock-free synchronization, add rayon by @crypdoughdoteth in #198
- feat(cli): add banner by @xyizko in #199
- refactor: use new syntax for bon builders by @beeb in #200
- ci: add nextest config by @beeb in #201
- test(commands): integration tests for push by @beeb in #197
- fix(core):
path_matches
semver comparison by @beeb in #205 - fix(cli): respect environment and tty preference for color by @beeb in #206
- test(commands): fix tests when run with
cargo test
by @beeb in #207
New Contributors
- @crypdoughdoteth made their first contribution in #198
- @xyizko made their first contribution in #199
Full Changelog: v0.3.4...v0.4.0