Skip to content

Releases: parleycl/earltea

0.4.5

19 Nov 15:24
36e9591
Compare
Choose a tag to compare

Versión with the lastest changes in Earlgrey Framework.

Version 0.4.1

19 Jul 16:37
Compare
Choose a tag to compare

Brew the new java revolution!

  • Add cache erase option in console
  • Fix a minnor bugs
  • Fix the content type problem in request with utf8 and other encodes

Version 0.4.0 LTS

30 May 12:07
e1435a4
Compare
Choose a tag to compare

Brew the new java revolution!

  • JWT support
  • Model with Blueprints
  • Update Console
  • Minimal ORM functions ready
  • Others

Functional minimun framework

19 Apr 17:21
5b087d3
Compare
Choose a tag to compare

This is the lastest and stable version of earlgrey framework. This version is ready to use in projects and have a several changes in compare with the previus version. That changes are the next:

  • The properties and datasources definition are changed. Now the properties and datasources are defined in distinct structures. Also you can use the App container datasources and link them with earlgrey the data origins. Also you can export and import the configurations.
  • CORS and PATCH are fully supported. Use this with the @cors and @patch annotation.
  • To define the Route Method, now you use the Jersey notation. To use, you need declare @post, @get, @put, @patch, @delete.
  • You can define a controller action without a route, taking the route of Controller.
  • You can send data in json/application format to get parameters.
  • Add new types of responses follow the Restful codes Rest Api Tutorial.
  • All text are in English.
  • The console have a login with password.
  • Earlgrey now implement Cache and Cache by user. To use you need use the @Cache annotation and @UserCache annotation.
  • The OPTIONS method is overwrite automatically if is present the CORS annotation and the OPTIONS method is not defined.
  • Other minor changes.

Enjoy, and see the documentation to get more information.

A functional and packaged version

09 Apr 16:58
4e34f74
Compare
Choose a tag to compare

This versión include a functions package of earlgrey and the next features.

  • Cache
  • Sessions
  • ORM
  • Admin Console
  • Controllers
  • REstfull API with PATCH method

A estable and minimal functional version

26 Apr 17:46
Compare
Choose a tag to compare
0.1

VERSION 0.1