Changelog
Revival — 2026
- Website rebuilt as an Astro static site, deployed on Cloudflare Pages.
- Documentation reconstructed from the original adamrenklint/asimov.js source, README, tests and CHANGELOG. The 15-chapter sidebar from the original site is now a real table of contents instead of a 404.
- The original npm package was archived May 30, 2022, and is preserved on GitHub for reference. Nothing on this site is endorsed by the original author.
1.3.2 — Aug 28, 2015
- Use correct exit code
(0)when receiving{ terminate: true }payload.
1.3.0 — Apr 21, 2015
- Master process listens for events with payload
{ terminate: true }and shuts down.
1.2.0 — Dec 17, 2014
- Master process listens for events with payload
{ restart: true }and restarts the worker.
1.1.1 — Dec 16, 2014
- Remove unnecessary log when worker receives message.
1.1.0 — Nov 28, 2014
- Update asimov-core and asimov-test to v0.3.0.
1.0.0 — Sep 27, 2014
- Version 1.0 means the API is stable; future updates follow semver.
- Removed circular dependency to
0.19.xbranch.
0.20.2 — Jul 11, 2014
asimov.config('state')reflects the current lifecycle state:starting,running, orstopping.
0.20.0 — Jul 11, 2014
- Removed lots of legacy code, ported to asimov-server and asimov-static.
asimov.register()can only be used beforeasimov.start()— i.e. inside a plugin hook.
0.19.4 — May 31, 2014
- Check the globally installed CLI version with
asimov -vorasimov version.
0.19.3 — May 30, 2014
- Pass environment variables from master to worker.
The full changelog back to 0.1.x is available in the original repository.