Skip to content

Releases: Norgate-AV/generator-norgate-av

v2.4.0

24 Feb 15:30
Compare
Choose a tag to compare

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

✨ 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

21 Feb 21:56
Compare
Choose a tag to compare

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

  • merge pull request #134 from feat/update-nodecli (a5abfb2)

🧪 Tests

  • update nodecli tests for added features (13475b5)

v2.2.0

21 Feb 14:09
Compare
Choose a tag to compare

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

21 Feb 04:08
Compare
Choose a tag to compare

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

🧪 Tests

  • html: update test for new features (b8c52e6)

🤖 CI

  • convert repository to lowercase for docker build (ebaa6c4)
  • remove working dir from docker build (8a35e42)

v2.0.12

13 Feb 00:10
Compare
Choose a tag to compare

2.0.12 (2024-02-13)

🐛 Bug Fixes

v2.0.11

08 Feb 18:10
Compare
Choose a tag to compare

2.0.11 (2024-02-08)

🐛 Bug Fixes

  • update keys when getting signatures (65e1acc)

v2.0.10

08 Feb 18:03
Compare
Choose a tag to compare

2.0.10 (2024-02-08)

🐛 Bug Fixes

  • make generator keys and ids match with no "-" (531ec44)

v2.0.9

08 Feb 17:53
Compare
Choose a tag to compare

2.0.9 (2024-02-08)

🐛 Bug Fixes

  • remove "-" from template folder indexing (0d90296)

v2.0.8

08 Feb 17:10
Compare
Choose a tag to compare

2.0.8 (2024-02-08)

🐛 Bug Fixes

  • remove "-" from generator configs (9115b41)

v2.0.7

08 Feb 16:05
Compare
Choose a tag to compare

2.0.7 (2024-02-08)

✨ Refactor

  • config: rename "Node" templates to "Node.js..." (d26a7c1)