Skip to content

Latest commit

 

History

History
265 lines (142 loc) · 15.6 KB

CHANGELOG.md

File metadata and controls

265 lines (142 loc) · 15.6 KB

Changelog

All notable changes to this project will be documented in this file.

1.3.3 (2024-08-07)

Bug Fixes

1.3.2 (2024-07-31)

Bug Fixes

  • make tsconfig work with comments/trailing commas (#142) (53ca446)

1.3.1 (2024-07-27)

Miscellaneous Chores

1.3.0 (2024-07-27)

Features

Bug Fixes

1.2.1 (2024-02-08)

Bug Fixes

  • better error messages for publish (d1832e4)

1.2.0 (2024-01-29)

Features

1.1.0 (2024-01-28)

Features

1.0.3 (2023-12-25)

Bug Fixes

1.0.2 (2023-11-04)

Bug Fixes

1.0.1 (2023-10-05)

Bug Fixes

1.0.0 (2023-09-05)

⚠ BREAKING CHANGES

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

Features

Bug Fixes

0.6.0 (2023-08-09)

Features

Bug Fixes

Miscellaneous Chores

0.5.1 (2023-06-16)

Features

Bug Fixes

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

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

0.4.2 (2022-07-28)

Features

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)

0.2.2 (2022-07-05)

0.2.1 (2022-07-05)

Features

  • making sern help message look better, adding ascii art (#50) (9bd2b0f)

Bug Fixes

  • avoid crashing of cli when no plugin found (#47) (8c45327)

0.2.0 (2022-06-22)

Features

0.1.3 (2022-06-10)

Features

  • add default settings for the -y flag (#19) (e5f607e)
  • Added version command & created readme (#25) (7535a5e)
  • create typescript dockerfile and the extra command (#28) (b1a8683)
  • now edits the directories as per user's choice (fec1c8e)
  • skip: option to skip package manager selection (#20) (7b1d535)
  • using degit to clone the templates (ddb0285)

Bug Fixes

  • 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)

0.1.1 (2022-05-09)

Features

Bug Fixes

0.1.0 (2022-04-21)

Features

  • added actions and formatting stuff (b302a8b)
  • bump all files to GitHub 🎉 (01b39ad)
  • more questions, better handling, better ui (f931802)
  • refactored code and added custom handling of commands (0e97b7d)