Releases: Norgate-AV/generator-norgate-av
Releases · Norgate-AV/generator-norgate-av
v2.4.0
2.4.0 (2024-02-24)
🌟 Features
- add author prompt to remaining generators (53501b7)
- typescript: add author prompt (6e3db94)
- add author template strings (212083f)
- app: add user field to root generator (ea47cc5)
- app: complete Author question class (09062d2)
🐛 Bug Fixes
- dont set the author from answers when skipping prompts (57cc550)
- ensure user field is an empty string by default (1e42806)
- remove default values from author and description cli options (3e9fd37)
- set author to default if undefined (f793524)
🧰 Chores
- deps: bump deps (927b152)
✨ Refactor
- questions: dont export BaseQuestion class (466e1e0)
- helpers: edit all methods on GitHelper to be public (6986b61)
🧪 Tests
- add author assertions to remaining tests (e54e5f6)
- typescript: add author assertions to tests (f6003cf)
- typescript: add helper functions for common assertions (e5f78c8)
- simpl: fix incorrect arg passed to assertion helper for (79ba274)
- pass an empty string to author as default when running in CI (fff49b4)
- utilize helper assertions in remaining tests (7cdede3)
v2.3.0
2.3.0 (2024-02-21)
🌟 Features
- nodecli: add a basic test (1401082)
- nodecli: add a vscode debug launch config (311813d)
- nodecli: add boilerplate cli app (4cd0018)
- nodecli: add eslint config (60d4d9b)
- nodecli: update gitattributes (534d695)
- nodecli: update gitignore (16e5ef7)
- nodecli: update semantic-release ci config (5d5ec03)
- nodecli: update vscode extensions (65d5480)
🧰 Chores
🧪 Tests
- update nodecli tests for added features (13475b5)
v2.2.0
2.2.0 (2024-02-21)
🌟 Features
- javascript: add a basic test (c1f6843)
- javascript: add basic eslint config (8694b3d)
- javascript: add debug launch config (106a1c7)
- javascript: add more comprehensive ci workflow (9b8202c)
- javascript: update extensions list (3396e14)
🧰 Chores
- merge pull request #133 from feat/update-js (4ee85ea)
- javascript: update changelogrc (065d4c2)
- javascript: update gitattributes (787ccf4)
- javascript: update gitignore (0f6ce2d)
🧪 Tests
- update javascript test for added features (f1a6680)
v2.1.0
2.1.0 (2024-02-21)
🌟 Features
- html: add alive-server setup (6b541ad)
- html: add better ci workflow (231500b)
- html: update default web page with some interactivity (20d92eb)
- html: update gitattributes (a2d1949)
- html: update gitignore (98977a0)
🧰 Chores
- deps: bump all deps (0ff5937)
- node: bump to 20.11.1 (2f376e8)
- merge pull request #132 from feat/update-html (7b27ac4)
- semantic-release: update config (312bc9e)
- git: update gitignore (871ce6a)
🧪 Tests
- html: update test for new features (b8c52e6)