Skip to content

Releases: nodecg/nodecg

v2.2.1

14 Jan 09:55
d10e88c
Compare
Choose a tag to compare

2.2.1 (2024-01-14)

Bug Fixes

  • login: use correct logic for redirect URL protocol (50551b2)

v2.2.0

07 Jan 17:13
b1ad456
Compare
Choose a tag to compare

2.2.0 (2024-01-05)

Features

  • deps: update dependencies (eaf0d07)
  • engines: use package.json for supported Node.js versions (#723) (e27df66)

Bug Fixes

  • deps: update typeorm (#722) (3d02d00)
  • json-schema: prevent ajv to throw on invalid JSON schema (#725) (9d1af91)
  • types: use declarationDir to generate types (#716) (18b1af2)

v2.1.12

16 Nov 11:21
073aaf1
Compare
Choose a tag to compare

2.1.12 (2023-11-16)

Bug Fixes

  • iframe-resizer content window injection (#679) (78f80ba)
  • config loader: handle when cfg is symlink (#670) (50f0c11)
  • replicants: remove custom schema properties (#676) (6ae4a49)

v2.1.11

28 Jun 01:33
92b4962
Compare
Choose a tag to compare

2.1.11 (2023-06-28)

Bug Fixes

v2.1.10

26 Jun 21:33
dd1573e
Compare
Choose a tag to compare

2.1.10 (2023-06-26)

Bug Fixes

  • always emit full user object on login event; only emit login and logout events for allowed users (#666) (9da8b02)

v2.1.9

24 Jun 14:38
d0dd33d
Compare
Choose a tag to compare

2.1.9 (2023-06-24)

Bug Fixes

  • validation of URI in json schema for certain spec drafts (#663) (4076a5d)

Performance Improvements

  • replace deep-equal and clone with fast-equals and klona/json (#661) (a4cc07b)

v2.1.8

12 Jun 03:01
ff4bf7d
Compare
Choose a tag to compare

2.1.8 (2023-06-12)

Bug Fixes

v2.1.7

06 Jun 13:01
d34a073
Compare
Choose a tag to compare

2.1.7 (2023-06-06)

Bug Fixes

  • support uploading files with non-ascii characters in their filenames (#657) (318332e)

v2.1.6

05 Jun 02:05
ce84fd2
Compare
Choose a tag to compare

2.1.6 (2023-06-05)

Bug Fixes

v2.1.5

20 May 16:14
b66db03
Compare
Choose a tag to compare

2.1.5 (2023-05-20)

Bug Fixes

  • avoid using process.env.browser to avoid real-world env conflicts (#649) (e2c80e0)