Releases: nodecg/generator-nodecg
Releases · nodecg/generator-nodecg
v2.2.1
Compare
Sorry, something went wrong.
No results found
2.2.1 (2023-06-20)
Bug Fixes
use more specific version ranges for generated typescript bundle dev dependencies (6111f0e )
v2.2.0
Compare
Sorry, something went wrong.
No results found
2.2.0 (2023-06-12)
Features
improve typescript build process; automatically (re)build replicant schemas (#93 ) (32ed8a9 )
Bug Fixes
edit the correct file :doggolul: (ae20746 )
include tsx files in linting (properly, such that ESLint won't warn about it) (6c608bb )
include tsx files in typescript builds (570902b )
v2.1.3
Compare
Sorry, something went wrong.
No results found
2.1.3 (2023-06-08)
Bug Fixes
use correct scripts for react+typescript (d92c215 )
v2.1.2
Compare
Sorry, something went wrong.
No results found
2.1.2 (2023-06-08)
Bug Fixes
v2.1.1
Compare
Sorry, something went wrong.
No results found
2.1.1 (2023-05-18)
Bug Fixes
force release-please build (e2a0044 )
v2.1.0
Compare
Sorry, something went wrong.
No results found
2.1.0 (2023-05-15)
Features
test building the output bundle; misc other fixes (d196ac3 )
v2.0.1
Compare
Sorry, something went wrong.
No results found
2.0.1 (2023-03-24)
Bug Fixes
proper types for example replicant in typescript output (7f2b72b )
v2.0.0
Compare
Sorry, something went wrong.
No results found
2.0.0 (2023-03-23)
⚠ BREAKING CHANGES
all deps have been updated
Features
add option to generate bundles in typescript (#74 ) (de1222c )
Added clarification on Width units (#63 ) (56056f4 )
react generators for panels and graphics (cbbcee9 )
typescript: add dev script (762dfe9 )
typescript: flesh out the example a bit more (cfbca1b )
typescript: include example replicant schema (#75 ) (9aaeced )
update defaults for nodecg v1.1.1 (84e869c )
Bug Fixes
a few small lingering issues (915b860 )
add @nodecg/types as a dev dep for typescript bundles (294981e )
deps: update packages to fix vulnerabilities (#66 ) (a2cb9b6 )
generated gitignore (477062e )
panel: default name should be lowercase (93f83ba )
panel: force name to have length (5bfa35c )
panel: force title to have length (dca5efc )
panel: give default name of "Panel" (299c8c7 )
panel: i'm a fool (4cd7727 )
set default compatibleRange to ^2.0.0 (8146f64 )
templates: slight fixes to typescript template (1136a62 )
typescript: add isolatedModules to tsconfig (af41c76 )
types: remove window augment from extension (619bd48 )
Code Refactoring
rewrite in typescript, update deps (8be3266 )
Stable Release v1.0.0
Compare
Sorry, something went wrong.
No results found
1.0.0 (2018-07-11)
Features
add helpful information to template files (0d9af8f )
add workspace and fullbleed options (2292356 )
simplify bundle naming process (040b7d2 )
update default compatibleRange to ^1.0.0
v0.2.0
Compare
Sorry, something went wrong.
No results found
0.2.0 (2016-05-14)
Features
add bower_components to generated .gitignore(4477242 ), closes #6
update deafult compatiableRange to ~0.8.0(49fadb9 )
BREAKING CHANGE: Requires Node.js v6 or greater.