Skip to content

Releases: uhppoted/node-red-contrib-uhppoted

v1.1.2

16 Dec 22:31
Compare
Choose a tag to compare

Release Notes

  1. Multiple dependency updates for security patches.
  2. Reduced visibility of 'upgrading from v0.x' notes to a section under Installation.

v1.1.1

14 Oct 19:10
Compare
Choose a tag to compare

Release Notes

  1. Added swipe open and swipe close event reasons to internationlisation and message lookup.

v1.1.0

18 Sep 16:42
Compare
Choose a tag to compare

Release Notes

  1. Bumped NodeRED version to 3.0.2
  2. Bumped package dependencies to latest for security patches
  3. Included examples.json in NPM package
  4. Added github workflow for commit sanity check
  5. 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

10 Sep 08:06
Compare
Choose a tag to compare

Release Notes

Changes

  1. Removed all nodes without a uhppote- prefix
  2. Remove examples, dashboard and integration tests using deprecated nodes

NOTE: This release is a breaking change - please see README.

v0.9.1-beta

01 Sep 18:22
Compare
Choose a tag to compare
v0.9.1-beta Pre-release
Pre-release

Release Notes

Migration release for renaming all nodes to have uhppoted- prefix to avoid naming conflicts with other NodeRED packages (see README).

Changes

  1. Reworked README formatting (was breaking NodeRED page)
  2. Reinstated examples removed from v0.9.0

v0.9.0

28 Aug 02:21
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release

Release Notes

Migration release for renaming all nodes to have uhppoted- prefix to avoid naming conflicts with other NodeRED packages (see README).

Changes

  1. Created duplicate set of nodes with uhppoted- prefix (cf. Config node name conflict
  2. Updated examples.json and dashboard.json to use uhppoted- prefixed nodes
  3. Updated integration tests to use uhppoted- prefixed nodes
  4. Added 'notice of breaking change' to README
  5. Added MIGRATE.md with instructions for migrating from v0.9.0 to v1.0.0
  6. Cleaned up examples.json
  7. Added engines section to package.json

v0.8.1-beta

01 Aug 20:02
Compare
Choose a tag to compare
v0.8.1-beta Pre-release
Pre-release

Release Notes

  1. Updated dependencies.

v0.8.0-beta

01 Jul 18:15
Compare
Choose a tag to compare
v0.8.0-beta Pre-release
Pre-release

Release Notes

  1. Maintenance release for compatibility with v0.8.0

v0.7.3-beta

01 Jun 19:12
Compare
Choose a tag to compare
v0.7.3-beta Pre-release
Pre-release

Release Notes

Maintenance release to update dependencies with security fixes.

v0.7.2-beta

27 Jan 18:00
Compare
Choose a tag to compare
v0.7.2-beta Pre-release
Pre-release

Release Notes

  1. Update NodeRED dependency to v2.1.4
  2. Updated associated NodeRED components
  3. Replaced regular expressions with NodeJS v14.18.3 compatible syntax
    (cf. uhppoted/uhppoted-lib-nodejs#5)
  4. Throws an 'no event' error if get-event retrieves an event that does not exist
  5. Throws an 'overwritten event' error if get-event retrieves an event that has been overwritten
    (cf. uhppoted/uhppote-cli#7)