- upgrade
@plotdb/srcbuild
to v0.0.68 - upgrade
chokidar
to v3.6.0
- upgrade
@plotdb/srcbuild
from v0.0.60 to v0.0.61
- upgrade
@plotdb/srcbuild
from v0.0.59 to v0.0.60
- upgrade
@plotdb/srcbuild
from v0.0.56 to v0.0.59 - audit fix vulnerabilities of dependencies
- upgrade
@plotdb/srcbuild
from v0.0.54 to v0.0.56 - audit fix for minimatch
- upgrade
@plotdb/srcbuild
from v0.0.53 to v0.0.54
- upgrade
@plotdb/srcbuild
from v0.0.52 to v0.0.53
- upgrade
@plotdb/srcbuild
from v0.0.47 to v0.0.52 - upgrade
@plotdb/colors
from v0.0.1 to v0.0.2 - upgrade other dev modules
- upgrade
@plotdb/srcbuild
from v0.0.46 to v0.0.47 for disabling debugCompile option
- upgrade
@plotdb/srcbuild
from v0.0.45 to v0.0.46 for intlbase and watcher behavior change
- upgrade
@plotdb/srcbuild
from v0.0.43 to v0.0.45 with customizable watcher root - support customizable
feroot
in server init option.
- upgrade minimist for vulnerability fixing
- upgrade
@plotdb/srcbuild
from v0.0.38 to v0.0.43
- upgrade
@plotdb/srcbuild
for fixing dependency issue - audit fix
- remove useless
bin/lib/view.js
- use
@plotdb/colors
to replacecolors
- remove useless dependencies
- bump @plotdb/srcbuild version for libLoader bug fixing
- bump @plotdb/srcbuild version for bundler relative path feature
- bump @plotdb/srcbuild version for stylus dependency and script option bug fixing
- bump @plotdb/srcbuild version for script and css loading bug fixing
- bump @plotdb/srcbuild version for natively supporting script and css loading
- bump @plotdb/srcbuild version for bundler bug fixing
- bump @plotdb/srcbuild version for disabling js compression in minification
- bump @plotdb/srcbuild version for js minifying compression issue
- bump @plotdb/srcbuild version for log removal
- bump @plotdb/srcbuild version for builder update
- bump @plotdb/srcbuild version for tweaking pug generation
- add legacy / deprecated notes for cfgfile
- add
lsp
option in config
- bump @plotdb/srcbuild version for bug fixing
- bump @plotdb/srcbuild version for bug fixing
- bump @plotdb/srcbuild version for resolving module from basedir in ext/pug
- bump stylus and @plotdb/srcbuild version for removing deprecated dependencies
- bump
@plotdb/srcubild
version to 0.0.18 for livescript building failed issue
- upgrade
@plotdb/srcbuild
forjson
reading feature
- upgrade
@plotdb/srcbuild
for bug fixing
- upgrade
path-parse
for resolving ReDoS vulnerability - upgrade
@plotdb/srcbuild
for supporting glslify transformation of lsc files
- upgrade
@plotdb/srcbuild
for new pug api
- fix module interface issue by removing non-existed dependency
- upgrade
@plotdb/srcbuild
to0.0.13
for fixing view/pug -> ext/pug parameter passing issue
- upgrade
@plotdb/srcbuild
to0.0.12
for fixing base, desdir and bundling path log bug
- add
debug
level in default logger. - update
@plotdb/srcbuild
for view engine bug fixing - remove builtin pug view engine
- remove useless
watch.ls
- skipped version due to typo
- update
@plotdb/srcbuild
- update
@plotdb/srcbuild
for dependencies tracking bug fix
- update
@plotdb/srcbuild
for bundling support
- update
@plotdb/srcbuild
for bug fixing
- enable i18n only if i18n in option is defined.
- upgrade
@plotdb/srcbuild
for bug fixing - add test case for special pug include path rule
- update
@plotdb/srcbuild
for pug path bug fix - add test case for pug inclusion and extend
- fix bug: lsp should use '.' instead of
- use
@plotdb/srcbuild
for source code building - remove local source code building codes
- 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
- fix bug: pug dependency path resolving incorrect
- fix bug: pug malformat crashes the whole server
- fix bug: update of dependencies doesn't trigger pug file's rebuilding.
- calculate pug dependencies based on pug native function
- add module / static path for including pug files
- trim i18n key when use to prevent confusion
- add
intlbase
pug function for wrapping url with i18n base.
- tweak build script.
- add
-p
/--port
option for assigning port to listen.
- support auto-open functionality with option
-o
or configopen
. default false ( suppressed )
- fix bug: we should require scoped packages with their full name.
- use dependency debounce.js from npm instead of github.
- remove LiveScript header comment.
- add lson format support.
- upgrade from
LiveScript 1.3
tolivescript 1.6
for json support. - update build script to adopt livescript 1.3 -> 1.6 change.
- make web root customizable and formalize server arguments.