This repository has been archived by the owner on Nov 23, 2024. It is now read-only.
Releases: samrith-s/nodehawk
Releases · samrith-s/nodehawk
v0.0.7
v0.0.6
Updates
- Updated homepage links in README and package to point to the new website address - nodehawk.js.org.
v0.0.5
v0.0.2
v0.0.1
v0.0.1-beta.3
Features
- Integrated
buffer
andbufferPoll
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
Updates
- Fixed issue where errors from child process were being displayed as buffer streams.
v0.0.1-beta.1
Updates
- Fixed issues with configuration checking and exceptions.
- Fixed issue with
bin
not importing correct export fromMain
.
v0.0.1-beta.0
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
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.