Skip to content

Releases: mindsers/yabf

New LoggerService

26 Apr 06:36

Choose a tag to compare

Added

  • New lightweight LoggerService compatible 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

25 Nov 12:37

Choose a tag to compare

Changed

  • Let TypScript handles dependencies auto-instancation. (Cancel [v2.0.1])

Fixed

  • Injector was injected twice in WebApplication. (#23)

v2.0.1

25 Nov 10:43

Choose a tag to compare

v2.0.1 Pre-release
Pre-release

Changed

  • Force instance variable for RouterSerivce in WebApplication.

Extended YABF

17 Oct 07:57
d6a795d

Choose a tag to compare

Added

  • New abstract class AbstractApplication to allow core extension. (new type of application). (!15, !18)
  • Add SPONSORS.md and a README.md section to thanks people who contribute to Yabf. (!12, !13)
  • Add CHANGELOG.md to log changes more easily and clearly than git log. (!17)
  • Add full documentation in the project (#19, !20)

Changed

  • Application is now WebApplication. Using Application is deprecated. (!15, !18)
  • AbstractApplication children can use tiers dependency injector (!18).

Fixed

  • Remove restrictions on controllers' properties. (#10, !11)
  • Use IDependencyInjectionProvider instead of Injector for public exposition. (!18)

YABF : The smallest framework

22 Jul 14:00

Choose a tag to compare

Provide :

  • Application
  • Routing capabilities
  • Controller support
  • Http helpers