Skip to content

Releases: sern-handler/cli

v1.0.0

06 Sep 05:27
5a68916
Compare
Choose a tag to compare

1.0.0 (2023-09-05)

⚠ BREAKING CHANGES

  • plugins: older versions of cli does not have plugins command functional

Features

Bug Fixes

v0.6.0

09 Aug 17:31
f12d541
Compare
Choose a tag to compare

0.6.0 (2023-08-09)

Features

Bug Fixes

Miscellaneous Chores

v0.5.1

16 Jun 05:09
dbc3154
Compare
Choose a tag to compare

0.5.1 (2023-06-16)

Features

Bug Fixes

  • git not installed errors during init (#79) (69287ab)

v0.5.0

16 Sep 06:40
6212fb3
Compare
Choose a tag to compare

0.5.0 (2022-09-16)

⚠ BREAKING CHANGES

  • re-write to TypeScript

Features

  • add engine for node version & remove manual version check (#72) (2009d1f)
  • adds the esm template option + refactors (#73) (9271da3)
  • re-write to TypeScript (bed31c1)

Miscellaneous Chores

v0.4.2

28 Jul 07:04
ebc6880
Compare
Choose a tag to compare

0.4.2 (2022-07-28)

Features

v0.4.1

07 Jul 17:25
93ef62b
Compare
Choose a tag to compare

0.4.1 (2022-07-07)

Features

  • add sern.config.json (#38) (3eb6383)
  • add basic type checking (eb85a7a)
  • add commander and start plugins installer (#36) (b2e6236)
  • add default settings for the -y flag (#19) (e5f607e)
  • added actions and formatting stuff (b302a8b)
  • added help command (ca23d17)
  • Added version command & created readme (#25) (7535a5e)
  • bump all files to GitHub 🎉 (01b39ad)
  • cli is now functional (65f38f3)
  • cli is now functional (5021d28)
  • create typescript dockerfile and the extra command (#28) (b1a8683)
  • enable extra command & jsdockerfile (#43) (7cf62c0)
  • init: add --sync flag (#53) (b24a053)
  • making sern help message look better, adding ascii art (#50) (9bd2b0f)
  • more questions, better handling, better ui (f931802)
  • now edits the directories as per user's choice (fec1c8e)
  • plugin command!!! (#45) (895a489)
  • rebase changes (cae3c59)
  • refactored code and added custom handling of commands (0e97b7d)
  • skip: option to skip package manager selection (#20) (7b1d535)
  • using degit to clone the templates (ddb0285)

Bug Fixes

  • avoid crashing of cli when no plugin found (#47) (8c45327)
  • fix degit erroring when there's no cache (fc01554)
  • install.js: fix mistyped. cached -> cache (fa68936)
  • no more crashing cli if yarn isnt present (#24) (88893a3)
  • no more error when selecting js (cc410bd)
  • prettier things (1265224)
  • removed useless line (f268b1c)

Performance Improvements

  • init.js: string.match -> regex.test for node version (f760dbc)

v0.2.2

05 Jul 13:27
2b260eb
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update dependency cz-conventional-changelog to v3.3.0 by @renovate in #41
  • chore(deps): pin dependencies by @renovate in #48
  • chore(deps): update dependency eslint to v8.19.0 by @renovate in #51
  • chore(deps): lock file maintenance by @renovate in #46

Full Changelog: v0.2.1...v0.2.2

v0.2.1

05 Jul 13:24
94757d6
Compare
Choose a tag to compare

What's Changed

  • fix: avoid crashing of cli when no plugin found by @EvolutionX-10 in #47
  • docs: add better instructions for readme by @jacoobes in #49
  • feat: making sern help message look better, adding ascii art by @jacoobes in #50

Full Changelog: v0.2.0...v0.2.1

v0.2.0

22 Jun 07:04
0ba16b4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/sern-handler/cli/commits/v0.2.0

v0.1.2

06 Jun 08:55
Compare
Choose a tag to compare

The extra command was added. It basically helps developers to add things like Dockerfile to their projects with ease.

Features

  • extra command