Releases: uhppoted/node-red-contrib-uhppoted
Releases · uhppoted/node-red-contrib-uhppoted
v1.1.2
v1.1.1
v1.1.0
Release Notes
- Bumped NodeRED version to 3.0.2
- Bumped package dependencies to latest for security patches
- Included examples.json in NPM package
- Added github workflow for commit sanity check
- Added node-red-dev sanity check to workflow
NOTE: If you are upgrading from a release previous to v1.0.0 - please see README.
v1.0.0
v0.9.1-beta
Release Notes
Migration release for renaming all nodes to have uhppoted- prefix to avoid naming conflicts with other NodeRED packages (see README).
Changes
- Reworked README formatting (was breaking NodeRED page)
- Reinstated examples removed from v0.9.0
v0.9.0
Release Notes
Migration release for renaming all nodes to have uhppoted- prefix to avoid naming conflicts with other NodeRED packages (see README).
Changes
- Created duplicate set of nodes with uhppoted- prefix (cf. Config node name conflict
- Updated examples.json and dashboard.json to use uhppoted- prefixed nodes
- Updated integration tests to use uhppoted- prefixed nodes
- Added 'notice of breaking change' to README
- Added MIGRATE.md with instructions for migrating from v0.9.0 to v1.0.0
- Cleaned up examples.json
- Added
engines
section to package.json
v0.8.1-beta
Release Notes
- Updated dependencies.
v0.8.0-beta
Release Notes
- Maintenance release for compatibility with v0.8.0
v0.7.3-beta
Release Notes
Maintenance release to update dependencies with security fixes.
v0.7.2-beta
Release Notes
- Update NodeRED dependency to v2.1.4
- Updated associated NodeRED components
- Replaced regular expressions with NodeJS v14.18.3 compatible syntax
(cf. uhppoted/uhppoted-lib-nodejs#5) - Throws an 'no event' error if
get-event
retrieves an event that does not exist - Throws an 'overwritten event' error if
get-event
retrieves an event that has been overwritten
(cf. uhppoted/uhppote-cli#7)