Releases: jaandrle/nodejsscript
Releases · jaandrle/nodejsscript
v1.0 — First production-ready release
v1.0.1 with these fixes:
- fixes return type of
fetch
- fixes path completion (
./…
) in repl - improves docs thanks to new typedoc version
- added
$.pathFromURL
v1.0 — First production-ready release
v1.0.0 with these fixes:
- typo in docs
- missing tldr
v1.0 — First production-ready release
v0.9 – forgotten `console.log`
v0.9.3 :bug: :mute: forgotten `console.log`
v0.9 – fixes `run*`/`-p` and docs improvements
v0.9.2 v0.9.2 (#24)
v0.9 – `$` & `echo`+‘CSS’ & `$.stdin`
What's Changed
cli
renamed to$
→ Namespace: $style
(ansi-colors
) removed in favour of using “CSS” inecho
→echo.css
exit
removed in favour of$.exit
$.stdin
($.no*
) →$.stdin
- print/eval support →
nodejsscript -e
/nodejsscript -p
Full Changelog:
- Pull request “v0.9.0” by @jaandrle in #19
- v0.8.0...v0.9.0
v0.8 – Spliting (a)synchronous `run` and `runA` enhancements
What's Changed
- Splitting synchronous
run
(run(…, { async? })
) to synchronous onlyrun
and asynchronousrunA
- Support for template functions for
run
&runA
runA
therefore can be used as replacement for$
inzx
scripts- Docs updating and fixing texts (typos,
cli.error
, …). Similarly for examples.
v0.7 – NPM Public release
v0.7.1 :bookmark: v0.7.1
Initial `npm` release
v0.7 v0.7 (#9)