Skip to content

Latest commit

 

History

History
346 lines (215 loc) · 20.2 KB

CHANGELOG.md

File metadata and controls

346 lines (215 loc) · 20.2 KB

Changelog

1.13.0 (2024-09-22)

Added

  • ✨ feat: add standalone component as default [47f6f2e]

Miscellaneous

  • chore(release): 1.13.0 [skip ci] [013eaef]
  • 📝 docs: update changelog [skip ci] [ed28161]

1.12.0 (2022-06-25)

Added

  • ✨ feat: add generate store command [f08f0be]

Miscellaneous

  • chore(release): 1.12.0 [skip ci] [7063331]
  • 🧪 test: fix folder name conflict in tests [6ca75d0]
  • 🚧 chore(scripts): add test watch shortcut [5f56116]
  • 🚧 chore: add readme logo [7824b4d]
  • 📝 docs: update changelog [skip ci] [cbd2e55]

1.11.3 (2022-06-03)

Fixed

  • 🐛 fix: path parameter on service command [ddc3cba]

Miscellaneous

  • chore(release): 1.11.3 [skip ci] [66e92bc]
  • 🧪 test: add test case for path parameter [b8cc020]
  • 📝 docs: update changelog [skip ci] [8dc9abc]

1.11.2 (2022-06-01)

Fixed

  • 🐛 fix: suport to path parameter on component dialog command [117b8c8]

Miscellaneous

  • chore(release): 1.11.2 [skip ci] [a684c79]
  • 📝 docs: update changelog [skip ci] [14c8824]

1.11.1 (2022-06-01)

Fixed

  • 🐛 fix: generate common component interpolated class name [8f740fe]

Miscellaneous

  • chore(release): 1.11.1 [skip ci] [ffc58e5]
  • 🧪 test: update suite name pattern [789e3b9]
  • 📝 docs: update changelog [skip ci] [2f08f51]

1.11.0 (2022-05-28)

Added

  • ✨ feat: create spec file for common component [63720c2]

Miscellaneous

  • chore(release): 1.11.0 [skip ci] [d0c403b]
  • 📝 docs: update changelog [skip ci] [17697c7]

1.10.2 (2022-05-28)

Fixed

  • 🐛 fix(eslint): es6 import to commonjs [83610d8]

Miscellaneous

  • chore(release): 1.10.2 [skip ci] [e9d14da]
  • 🚧 chore(eslint): disable commonjs rule [435e1da]
  • 📝 docs: update changelog [skip ci] [d88229f]

1.10.1 (2022-05-28)

Fixed

  • 🐛 fix: cli startup code [340f673]

Miscellaneous

  • chore(release): 1.10.1 [skip ci] [a4bbf70]
  • 📝 docs: update changelog [skip ci] [35e5838]
  • 📝 docs: update changelog [skip ci] [7876bd6]
  • 📝 docs: update readme file case pattern [6a47329]

1.10.0 (2022-05-28)

Added

  • ✨ feat: generate api and common service [687bfd7]

Changed

  • 🔧 ci: fix condition to run workflow [11954e6]
  • 🔧 ci: prevent update changelog from running out of main branch [10915be]
  • 🔧 ci: fix global install script [c549323]
  • 🔧 ci: install changelog globally [b57ca29]
  • 🔧 ci: update changelog script [33993dd]

Miscellaneous

  • chore(release): 1.10.0 [skip ci] [24e9f5f]
  • 📝 docs: update changelog [skip ci] [fae3379]
  • 📝 docs: update changelog [skip ci] [026f05b]
  • 📝 docs: update component commands and add service commands [dbc9f07]
  • 🧪 test(commands): test cases for api and common service [2312b48]
  • 📦 refactor(command): change component and service description [e5c4d8e]
  • 🚧 chore(commitlint): change header-max-length to 80 [40d69d9]
  • 🚧 chore(jest): change tsConfig to tsconfig due to deprecation [cf8cb52]
  • 📦 refactor: fix eslint errors [63c72eb]
  • 🧪 test: change cli test function name and location [3c3023e]
  • 🚧 chore: remove other changelog plugins [0719447]
  • 🚧 chore: change releaserc from js to json [6909cd3]

1.9.0 (2022-05-28)

Added

  • ✨ feat: common command component [c1d879e]

Changed

  • 🔧 ci: fix release script [e385407]
  • 🔧 ci: update action steps [212bde7]

Miscellaneous

  • chore(release): 1.9.0 [skip ci] [fe1d8ca]
  • 📝 docs: update readme features [ccf5839]
  • 📦 refactor(widget): print file log order [5428161]
  • 🚧 chore: remove .vscode from git ignore [7c44ab6]
  • 📦 refactor: migrate test files structure [1a4c565]

1.8.0 (2022-05-13)

Added

  • ✨ feat: path parameter support for page component command [059349c]

Miscellaneous

  • chore(release): 1.8.0 [skip ci] [4d2b06a]
  • 📦 refactor: extract component name and path logic to function [d77300f]

1.7.0 (2022-05-12)

Added

  • ✨ feat: generate dialog component [26f9b0d]

Fixed

  • 🐛 fix: version command description [f2dc910]

Miscellaneous

  • chore(release): 1.7.0 [skip ci] [9b36467]

1.6.0 (2022-05-10)

Added

  • ✨ feat(cli): support for --path option [d268046]

Miscellaneous

  • chore(release): 1.6.0 [skip ci] [1189b6a]
  • 🚧 chore(prettierrc): change printWidth to 120 [7b00ac7]

1.5.0 (2022-05-09)

Added

Fixed

  • 🐛 fix: copy-templates script [18260d1]

Miscellaneous

  • chore(release): 1.5.0 [skip ci] [449b3d8]
  • 🚧 chore: ignore template folder [b3d53f1]
  • 🚧 chore: exclude src from ts compile [cb184e5]
  • 🚧 chore: regenerate lock file [7c15f60]
  • 🚧 chore: ignore src folder on tests [eaa0f65]
  • 🚧 chore: update releaserc config [dfe4b2a]
  • 🚧 chore: update releaserc plugins order [d85100a]

1.4.0 (2022-04-20)

Added

  • ✨ feat: add commitTemplate [24fe3df]

Miscellaneous

  • 🧪 test: merge test files [0dd2c0d]
  • 🚧 chore: add @semantic-release/changelog [fc11ea2]

1.3.0 (2022-04-20)

Added

  • ✨ feat: page component command [5ad5245]

Fixed

  • ✏️ docs: update readme emoji styles [1893a2f]
  • ✏️ docs: add sections on readme [1eef2b8]

Miscellaneous

  • 🚧 chore: remove unnecessary job [8b931fc]
  • 🚧 chore: add build steps [e5d67bb]
  • 📦 refactor: update ci name [3a3048a]
  • 🚧 chore: split jobs into separete files [9056908]
  • merge pull request #7 from ngx-devs/feature/page-component-command [54b72f1]
  • 🚧 chore: separate publish from build on ci workflow [c3cd817]

1.2.0 (2022-04-20)

Added

  • ✨ feat: update package name to org schema [d206158]

1.1.0 (2022-04-20)

Added

  • ✨ feat: generate widget component [b13d083]

Changed

  • 🔧 ci: add tests step [9c400dc]
  • 🔧 ci: add ci pipeline [8465702]

Fixed

  • 🐛 fix: how to read hbs template [b588a5b]
  • 🐛 fix: add missing path import on releaserc [724e4ab]
  • ✏️ docs: add npm badge [6eef97c]
  • 🐛 fix: read of package.json [8987913]

Miscellaneous

  • 🚧 chore: move release branch to config file [f130783]
  • 📦 refactor: add main release branch on package json [9e255fe]
  • 📦 refactor: add release branchs [4497ec3]
  • 🚧 chore: update template directory [bb73391]
  • 🚧 chore: change cz changelog to semantic-release-gitmoji [b9287dd]
  • 🚧 chore: update commitlint to use gitmoji [214155e]
  • refactor: update page command description [8bd0796]
  • merge pull request #5 from ngx-devs/feature/generate-widget-component-command [f68134f]
  • 🚧 chore: releaserc plugins config [62f9e15]
  • 🚧 chore: add releaserc file [e992abc]
  • 📦 refactor: update widget command description [c8b3747]
  • merge pull request #4 from ngx-devs/feature/generate-widget-component-command [95a0659]
  • 📦 refactor: remove unnecessary temporary variable [11275a9]
  • 📦 refactor: add workflows folder [85200dc]
  • 🚧 chore: update branch name from master to main [eb99811]
  • 📦 refactor: change version to custom command [6bc3f5c]
  • 🚧 chore: update husky hooks [8e578a9]
  • 🚧 chore: add build commit type [3dd43b1]
  • 🚧 chore: add husky [d324982]
  • 🚧 chore: add custom cz config [38faf08]

1.0.0 (2022-04-14)

Added

  • ✨ feat: page component command [5610901]
  • ✨ feat: show default commands on cli start [659887d]
  • 🎉 initial: base cli structure [90da611]

Changed

  • 🔧 ci: add target branchs [f58ed87]
  • 🔧 ci: set private to false [e850a3a]
  • 🏗️ build: upgrade from 0.0.1 to 0.0.2 [03f8ca1]

Fixed

  • 🐛 fix: update node version from 12 to 16 [5f54ccb]

Miscellaneous

  • chore(release): 1.0.0 [skip ci] [96569cd]
  • 🧱 build: add publishConfig [f9bb212]
  • refactor: add workflows folder (#2) [b21504e]
  • feat: add ci-cd integration and semantic release (#1) [8e3513b]
  • 🧪 test(commands/version): ensure outputs package.json version [5bb5a02]
  • 📦 refactor: cli home styles [76882a8]
  • 🚧 chore: fix eslint and prettier conflig [69e6ccb]