Releases: mindsers/yabf
Releases · mindsers/yabf
New LoggerService
Added
- New lightweight
LoggerServicecompatible w/ the debug package. (#35, !36) - New documentation block for
LoggerService. (!36) - Yabf adopts a new code of conduct to enforce a harassement-free experience for everyone in the community.
Changed
- Upgrade some dependencies.
- Optimize build steps.
Fixed
- Remove a disapointing log message.
- Fix typo error on the ava config. Due to this error the avajs never worked as expected.
- Error about build instructions are clearer. The name of the class is correctly specified.
Fix RouterService usage in WebApplication
Changed
- Let TypScript handles dependencies auto-instancation. (Cancel [v2.0.1])
Fixed
Injectorwas injected twice inWebApplication. (#23)
v2.0.1
Extended YABF
Added
- New
abstractclassAbstractApplicationto allow core extension. (new type of application). (!15, !18) - Add
SPONSORS.mdand aREADME.mdsection to thanks people who contribute to Yabf. (!12, !13) - Add
CHANGELOG.mdto log changes more easily and clearly thangit log. (!17) - Add full documentation in the project (#19, !20)
Changed
Applicationis nowWebApplication. UsingApplicationis deprecated. (!15, !18)AbstractApplicationchildren can use tiers dependency injector (!18).
Fixed
YABF : The smallest framework
Provide :
- Application
- Routing capabilities
- Controller support
- Http helpers