What's Changed
This release primarily focuses on REFACTORING and adding new TESTS.
BREAKING 💥
REMOVE THE HTML VIEW SUPPORT
feat
- ✨ add install script for linux/darwin by @Equationzhao in #142
- ✨ improve error output and remove dead code by @Equationzhao in #144
- ✨ improve alignment by @Equationzhao in #154
refactor
- ♻️ may improve initiation speed of shell script by @Equationzhao in #151
- ♻️ move const var to constval package by @Equationzhao in #152
- ♻️ improve code perf by @Equationzhao in #153
- ♻️ improve import chain by @Equationzhao in #143
- ♻️ change return code from 1 to 2 when failed to list target entries by @Equationzhao in #146
- ♻️ move filter/content to new package by @Equationzhao in #148
fix
- fix: 🐛 remove unexpected ending in json by @Equationzhao in #157
test
- ci: 👷 add new tests by @Equationzhao in #158
docs
- docs: 📝 add comment by @Equationzhao in #147
Full Changelog: v0.25.2...v0.25.3