Skip to content

Releases: nodecg/generator-nodecg

v2.2.1

20 Jun 20:01
b20efd6
Compare
Choose a tag to compare

2.2.1 (2023-06-20)

Bug Fixes

  • use more specific version ranges for generated typescript bundle dev dependencies (6111f0e)

v2.2.0

12 Jun 00:39
e366f07
Compare
Choose a tag to compare

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

08 Jun 19:06
4197f45
Compare
Choose a tag to compare

2.1.3 (2023-06-08)

Bug Fixes

  • use correct scripts for react+typescript (d92c215)

v2.1.2

08 Jun 17:21
502c9a8
Compare
Choose a tag to compare

2.1.2 (2023-06-08)

Bug Fixes

  • make parcel builds actually work (#89) (302b40d)

v2.1.1

18 May 00:17
8ada3f5
Compare
Choose a tag to compare

2.1.1 (2023-05-18)

Bug Fixes

  • force release-please build (e2a0044)

v2.1.0

15 May 23:21
81f8495
Compare
Choose a tag to compare

2.1.0 (2023-05-15)

Features

  • test building the output bundle; misc other fixes (d196ac3)

v2.0.1

24 Mar 12:44
f0aaf84
Compare
Choose a tag to compare

2.0.1 (2023-03-24)

Bug Fixes

  • proper types for example replicant in typescript output (7f2b72b)

v2.0.0

23 Mar 22:17
1803986
Compare
Choose a tag to compare

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)