Skip to content

Releases: kirakiray/drill.js

5.3.12

31 Oct 14:34
c889cf8
Compare
Choose a tag to compare

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

26 Jul 09:31
639a8e4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.3.10...5.3.11

5.3.10

26 Jul 06:47
297dd80
Compare
Choose a tag to compare

What's Changed

  • refactor: Optimize error reporting experience by @kirakiray in #58

Full Changelog: 5.3.9...5.3.10

5.3.9

08 Jul 14:12
42b5194
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.3.8...5.3.9

5.3.8

14 Jun 09:32
3be41eb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.3.7...5.3.8

5.3.7

19 Feb 12:26
a121f21
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.3.6...5.3.7

5.3.6

22 Jan 15:46
945be76
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.3.5...5.3.6

5.3.5: feat: Optimize file access times (#51)

06 Jan 14:48
94d8206
Compare
Choose a tag to compare
* 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)

21 Nov 07:17
e14e0ac
Compare
Choose a tag to compare
* 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)

06 Nov 10:04
71ce814
Compare
Choose a tag to compare
* refactor: Reduce the number of fetch requests

* chore: bump version

* refactor: export caches

---------

Co-authored-by: huang yao <[email protected]>