loopback-next
                                
                                 loopback-next copied to clipboard
                                
                                    loopback-next copied to clipboard
                            
                            
                            
                        feat: improve ConsolidationEnhancer
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 testpasses 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/cliwere updated
- Affected example projects in examples/*were updated