I really hope you enjoy using Fantastico framework as much as we love developing it. Your feedback is highly appreciated so do not hesitate to get in touch with us (for support, feature requests, suggestions, or everything else is on your mind): Provide feedback
v0.6.0 (Provide feedback)
- Added implicit grant type implementation.
- Added security support for endpoints / controllers.
- Added Fantastico identity provider.
- Fix a bug in ROA APIs routes mapping.
- Added support for MVC Controllers into custom packages (not residing in components root folder).
- Added ROA resources dependent on user (integrated with OAuth2 access tokens).
- Added ROA resources OAuth2 authorization.
- !!!!! ROA ResourceValidator base class now adds two more methods for formatting resources and is backward incompatible with Fantastico version 0.5.1.
- !!!!! ROA ResourceValidator validate method has changed signature and is backware incompatible with Fantastico version 0.5.1.
v0.5.1 (Provide feedback)
- Add a tutorial for creating TODO application based on ROA. (http://rcosnita.github.io/fantastico/html/how_to/todo/index.html)
- Deployed TODO web application on a public accessible server. (http://todo.fantastico.scrum-expert.ro/frontend/ui/index)
- Fix roa discovery component fsdk syncdb bug on subsequent runs.
- Fix roa api cors support.
v0.5.0 (Provide feedback)
- Added specification for auto generated API for resources.
- Added OAUTH2 draft implementation details for Fantastico.
- Added Identity Provider draft specification.
- Added REST API Standard for ROA (Resource Oriented Architecture).
- Added REST filter parser implementation using fast ll grammar for ROA (Resource Oriented Architecture).
- Added auto generated APIs for resources (Resource Oriented Architecture).
- Improved routing loaders so that multiple methods can serve separate http verbs of a route.
- Added support for multiple routes mapped on the same controller.
- Fixed a bug in MySql connections pool (not recycling correctly after a long idle period).
- I changed thread local MySql connection strategy to request based.