Skip to content

Releases: herbsjs/herbs-cli

v1.4.0

28 Sep 16:32
Compare
Choose a tag to compare

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

27 Sep 14:10
Compare
Choose a tag to compare

1.3.1 (2021-09-27)

Bug Fixes

v1.3.0

23 Sep 23:39
Compare
Choose a tag to compare

1.3.0 (2021-09-23)

Bug Fixes

  • fixed entity import in getById and update tests (1dd347f)

Features

v1.2.0

23 Sep 23:11
Compare
Choose a tag to compare

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

23 Sep 21:49
Compare
Choose a tag to compare

1.1.3 (2021-09-23)

Bug Fixes

  • package.json generator: fixed the knexFile.js name on package.json generator (e6197e5)

v1.1.2

22 Sep 12:29
Compare
Choose a tag to compare

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

20 Sep 12:39
Compare
Choose a tag to compare

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

10 Sep 16:27
Compare
Choose a tag to compare

1.1.0 (2021-09-10)

Features

v1.0.7

31 Aug 22:37
Compare
Choose a tag to compare

1.0.7 (2021-08-31)

Bug Fixes

v1.0.6

20 Aug 12:03
Compare
Choose a tag to compare

1.0.6 (2021-08-20)

Bug Fixes

  • routes missing: fixed routes missing (c723ae9), closes #16