Releases: Hexagon/pup
Releases · Hexagon/pup
1.0.0-alpha-13
1.0.0-alpha-12
Changes
- Documentation overhaul
- Added tests
- Minor fixes
Full Changelog: 1.0.0-alpha-11...1.0.0-alpha-12
1.0.0-alpha-11
1.0.0-alpha-9
1.0.0-alpha-8
Changes
- Fix bug with option
restartLimit
and cron jobs - Refactor
- Add basic tests
- Add git action to format, lint, check and test
- Update documentation (add Docker example, general cleanup)
- Add vscode project settings, to enable pup.json schema intellisense while developing
- Add GitHub Action to lint, format, typecheck and test each push
Full Changelog: 1.0.0-alpha-7...1.0.0-alpha-8
1.0.0-alpha-10
Changes
- Bugfix for default value of restart combined with cron job
Full Changelog: 1.0.0-alpha-9...1.0.0-alpha-10
1.0.0-alpha-7
1.0.0-alpha-6
Changes
- Add task to build configuration schema 'docs/pup.schema.json'.
- Add feature to create/modify pup.json from cli with
--init
,--append
and--remove
. - Add
--watch
cli option - Improve status feature.
- Add option 'pidFile'.
Full Changelog: 1.0.0-alpha-5...1.0.0-alpha-6
1.0.0-alpha-5
Changes
- Add process configuration option
watch
and configuration root itemwatcher
, closes #4 - Add watcher example
- Update documentation
Full Changelog: 1.0.0-alpha-4...1.0.0-alpha-5
1.0.0-alpha-4 (breaking)
Changes
- Breaking: Change process option/property
name
toid
. - Add process options
overrun
andtimeout
. - Refactor process status tracking.
- Prepare for plugins.
Full Changelog: 1.0.0-alpha-3...1.0.0-alpha-4