Skip to content

Releases: jaandrle/nodejsscript

v1.0 — First production-ready release

05 Sep 12:29
5028642
Compare
Choose a tag to compare

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

26 Mar 15:29
c4c5b92
Compare
Choose a tag to compare

v1.0.0 with these fixes:

  • typo in docs
  • missing tldr

v1.0 — First production-ready release

26 Mar 12:59
c4cff11
Compare
Choose a tag to compare

v0.9 – forgotten `console.log`

21 Feb 09:49
86a8a95
Compare
Choose a tag to compare
v0.9.3

:bug: :mute: forgotten `console.log`

v0.9 – fixes `run*`/`-p` and docs improvements

21 Feb 08:42
e9c4d9d
Compare
Choose a tag to compare

v0.9 – `$` & `echo`+‘CSS’ & `$.stdin`

29 Nov 08:42
7a28e8b
Compare
Choose a tag to compare

What's Changed

  1. cli renamed to $Namespace: $
  2. style (ansi-colors) removed in favour of using “CSS” in echoecho.css
  3. exit removed in favour of $.exit
  4. $.stdin ($.no*) → $.stdin
  5. print/eval support → nodejsscript -e/nodejsscript -p

Full Changelog:

v0.8 – Spliting (a)synchronous `run` and `runA` enhancements

03 Oct 08:05
350a26f
Compare
Choose a tag to compare

What's Changed

  1. Splitting synchronous run (run(…, { async? })) to synchronous only run and asynchronous runA
  2. Support for template functions for run & runA
  3. runA therefore can be used as replacement for $ in zx scripts
  4. Docs updating and fixing texts (typos, cli.error, …). Similarly for examples.

Full Changelog: v0.8.0 - run/runA by @jaandrle in #10

v0.7 – NPM Public release

27 Sep 16:31
Compare
Choose a tag to compare
v0.7.1

:bookmark: v0.7.1

Initial `npm` release

27 Sep 16:07
8e46fb0
Compare
Choose a tag to compare
v0.7

v0.7 (#9)