Releases: kirakiray/drill.js
Releases · kirakiray/drill.js
5.3.2: feat: support alias path
fix: some issuse (#48) Co-authored-by: huang yao <[email protected]>
5.2.6: feat: Optimize error prompts (#44)
* feat: Optimize error prompts * chore: bump version --------- Co-authored-by: huang yao <[email protected]>
5.2.5: fix: some issuse (#43)
Co-authored-by: huang yao <[email protected]>
5.2.3: fix: Logic when loading page errors (#41)
* fix: Logic when loading page errors * chore: bump version --------- Co-authored-by: huang yao <[email protected]>
5.2.2: feat: Support for css files (#39)
* feat: Support for css files * feat: support -ctx mode * Update init.js * chroe: rebuild less-drill
5.2.1: fix: '-direct' parameter invalid bug (#38)
* fix: '-direct' parameter invalid bug * fix: blob and data prefix addresses
5.2.0: feat: The type of loading can be actively selected (#37)
* refactor: opt code * refactor: rebuild ts-drill * fix: a bug in the use method * fix: the use problem of the plug-in * feat: support htm file * feat: support param type * chore: add bump script
5.1.2: test: add vitest (#35)
* test: add vitest * Update vitest.yml * test: add use test * refactor: bump version
5.1.1
5.1.0: feat: Added support for less files (#32)
- The less file can be referenced directly without the need to compile it in advance
- Change to middleware mechanism
- add more readme