Skip to content

Releases: peppierre/globular

New feature execution hooks introduced

01 Aug 09:23
Compare
Choose a tag to compare

In this release ...

... following features added

  1. more granular execution hooks are introduced

Why to switch to this version?

  • With newly introduced hooks, you have better control over how view reacts to different execution phases of feature.
  • In parallel with new hooks, view plug-in functionality become deprecated. Please revise your code and use result hook instead.

Feature and view flexibility increased

06 Apr 20:57
Compare
Choose a tag to compare

In this release ...

... following features added

  1. features are now now able to be unplugged from application
  2. views could be unplugged from features

... and following bugs fixed

  1. level of dependency mocking in unit tests increased
  2. massive refactorings applied

Why to switch to this version?

  • You can now play with APIs
  • No need to uniquely instantiate an API Adapter to plug some calls into and pass to new application

Asynchrony introduced

27 Apr 13:42
Compare
Choose a tag to compare

In this release ...

... following features added

  1. handling of API calls (and asynchrony) introduced
  2. applications now have apiAdapter property published to let calls be plugged-in

... and following bugs fixed

  1. by default, no API Adapter is passed to new application instances

Why to switch to this version?

  • You can now play with APIs
  • No need to uniquely instantiate an API Adapter to plug some calls into and pass to new application

'Filling the blanks' release

26 Apr 20:45
Compare
Choose a tag to compare

In this release ...

... following features added

  1. Documentation, documentation and finally documentation

... and following bugs fixed

No bugs reported yet.

Why to switch to this version?

  • You can now read Globular documentation

Initial release

25 Apr 11:57
Compare
Choose a tag to compare

In this release ...

... following features added

  1. ability to create Globular apps and extend it by features
  2. globular.Api class to provide pluginable API adapter solution for applications

... and following bugs fixed

No bugs reported yet.

Why to switch to this version?

  • You can now play with to discover framework's capabilities
  • It could help you take a step ahead to clean-up your application by letting you refactor and standardize the way how you connect to an API