Skip to content

Releases: FeastFramework/framework

v1.2.2

17 Apr 06:04

Choose a tag to compare

Version 1.2.2
Bugfix release: the JSON class was excluded from Psalm static analysis. This has been corrected as well as some issues detected by Psalm.

v1.2.1

16 Apr 04:07

Choose a tag to compare

Version 1.2.1
Major changes:

  1. Eliminate unused Interfaces/JsonSerializableInterface.php
  2. Add DateTime handling to the JSON marshaller.

Other changes

  1. Make licenses in PHP files uniform (some had a missing empty line in the comment)
  2. Add \Feast\Date::createFromFormat
  3. Add optional timezone to most create methods in \Feast\Date
  4. Document Date class.

v1.2.0

15 Apr 03:41
4110f9c

Choose a tag to compare

Version 1.2.0 Adds a new, powerful JSON marshaller. You can read more on the docs.

v1.1.1

14 Apr 03:49

Choose a tag to compare

Minor update: Since httpRequest is always instantiated in the constructor of the Service class, no longer nullable.

v1.1.0

10 Apr 05:16

Choose a tag to compare

Version 1.1.0 Release Notes:

  1. FEAST now has support for adding onSave and onDelete on Mappers. These methods receive the model, and for the onSave call, whether it is new or preexisting. If you have already installed FEAST, it is recommended to copy vendor/feast/framework/Install/bin/templates/Mapper.php.txt to bin/templates/Mapper.php.txt to have the method skeletons automatically added to your generated mappers. Read more here

  2. A fix for the Mapper templates has been made. If you have already installed FEAST, find all occurrences of protected const TABLE_NAME = and replace with public const TABLE_NAME =

  3. Add setArguments on HttpRequestInterface to set the exact arguments.

v1.0.3

09 Apr 23:17

Choose a tag to compare

Change HTTPRequest to HttpRequest in default config file.

v1.0.2

09 Apr 22:59

Choose a tag to compare

  • Bug Fix - Remove item from template
  • This version is a bug fix for feast:create:cli-action's template.

v1.0.1

08 Apr 21:48

Choose a tag to compare

Documentation update only.

v1.0.0

05 Apr 22:36

Choose a tag to compare

First release of FEAST framework