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

Releases: samrith-s/nodehawk

v0.0.7

22 Feb 10:49
Compare
Choose a tag to compare

Updates

  • Removed warning and updated message to users.
  • Fixed typos in README.
  • Typescript example now available.

v0.0.6

19 Feb 22:16
Compare
Choose a tag to compare

Updates

  • Updated homepage links in README and package to point to the new website address - nodehawk.js.org.

v0.0.5

19 Feb 17:45
Compare
Choose a tag to compare

Releases v0.0.3 and v0.0.4 have been unpublished as they contained incorrect and/or missing files.

Updates

  • General textual fixes.
  • Upgrade docs to include CNAME.

v0.0.2

17 Feb 14:12
Compare
Choose a tag to compare

Updates

  • Restructured classes directory structure.
  • Updated comments to generate appropriate documentation.

v0.0.1

17 Feb 03:33
Compare
Choose a tag to compare

First release version! 🎉

Updates

  • Colors and user messages are now displayed as-is.

v0.0.1-beta.3

17 Feb 03:12
Compare
Choose a tag to compare
v0.0.1-beta.3 Pre-release
Pre-release

Features

  • Integrated buffer and bufferPoll options to improve performance.

Updates

  • The watcher now properly awaits for write finish and uses buffer options to check for stability before running exec.

v0.0.1-beta.2

17 Feb 02:16
Compare
Choose a tag to compare
v0.0.1-beta.2 Pre-release
Pre-release

Updates

  • Fixed issue where errors from child process were being displayed as buffer streams.

v0.0.1-beta.1

16 Feb 13:35
Compare
Choose a tag to compare
v0.0.1-beta.1 Pre-release
Pre-release

Updates

  • Fixed issues with configuration checking and exceptions.
  • Fixed issue with bin not importing correct export from Main.

v0.0.1-beta.0

16 Feb 02:58
Compare
Choose a tag to compare
v0.0.1-beta.0 Pre-release
Pre-release

Switching to proper pre-release tagging from here on.

Features

  • Implemented advanced configuration loading and setting.
  • Implemented full-fledged logging.
  • Implemented watching and watcher events.

Updates

  • Removed the ability to pass any option to Chokidar watcher.

Notes

This can be used to test out with some bootstrap. Examples can be created using Nodehawk bin.

v0.0.1-0

05 Feb 10:55
Compare
Choose a tag to compare
v0.0.1-0 Pre-release
Pre-release

Features

  • Proper loading of configuration files.
  • Validating the configuration.
  • Base version of the watcher, with spawning disabled.

Notes

  • Does not contain any optimisations to the watcher.
  • Watcher does not spawn for now, it is only instantiated.