Releases: ashblue/oyster-package-generator
Releases · ashblue/oyster-package-generator
v3.0.2
v3.0.1
v3.0.0
3.0.0 (2022-09-19)
Bug Fixes
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
v2.0.0
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.