Skip to content

Releases: CottaCush/phalcon-utils

2.4.1

19 Sep 13:58
Compare
Choose a tag to compare
  • Fix namespace for Base Model

2.4.0

19 Sep 13:02
Compare
Choose a tag to compare
  • Add BaseModel functions
  • Add method to format phone number to international format
  • Add TextUtils method to convert string to hexadecimal

2.3.1

18 Sep 15:42
Compare
Choose a tag to compare
  • Fix issue with Logger debug context default

2.3.0

11 Sep 13:14
Compare
Choose a tag to compare
  • Add Multiple Logging targets
  • Allow Multiple log targets for request logger middleware

2.2.0

06 Sep 14:18
Compare
Choose a tag to compare
  • Added PhalconUtils\Bootstrap\Bootstrap and PhalconUtils\Bootstrap\BootstrapInterface to allow for adding Bootstrap plugins
  • Added Console and Default Services Bootstrap
  • Added OAuth2 Route and Service Bootstrap
  • Added Http Client, JSend Interface, BaseGateway and Response
  • Add Services, Status, Status Codes, Response Codes and Response Messages
  • Added BaseMiddleware, OAuthMiddleware and RequestLoggerMiddleware
  • Added Batch for bulk model inserts
  • Added Transformable interface
  • Added Response Data Serializer for consistent response from transformers
  • Added Date, File and Text Utils
  • Added Custom Logger

2.1.0

30 Jun 11:58
Compare
Choose a tag to compare
  • Add CommonValidations to handle common data validations
  • Allow custom messages for PhalconUtils\Validation\Validators\InlineValidator
  • Pass Validation object into PhalconUtils\Validation\Validators\InlineValidator closure
  • Add PhalconUtils\Util\ArrayUtils with commonly used array functions

2.0.1

30 May 12:01
Compare
Choose a tag to compare

Update PHPUnit Version to support PHP versions lower than 7

2.0.0

30 May 10:26
Compare
Choose a tag to compare

Support PHP >=7.0 and Phalcon >=3.0

1.11.0

02 May 09:53
Compare
Choose a tag to compare

Added optional code Validator option

1.10.1

02 Dec 12:42
Compare
Choose a tag to compare

Fix issue with cancelOnFail for InlineValidator