Skip to content

Releases: rrthomas/nancy

Release v8.0.3

11 Dec 22:37
Compare
Choose a tag to compare

This release fixes debug output being unconditionally switched on. Now it requires the “DEBUG” environment variable to be set, as intended.

Release v8.0.2

28 Nov 20:37
Compare
Choose a tag to compare

This release removes accidental debug logging from the previous Python releases

Release v8.0.1

28 Nov 20:38
Compare
Choose a tag to compare

This release removes a restriction on the output directory that did not make sense in all cases.

Release v8.0.0

28 Nov 20:37
Compare
Choose a tag to compare

This is the initial Python release. It is functionally identical to the previous Node.js release (7.4.1).

Release v7.4.1

30 Oct 16:04
Compare
Choose a tag to compare

This release connects the standard error of Nancy’s child processes to its own stderr, so you can see the error output of $include executables.

Release v7.4.0

30 Oct 15:21
Compare
Choose a tag to compare

This release adds the ability to write the output to stdout when it is a single file.

Release v7.3.1

10 Feb 14:45
Compare
Choose a tag to compare

This release merely updates the dependencies.

Release v7.3.0

19 Dec 17:16
Compare
Choose a tag to compare

This release adds support for Node 20, and improves the in-place scripts for
running nancy so that they worked when invoked from directories other than
the project root.

Release v7.2.0

14 Jul 21:44
Compare
Choose a tag to compare

This release adds support for a simple command-line syntax to expand a
single file, while removing support for non-file input paths from the
library, simplifying the code and removing some confusing edge cases.

Release v7.1.0

05 Dec 19:43
Compare
Choose a tag to compare