Releases: hlapp/node-red-embedded-start
Releases · hlapp/node-red-embedded-start
npm release v1.0.1
This is a maintenance release. Changes since v1.0.0 only manifest in development, and comprise of the following:
- b53632d Fixes warnings in test 02 by running it separately
npm release v1.0.0
Note that this is identical to v0.1.5. See also #13. Changes since v0.1.4 are solely maintenance for development and testing:
- ba3ddd3 Upgrades development dependencies
- f23c7fb Adds nodejs 8 to matrix
npm release v0.1.6
This is solely a maintenance release for development, back porting the following test fix from the 1.0.x series:
- 717c908 Fixes warnings in test 02 by running it separately
npm release v0.1.5
Note that this is the same as v1.0.0, but released also as v0.1.5 so that npm will upgrade to it from an installed v0.1.x release.
Changes since v0.1.4 are solely maintenance for development and testing:
- ba3ddd3 Upgrades development dependencies
- f23c7fb Adds nodejs 8 to matrix
npm release v0.1.4
This is a maintenance release. The only change to v0.1.3 is upgrading several
dependencies only needed in development. There is no need to upgrade for
production-only use.
Changes include the following:
- 6c539e7 Upgrades eslint and node-red deps to latest versions
npm release v0.1.3
This release includes the following changes since v0.1.2:
- 0c1331f Upgrades dependencies that have become outdated
- Testing code improvements:
- dbc5a83 Extend some of the test timeouts
- cf2c994 Moves common setup and teardown for tests into fixture
- 8e520a5 Fixes how RED.start is restored in test
npm release v0.1.2
Includes the following changes since v0.1.1:
- c2c629d Fixes incorrect passing on of arguments when injected
npm release v0.1.1
Changes since v0.1.0 include the following:
- Polishing and fixing documentation
- 79c7c03 Various documentation fixes and polishing
- 37eb953 Fixes typo in README
- f0d5727 Minor fixes to README
- 728abf2 Tests for immediate return of wait function if flows ready
- 0d37615 Passes result value as custom error property if timeout
- d9d3705 Makes return value consistently a promise.
- f2147c2 Fixes cruft left over in inject test
npm release v0.1.0
Initial release on npm. More or less fully functional, including full test suite.