Skip to content

Releases: ashblue/oyster-package-generator

v3.0.2

06 Jul 01:17
Compare
Choose a tag to compare

3.0.2 (2023-07-06)

Bug Fixes

  • github-actions: release files now work without crashing (cb32fc6)

v3.0.1

17 May 20:46
Compare
Choose a tag to compare

3.0.1 (2023-05-17)

Bug Fixes

  • restore template Husky hooks (d758a5a)

v3.0.0

19 Sep 07:14
Compare
Choose a tag to compare

3.0.0 (2022-09-19)

Bug Fixes

  • git: fixes Windows crash with nodegit (e086187), closes #37

Features

  • ci: another CI run fix (72df678)
  • ci: cI no longer runs husky hooks (365e049)
  • node: upgraded to node v16 and all corresponding packages (b67c434), closes #57
  • readme: updated gitignore template to 2022 (e6f3421)

BREAKING CHANGES

  • node: Running on v14 will most likely crash. Without v16 all Oyster commands will
    probably break

v2.1.0

01 Jun 15:26
Compare
Choose a tag to compare

2.1.0 (2021-06-01)

Bug Fixes

  • init wizard: leaving the Unity version blank now respects blank values (95f185e)

Features

  • cli: oyster install moved to oyster init namespace (02f6326)
  • command: oyster generate-config auto create a .oyster.json file for older projects (c73874b)
  • command upgrade: npx oyster-package-generator upgrade can now be used to upgrade a project (11ca4cf)

v2.0.0

10 Apr 04:18
Compare
Choose a tag to compare

2.0.0 (2021-04-10)

Bug Fixes

  • jest: fix for failing on Windows 10 (1fe1d98)
  • package.json: now updates the version number in master on release (49a0f74)
  • packages: updated all packages and Node.js to latest stable version (48e6ddd)
  • templates: patched several build bugs in the generated template files (916c6d4)
  • windows: fix for Windows NVM not finding the .nvmrc patch version (4a1c936)

Code Refactoring

  • node: upgraded node version to 14 to patch various packages (7b266f7)

Features

  • templates: updated all packages to latest versions (a1ad1f1)

BREAKING CHANGES

  • node: You can no longer use Node 12 which will break the library for some users. 14 is
    now required due to several changes to how file manipulation is done.

v1.0.0

18 Aug 22:29
Compare
Choose a tag to compare

1.0.0 (2019-08-18)

Initial stable release