Releases: herbsjs/herbs-cli
Releases Β· herbsjs/herbs-cli
v2.3.0
2.3.0 (2022-03-03)
Features
- readme: first version of readme file (4351e06)
Reverts
- revert {exceptIDs: true} from usecases (807ba02)
v2.2.0
2.2.0 (2022-03-02)
Bug Fixes
- new: fix the new command via CLI and the tests files (2c470af), closes #102
- update dependencies of projects (c1603ee)
Features
- add new validation method except ID's (1e32412), closes #82
v2.1.0
2.1.0 (2022-02-27)
Features
- cli: improved info output about new generated files on
herbs update
(1b62c9f)
v2.0.2
2.0.2 (2022-02-23)
Bug Fixes
- graphql: dont include packages related to graphql when it's not selected (7759695)
v2.0.1
2.0.1 (2022-02-20)
Bug Fixes
- graphql: handle mutation creation for
other
usecase type (not CRUD) (10328a9)
- rest: handle controller creation for
other
usecase type (not CRUD) (789b199)
v2.0.0
2.0.0 (2022-02-20)
Bug Fixes
- graphql: fix graphql gql generation (ca4a3f7)
- herbsshelf: fix herbarium link with herbsshelf (757c131)
Features
- herbarium: improve node_module dependencies (ede6c64)
- herbarium: use Herbarium for use cases, entities and repos (ca545b6), closes #85
- migration: create new migrations for entity on
herbs update
(ec3c907)
- start info: improved start info with herbsshelf endpoint (939cc21)
BREAKING CHANGES
- herbarium: Since there is no more 'index.js' as lists for uc and entities, it will no longer
work with old projects.
v1.10.4
1.10.4 (2022-02-01)
Bug Fixes
- hotfix: fix usecase requirements (557d1ca)