Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Releases: jamesramsay/hercule

2.0.1

03 Jan 06:22
Compare
Choose a tag to compare

Highlights

2.0.0

31 Dec 07:16
Compare
Choose a tag to compare

Highlights

  • Streaming API

    Hercule is now built on top of node stream APIs, allowing the CLI to process streamed input to stdin and output streamed to stdout. This is particularly useful for using Hercule within a scripting environment.

2.0.0 - beta 1

31 Dec 03:49
Compare
Choose a tag to compare
2.0.0 - beta 1 Pre-release
Pre-release

todo

1.4.0

17 Dec 00:17
Compare
Choose a tag to compare

Highlights

  • Extended optional logger to allow custom handling of errors as well as debug messages. (#114, kudos @dgileadi)

1.3.0

04 Dec 22:42
Compare
Choose a tag to compare

Highlights

  • Added support for synchronous transclusion of files with transcludeFileSync. (#98)

1.2.7

03 Dec 22:23
Compare
Choose a tag to compare

Highlights

  • Fixed issue with nested references and reference merging. (#96)

1.2.6

27 Nov 06:36
Compare
Choose a tag to compare

Highlights

  • Fixed issue where file not error was not being shown due to re-assignment instead of comparison. (#78, kudos @dgileadi)

1.2.5

22 Nov 03:30
Compare
Choose a tag to compare

Highlights

  • Fixed issue where parent references were being modified by sibling references. (#67, kudos @dgileadi)

1.2.4

18 Nov 02:01
Compare
Choose a tag to compare

Highlights

  • Fixed issue where fallback links were not converted to the correct file path. (#66)

1.2.3

17 Nov 09:11
Compare
Choose a tag to compare

Highlights

  • Fixed issue where special characters in files being transcluded files could cause transclusion to fail. (#65)