Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Releases: nodecg/generator-nodecg

v2.2.1

Choose a tag to compare

@github-actions github-actions released this 20 Jun 20:01
b20efd6

2.2.1 (2023-06-20)

Bug Fixes

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

v2.2.0

Choose a tag to compare

@github-actions github-actions released this 12 Jun 00:39
e366f07

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

Choose a tag to compare

@github-actions github-actions released this 08 Jun 19:06
4197f45

2.1.3 (2023-06-08)

Bug Fixes

  • use correct scripts for react+typescript (d92c215)

v2.1.2

Choose a tag to compare

@github-actions github-actions released this 08 Jun 17:21
502c9a8

2.1.2 (2023-06-08)

Bug Fixes

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

v2.1.1

Choose a tag to compare

@github-actions github-actions released this 18 May 00:17
8ada3f5

2.1.1 (2023-05-18)

Bug Fixes

  • force release-please build (e2a0044)

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 15 May 23:21
81f8495

2.1.0 (2023-05-15)

Features

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

v2.0.1

Choose a tag to compare

@github-actions github-actions released this 24 Mar 12:44
f0aaf84

2.0.1 (2023-03-24)

Bug Fixes

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

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 23 Mar 22:17
1803986

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

Choose a tag to compare

@Abrahamic-God Abrahamic-God released this 11 Jul 20:18

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

Choose a tag to compare

@Abrahamic-God Abrahamic-God released this 14 May 03:53

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.