All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- upgrade to
[email protected]
- adds support to inject other versions of
plasma
ornucleus
along with options or to fallback to bundled defaults.
breaking changes introduced due upgrade of organic-plasma to 3.0
- upgrade to
[email protected]
- dropsplasma.emitAndCollect
and adds support for async/await withplasma.emit
- upgrade to
[email protected]
- upgrade to
[email protected]
- support for custom
dnaLoader
implementation when running undernode
.
- upgrades to
organic-dna-loader
v1.7.1 (fixes resolve hooks) - removes dead code
- adds support to use
beforeResolve
andafterResolve
hooks oforganic-dna-loader
v1.7 - adds support for referenced templates via
organic-dna-loader
v1.7 /organic-dna-resolve
v1.1
- properly pass unhandled promise rejection error value to default handler
- properly handle SIGINT and SIGTERM signals
- npm audit made happy :)
The release contains breaking changes towards v2
cell.stop
- breaking doesn't accept killChemical input, uses the value provided on construction || default one.cell.start
- breaking doesn't accept cellMode input, uses the value provided on construction || default one.
- cell properties (dna, plasma, nucleus)
cell.loadDNA
cell.unhandledRejectionHandler
cell.signintHandler
- update to latest
[email protected]