Releases: basisjs/basisjs-tools
Releases · basisjs/basisjs-tools
1.3.19
- build: fix hash-digest for style files in theme map
- build: add read files content digest to build
<meta>
- build: fetch commit when
basisjs-tools
installed not by version tag - build: provide real config for
basis.js
1.4 - build: require
basis.js
only once (inprocessBasisFile.js
) - build: support for local
asset
function and new resolving algorithm forbasis.asset
(for basis.js 1.4) - build: better error output on
js
compress - extract: fix issue with template files in the input graph
- extract: fix template comparison (
isolate
issue) - extract: use basis core to resolve paths for
basis.js
1.4 - extract: fix
css
info collection foranim:
bindings - cli: resolve
basis.config
relative toprocess.env.PWD
when possible - cli and module refactoring
1.3.18
- server: load injected scripts
async
anddefer
- server: don't notify client about server internal files changes
- server: don't use
basis.js
implicit namespace extensions in client script (avoid warnings in1.4+
) - build: exit with code
8
when fatal error (instead of0
) - build: remove
--js-resolve-path
option as not working for now - build: fix
--target output-graph
- create: fix
app.js
in app template - change global config name
basis
->basisjs-tools
and migration (file path changed as well) - bump deps
1.3.17
1.3.16
- build: output version and commit (for non-release versions) of
basisjs-tools
andbasis.js
if possible - build: fix resolving expressions with
__dirname
inbasis.js
modules - build: robust
--js-pack
handler, whengoogle-closure-compiler
command is not enable, useuglify-js
- build: show extra info in non-TTY mode (i.e. file output)
- extract: pass correct
sourceOrigin
tobasis.template.makeDeclaration
but not justtrue
- better cli errors output
1.3.15
1.3.14
- build & extract: set up env for
basis.js
(uses since1.3.0
) - server: show error message instead of exception when
socket.io
lib is not defined - server: unify client/server communication on sync init (
ready
/knownFiles
->handshake
) - server: new option
--inspect
to include inspecting script - server: fix internal redirects when no host in destination
1.3.13
1.3.12
1.3.11
- update dependancies versions
- implement global config storage and
config
command - create: update templates
- create: use create.templates option in config to specify optional paths for templates
- server: tweak init output
- server: don't load socket.io through XHR, but using
<script>
(faster load, less noise in console)