Releases: kirakiray/drill.js
Releases · kirakiray/drill.js
5.3.12
What's Changed
- fix: issue about invalid 'data:' and 'blob:' links by @kirakiray in #60
Full Changelog: 5.3.11...5.3.12
5.3.11
5.3.10
What's Changed
- refactor: Optimize error reporting experience by @kirakiray in #58
Full Changelog: 5.3.9...5.3.10
5.3.9
What's Changed
- feat: Optimize the developer experience by @kirakiray in #57
Full Changelog: 5.3.8...5.3.9
5.3.8
What's Changed
- feat: Support some content-type formats by @kirakiray in #56
Full Changelog: 5.3.7...5.3.8
5.3.7
5.3.6
What's Changed
- fix: Standardize error reporting code by @kirakiray in #53
Full Changelog: 5.3.5...5.3.6
5.3.5: feat: Optimize file access times (#51)
* feat: Reduce the number of accesses to non-dynamic files * chore: bump version --------- Co-authored-by: huang yao <[email protected]>
5.3.4: feat: Add path method (#50)
* feat: Add path method * refactor: remove useless code * chore: bump version * test: add test case --------- Co-authored-by: huang yao <[email protected]>
5.3.3: refactor: Reduce the number of fetch requests (#49)
* refactor: Reduce the number of fetch requests * chore: bump version * refactor: export caches --------- Co-authored-by: huang yao <[email protected]>