Skip to content

Releases: skipperbent/pecee

Version 1.2.6

22 Oct 20:05
Compare
Choose a tag to compare
  • Cleaned up model column names.
  • Added request() helper function for request related functions.
  • Renamed \Pecee\Language class to \Pecee\Translation - as it's more logical.
  • Removed Server class as methods are availible through the request() helper function.
  • Simplified Model class by removing __call magic method. Auto getting and settings methods: getId() no longer returns id. unless a custom method has been created.
  • Cleaned up Collection class.
  • Removed methods from Controller class which is already there through the inherited Base class (issue: #12).
  • Renamed asJSON to asJson in Controller class.
  • Made asJson class use response helper function.
  • Translated error exceptions in Image class.
  • Removed validation stuff from Form class as it doesn't belong there.
  • Optimised FileAbstract class so it now uses response helper function.
  • Removed $_GET from FileAbstract class as it inherits from the BaseController.
  • Updated documentation.
  • Other optimisations and cleanups.

Version 1.2.5

22 Oct 18:08
Compare
Choose a tag to compare
  • ModelUser now throws exception instead of error-numbers upon invalid login.

Version 1.2.4

22 Oct 18:08
Compare
Choose a tag to compare
  • ModelUser now throws exception instead of error-numbers upon invalid login.

Version 1.2.3

21 Oct 22:10
Compare
Choose a tag to compare

Changes

  • Added support for csrf support in simple-router.
  • Changed default routes to support changes in simple-router.
  • Added csrf_token() helper function to get current csrf token.
  • Added addItem() method to Html class.
  • Fixed "RouterBase not found" exception in ModelLanguage.
  • Optimised some of the ResponseData classes.
  • Updated composer.json with correct info.
  • Fixed missing Boolean class.
  • Removed use Pecee\Bool statement.
  • Optimised ModelLanguage class.

Version 1.2.2

21 Oct 22:07
Compare
Choose a tag to compare

Changes

  • Added support for csrf support in simple-router.
  • Changed default routes to support changes in simple-router.
  • Added csrf_token() helper function to get current csrf token.
  • Added addItem() method to Html class.
  • Fixed "RouterBase not found" exception in ModelLanguage.
  • Optimised some of the ResponseData classes.
  • Updated composer.json with correct info.
  • Fixed missing Boolean class.
  • Removed use Pecee\Bool statement.

Version 1.2.1

21 Oct 16:39
Compare
Choose a tag to compare

Changes

  • Added support for csrf support in simple-router.
  • Changed default routes to support changes in simple-router.
  • Added csrf_token() helper function to get current csrf token.
  • Added addItem() method to Html class.
  • Fixed "RouterBase not found" exception in ModelLanguage.
  • Optimised some of the ResponseData classes.
  • Updated composer.json with correct info.

Version 1.2

21 Oct 16:36
Compare
Choose a tag to compare

Changes

  • Added support for csrf support in simple-router.
  • Changed default routes to support changes in simple-router.
  • Added csrf_token() helper function to get current csrf token.
  • Added addItem() method to Html class.
  • Fixed "RouterBase not found" exception in ModelLanguage.
  • Optimised some of the ResponseData classes.

Version 1.1.2

21 Oct 11:11
Compare
Choose a tag to compare

Changelog

  • Fixed wrong namespacing in PdoHelper class.
  • Added new \Pecee\DB\Pdo + Pdo related classes.
  • Depricated \Pecee\DB\DB class.
  • Simplified Model by removing weird methods like count, max etc.
  • Save and update methods now longer calls query, which should provide faster response as it no longer builds a new unused model.
  • Removed data parameters that are no longer available due to new Pdo changes.
  • Other optimisations and fixes.
  • Fixed wrong error-codes for ModelUser exception.
  • Fixed psr-2 naming on many of the model methods.
  • Made ModelNode use setRows when fetching fields instead of creating custom fetchPage etc. methods.
  • Other minor bugfixes and optimisations.

Version 1.1.1

21 Oct 11:09
Compare
Choose a tag to compare

Changelog

  • Fixed wrong namespacing in PdoHelper class.
  • Added new \Pecee\DB\Pdo + Pdo related classes.
  • Depricated \Pecee\DB\DB class.
  • Simplified Model by removing weird methods like count, max etc.
  • Save and update methods now longer calls query, which should provide faster response as it no longer builds a new unused model.
  • Removed data parameters that are no longer available due to new Pdo changes.
  • Other optimisations and fixes.
  • Fixed wrong error-codes for ModelUser exception.
  • Fixed psr-2 naming on many of the model methods.
  • Made ModelNode use setRows when fetching fields instead of creating custom fetchPage etc. methods.
  • Other minor bugfixes and optimisations.

Version 1.1

21 Oct 10:37
Compare
Choose a tag to compare

Changelog

  • Added new \Pecee\DB\Pdo + Pdo related classes.
  • Depricated \Pecee\DB\DB class.
  • Simplified Model by removing weird methods like count, max etc.
  • Save and update methods now longer calls query, which should provide faster response as it no longer builds a new unused model.
  • Removed data parameters that are no longer available due to new Pdo changes.
  • Other optimisations and fixes.
  • Fixed wrong error-codes for ModelUser exception.
  • Fixed psr-2 naming on many of the model methods.
  • Made ModelNode use setRows when fetching fields instead of creating custom fetchPage etc. methods.
  • Other minor bugfixes and optimisations.