Skip to content

Latest commit

 

History

History
158 lines (73 loc) · 6.52 KB

CHANGELOG.md

File metadata and controls

158 lines (73 loc) · 6.52 KB

4.1.1 (2023-04-24)

Performance Improvements

  • generateroutes: improved readability for getForcedPath and getVerb (ed884b0)

4.1.0 (2023-04-24)

Features

  • generateroutes.js: verb and Path change (303fdf5)
  • generateroutes: added default verb for usecases other (01c4a6a)
  • generateroutes: added support for custom resourceName (61f3324)
  • generateroutes: endpoint logic change and minor changes (8cee0f7)
  • generateroutes: id field option should be passed by usecase in case of custom endpoint (8c90860)
  • generateroutes: others endpoints should have request (4f20391)
  • group custom endpoints and routes for crud.other (dd1d20e)
  • should customize REST endpoints (61e8944)

4.0.0 (2023-03-07)

Documentation

BREAKING CHANGES

  • upgrade buchu to 2.0

3.2.4 (2023-03-06)

Bug Fixes

  • package.json: up herbs in peerDependencies (8fc22f0)

3.2.3 (2023-03-06)

Bug Fixes

  • package.json: up herbs version (a3403aa)

3.2.2 (2022-10-11)

Bug Fixes

  • remove from controller list if a type of usecase is not registered inside herbarium (d58ef7f), closes #45

3.2.1 (2022-09-21)

Bug Fixes

  • 🐛 fixing the findUsecases function (c335e8b)

3.2.0 (2022-09-07)

Bug Fixes

  • package-lock.json: sync with package.json (6492c1a)

Features

  • controller: evolve herbs2rest for new cli project structure (a6fdfb6)

3.1.1 (2022-08-21)

Bug Fixes

  • fix generation route without entity or entity without id (a4de657)

3.1.0 (2022-08-16)

Bug Fixes

  • herbs: update herbarium version (f31373c)

Features

  • herbs2rest: using Herbarium to create REST endpoints (c97fa52), closes #22

3.0.2 (2022-07-11)

Bug Fixes

  • req2request: fix cast for Boolean and Date (c4d0388)

3.0.1 (2022-06-29)

Bug Fixes

  • route: fix generate route based on a entity (19b3fce)

3.0.0 (2022-06-27)

Features

  • generateroutes.js (test): update generate routes test (ea44229)
  • generateroutes.js: generate route param name dinamically with entity's id field name (8f35fa4)

BREAKING CHANGES

  • generateroutes.js: We need a route's property entity to be passed as a parameter

2.0.2 (2022-06-08)

Bug Fixes

  • add peerDependencies and update dependencies (2cfcda9)

2.0.1 (2022-01-15)

Bug Fixes

  • update herbs dependencie (fa75a88)

2.0.0 (2021-12-04)

Bug Fixes

  • default controller: lint fix (e14beb8)

Features

  • default controller: better HTTP Status Code using Herbs Known Errors (d87d59b), closes #17

BREAKING CHANGES

  • default controller: Step code using generic Err should work just fine. However, steps core that are already returning Known Errors will change the behavior of the default controller and should expect to see a different HTTP status returned.

1.0.0 (2021-06-23)

Features

  • change library to herbs organization (f185c26)