Skip to content

Latest commit

 

History

History
136 lines (63 loc) · 5.84 KB

CHANGELOG.md

File metadata and controls

136 lines (63 loc) · 5.84 KB

2.2.0 (2024-10-13)

Features

  • deps: bump @allanoricil/nrg-core from 1.4.0 to 1.5.0 (8b5122f)

2.1.1 (2024-10-13)

Bug Fixes

  • release: enable provenance in the release workflow (187a95f)

2.1.0 (2024-10-13)

Bug Fixes

  • deps: bump @allanoricil/nrg-generator from 1.3.0 to 1.3.1 (eddb093)

Features

  • deps: builds will have html wrapped with text/html instead of text/x-red (a51ebbc)

2.0.1 (2024-10-11)

Bug Fixes

  • deps: bump @allanoricil/nrg-core from 1.3.0 to 1.3.1 (8cc125d)

2.0.0 (2024-10-06)

  • feat!: renaming @allanoricil/node-red-node to @allanoricil/nrg-nodes (770e739)

Features

  • deps: bump @allanoricil/nrg-generator from 1.1.0 to 1.2.0 releasing the redesigned logo (49c41bb)

BREAKING CHANGES

  • all node imports using @allanoricil/node-red-node must be renamed to @allanoricil/nrg-nodes

1.4.1 (2024-10-05)

Bug Fixes

  • watch mode won't kill the process anymore when a rebuild fails (932fe1e)

1.4.0 (2024-10-04)

Features

  • cli version is passed to the generator at runtime (3e8c2e0)

1.3.2 (2024-10-03)

Bug Fixes

  • set version in sentry at runtime instead of build time (540dd56)

1.3.1 (2024-10-03)

Bug Fixes

  • fix the name of the env variable that has to be changed at build time (bb1da08)

1.3.0 (2024-10-03)

Bug Fixes

  • change node-machine-uid to machine-uuid (edba54c)

Features

  • configure sentry for telemetry data (8782e51)

1.2.4 (2024-10-01)

Bug Fixes

  • vulnerability: kangax html-minifier REDoS vulnerability (1378192)

1.2.3 (2024-09-29)

Bug Fixes

  • basedir=/bin SyntaxError: missing ) after argument list (6d9ed41)
  • deps: add missing dependency pkg-dir@v8.0.0 for postinstall (56851ae)

1.2.2 (2024-09-29)

Bug Fixes

1.2.0 (2024-09-28)

Bug Fixes

  • @allanoricil/nrg-generator/plopfile.js couldn't be found (8e66094)
  • default --help flag is executed only after all commands have been set (4338c3c)
  • error [ERR_REQUIRE_ESM]: require() of ES Module postinstall.cjs not supported (df709a3)
  • version flag (eeefb37)
  • version flag wont appear at the top anymore (68214bd)

Features

  • add first iteration of create command (bfc9e70)
  • add post installation message (4e8c7e4)
  • display cli info when running nrg --version (adb97cb)
  • make create command options dynamic based on the subcomand (bb25931)

1.1.0 (2024-09-18)

Features

  • builder can now process id: for: and i18n: custom html attributes (fa5117b)