-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- use local js instead of npx for running local script
- add test case for relative / absolute path inclusion
- Loading branch information
Showing
7 changed files
with
36 additions
and
1,925 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,64 +1,71 @@ | ||
# Change Log | ||
|
||
## 2.2.3 | ||
## v2.2.4 | ||
|
||
- fix bug: incorrect path resolving in customized resolve plugin | ||
- use local js instead of npx for running local script | ||
- add test case for relative / absolute path inclusion | ||
|
||
|
||
## v2.2.3 | ||
|
||
- fix bug: pug dependency path resolving incorrect | ||
|
||
|
||
## 2.2.2 | ||
## v2.2.2 | ||
|
||
- fix bug: pug malformat crashes the whole server | ||
|
||
|
||
## 2.2.1 | ||
## v2.2.1 | ||
|
||
- fix bug: update of dependencies doesn't trigger pug file's rebuilding. | ||
- calculate pug dependencies based on pug native function | ||
|
||
|
||
## 2.2.0 | ||
## v2.2.0 | ||
|
||
- add module / static path for including pug files | ||
|
||
|
||
## 2.1.10 | ||
## v2.1.10 | ||
|
||
- trim i18n key when use to prevent confusion | ||
|
||
|
||
## 2.1.9 | ||
## v2.1.9 | ||
|
||
- add `intlbase` pug function for wrapping url with i18n base. | ||
|
||
|
||
## 2.1.8 | ||
## v2.1.8 | ||
|
||
- tweak build script. | ||
- add `-p` / `--port` option for assigning port to listen. | ||
|
||
|
||
## 2.1.7 | ||
## v2.1.7 | ||
|
||
- support auto-open functionality with option `-o` or config `open`. default false ( suppressed ) | ||
|
||
|
||
## 2.1.6 | ||
## v2.1.6 | ||
|
||
- fix bug: we should require scoped packages with their full name. | ||
|
||
|
||
## 2.1.5 | ||
## v2.1.5 | ||
|
||
- use dependency debounce.js from npm instead of github. | ||
|
||
|
||
## 2.1.4 | ||
## v2.1.4 | ||
|
||
- remove LiveScript header comment. | ||
- add lson format support. | ||
- upgrade from `LiveScript 1.3` to `livescript 1.6` for json support. | ||
- update build script to adopt livescript 1.3 -> 1.6 change. | ||
|
||
## 2.1.3 | ||
## v2.1.3 | ||
|
||
- make web root customizable and formalize server arguments. |
Oops, something went wrong.