Releases: herbsjs/herbs-cli
Releases Β· herbsjs/herbs-cli
v1.4.0
1.4.0 (2021-09-28)
Features
- implementation of support for data layer generation with persistence in SQL Server database (dbdf67e), closes #27
- include SQL Server support option (f75da71), closes #27
v1.3.1
1.3.1 (2021-09-27)
Bug Fixes
v1.3.0
1.3.0 (2021-09-23)
Bug Fixes
- fixed entity import in getById and update tests (1dd347f)
Features
v1.2.0
1.2.0 (2021-09-23)
Bug Fixes
- change name of step in getbyid (81e99b1)
Features
- add tests for default usecases (4c9f17f)
v1.1.3
1.1.3 (2021-09-23)
Bug Fixes
- package.json generator: fixed the knexFile.js name on package.json generator (e6197e5)
v1.1.2
1.1.2 (2021-09-22)
Bug Fixes
- change the keyword herb to herbs in the package.json file (b7fc4fc)
- disable introspection when is production (5fa88f0)
v1.1.1
1.1.1 (2021-09-20)
Bug Fixes
- adjust for installation of specific dependencies based on project setup (ff359d4), closes #29
- adjustment of the installation of infra dependencies in the project setup (5c56785)
v1.1.0
1.1.0 (2021-09-10)
Features
v1.0.7
1.0.7 (2021-08-31)
Bug Fixes
v1.0.6
1.0.6 (2021-08-20)
Bug Fixes
- routes missing: fixed routes missing (c723ae9), closes #16