Skip to content

Releases: cjh-cloud/node-red-contrib-flatter

Update dependencies

14 Jun 09:11
c092483
Compare
Choose a tag to compare

Bump flat version from 5.0.0 to 5.0.2, latest version at the time.
Update all dev dependencies to latest versions

Bump ini version

30 Dec 02:06
Compare
Choose a tag to compare

Bump ini version from 1.3.5 to 1.3.8 that fixes a security vulnerability

Upgrading bl

13 Sep 03:18
Compare
Choose a tag to compare

This release is spawned from a Dependabot alert of high severity to upgrade bl, which is only used under Node-RED which is a dev dependency - i.e. not much drama in upgrading it but easy enough to do so with npm audit fix.
I have left the bcrypt dependabot alert since I have to manually fix that and again it is only needed for Node-RED.

Upgrading lodash dependancy

25 Jul 04:45
Compare
Choose a tag to compare

Upgrading lodash from 4.17.15 to 4.17.19, originating from a Dependabot Pull Request

Upgrading minimist dependancy

26 Apr 23:10
Compare
Choose a tag to compare

GitHub created a security alert that the version of minimist being used had a security vulnerability.
This seemed to be only related to dev dependencies but I am creating a new release just to be safe.

Pass through of non-objects

21 Dec 02:19
Compare
Choose a tag to compare

Adding a feature to allow the pass through of non-objects in msg.payload.
"null" values will also pass through the node as the "flat" library will return a TypeError when passed "null" as an argument.

Code cleanup

20 Dec 03:43
Compare
Choose a tag to compare

Removing unnecessary commented out code.

Releasing Version 1.0.0

06 Dec 23:40
Compare
Choose a tag to compare
Adding 'node-red' keyword so that it gets included in the Node-RED
library.
Changed version to 1.0.0 for release

Refactoring

06 Dec 06:48
Compare
Choose a tag to compare

Changing colour of the nodes.
Removing phase that publishes to GitHub packages.
Adding keywords for NPM.

First Release

05 Dec 06:10
e8fb2e0
Compare
Choose a tag to compare

First release that should publish this package to NPM