loopback-next icon indicating copy to clipboard operation
loopback-next copied to clipboard

feat: improve ConsolidationEnhancer

Open achrinza opened this issue 4 years ago • 0 comments

This PR should be bundled with other breaking changes.

Dynamic Disable The enhancer can now be dynamically enabled & disabled after being bound.

This feature is intended to provide flexibility for LoopBack applications to have more "instant" configuration control during runtime without requiring a blocking rebind.

Static Class Members Class members that do not require knowledge of the class state are now static.

Signed-off-by: Rifa Achrinza [email protected]

Checklist

  • [x] DCO (Developer Certificate of Origin) signed in all commits
  • [x] npm test passes on your machine
  • [x] New tests added or existing tests modified to cover all changes
  • [x] Code conforms with the style guide
  • API Documentation in code was updated
  • Documentation in /docs/site was updated
  • Affected artifact templates in packages/cli were updated
  • Affected example projects in examples/* were updated

👉 Check out how to submit a PR 👈

achrinza avatar Apr 18 '21 14:04 achrinza