Skip to content

Releases: expressots/expressots-cli

Release 1.12.0

08 Aug 22:12
Compare
Choose a tag to compare

1.12.0 (2024-08-08)

@juliano-soares

Features

  • add interactive script command (158cf6e)

Bug Fixes

  • adjusts in the print warning and error msgs (d17e583)

Release 1.11.1

04 Aug 05:52
Compare
Choose a tag to compare

1.11.1 (2024-08-04)

Bug Fixes

Release 1.11.0

04 Aug 00:56
Compare
Choose a tag to compare

1.11.0 (2024-08-04)

Features

  • add command validation and better error message (f70cf27)

Bug Fixes

  • user outDir in tsconfig build can be changed to any name (4abb6ab)
  • validate outDir absence in build json (1907684)

Code Refactoring

Release 1.10.0

03 Aug 03:53
Compare
Choose a tag to compare

1.10.0 (2024-08-03)

Features

  • adjust ui and add dev, build, prod as individual cmd (f505478)
  • provider add(existing) and create(external) options (afe9fa2)

Code Refactoring

  • snyk glob security update (7e465b4)
  • update ui command text (5e76626)
  • use stdout.write for optimal performance main menu (9279fbf)

Release 1.9.0

01 Aug 04:47
Compare
Choose a tag to compare

1.9.0 (2024-08-01)

Features

  • improve package install performance (b7ac564)
  • tested nodejs cli restriction with latest versions from 18.0.0 to 22.5.1(79f9458)

Package Updates

  • update nodejs latest version (565a069)
  • upgrade cli-progress from 3.11.2 to 3.12.0 (f637b88)
  • upgrade inquirer from 8.0.0 to 8.2.6 (5e51ec5)
  • upgrade yargs from 17.6.2 to 17.7.2 (61f343f)

Code Refactoring

  • createProject: add types and remove useless projectForm args iteration (0a8d7eb)
  • update usecase to UseCase nonop template (e690cda)
  • update 'new' cmd removing unnecessary options (6d1da80)
  • update boost-ts deps (8deb32e)
  • update cli-table3 and remove ts-node (4bfa3bc)

Release 1.8.2

04 Jul 03:17
Compare
Choose a tag to compare

1.8.2 (2024-07-04)

Code Refactoring

Release 1.8.1

12 Jun 05:04
Compare
Choose a tag to compare

1.8.1 (2024-06-12)

Bug Fixes

  • add node version restriction (9cf3416)
  • adjust engine version (5834ab5)
  • remove test lib cli (1d1772b)
  • update codecov plugin version (a1f6ded)
  • update engine on ci/cd (8ebc317)

Release 1.8.0

29 Apr 20:32
Compare
Choose a tag to compare

1.8.0 (2024-04-29)

Features

  • add code coverage (034f078)
  • add external provider scaffold (8ed033b)
  • add vitest configuration (c1e4521)
  • rename .env.example to .env during project creation (94bc93d)
  • update readme shields (241b83b)

Bug Fixes

  • add coverage folder to eslint ignore pattern (61c4df1)
  • add coverage to gitignore (53b9cfd)
  • adjust package version dependencies (067170b)
  • adjust shield for npm & build (416595f)
  • npm package installation progress message (93f9c83)
  • remove codesee workflow (afc492b)

Code Refactoring

  • update index help and await print (17dda21)

Continuous Integrations

  • update package dependencies, lint issues (54f81b7)
  • update pull request workflow (9695b00)

Release 1.7.1

11 Apr 07:12
Compare
Choose a tag to compare

1.7.1 (2024-04-11)

Bug Fixes

  • update nonop controller and usecase template (1a84a3a)

Release 1.7.0

29 Mar 22:38
Compare
Choose a tag to compare

1.7.0 (2024-03-29)

Features

  • add expressotsconfig scaffoldName schematics changeable by user (964804f)
  • add Nested path validation (0a105bb)
  • add path command style to opinionated services (3dea624)
  • add single and sugar path validation (b5738e5)
  • fixed nested resource gen e add fn comments (3a2c26c)
  • resource list panel (249cc73)

Bug Fixes

Code Refactoring

  • add controller service to module (1b7b94a)
  • add generate module service scaffold (f634c13)
  • add module to container (c2768fb)
  • adjust form console msg on error in existing project (44f17f1)
  • adjust opinionated path module insertion (e9b3822)
  • adjust templates (fda129f)
  • create nonop & op command file (0c63f67)
  • redo all nonop generator resources (249c1bd)
  • remove the cli version from info cmd (4056a5e)
  • restructure all generate scaffold methods (cdddaa1)