Releases: codeoverflow-org/nodecg-io-cli
Releases · codeoverflow-org/nodecg-io-cli
v0.5.0
0.5.0 (2023-07-23)
Features
- add support for nodecg-io 0.3 (0a7de5f)
v0.4.0
0.4.0 (2023-05-29)
Features
- Bump minimum node.js version from 12 to 14.14.0 (ff8808a)
- generate: allow generating NodeCG v2 bundles (8ff3530)
- generate: set range of compatible NodeCG version ranges depending on used nodecg-io version (a6845fb)
- install: check whether the nodecg-io version is compatible with the used NodeCG version (ed10299)
v0.3.1
0.3.1 (2022-01-01)
Bug Fixes
- generate: use tsconfig from shared nodecg-io-tsconfig package (298c7cb)
v0.3.0
0.3.0 (2021-12-17)
Features
- generate: Add support for generating bundles with dev installs (#62) (c0cd7d9)
- install: Allow creating installs using only command line options (#51) (20014e7)
v0.2.0
0.2.0 (2021-11-19)
Features
- add support for nodecg-io 0.2 (#39) (7797f83)
- generate: use nodecg-types in generated bundles (#25) (6201338)
v0.1.5
0.1.5 (2021-10-23)
Bug Fixes
- install: update development installer for npm workspaces (42b68fb)
v0.1.4
0.1.4 (2021-07-18)
Bug Fixes
- install: fix incorrect concurrency option when creating a dev install (#15) (e2fd78b)
v0.1.3
0.1.3 (2021-05-14)
Bug Fixes
- generate: add missinig newlines between generated requireService calls (#14) (7853416)
v0.1.2
0.1.2 (2021-05-08)
Bug Fixes
- build ts in prepublishOnly instead of prepublish because npm (ab8cb09), closes #12
v0.1.1
0.1.1 (2021-05-08)
Bug Fixes
- build typescript in prepublish scripts (c34334c)