Version: 1.6.1-bp152.1.3
* Sun May 10 2020 Mariusz Laczak <mruz@poczta.onet.pl>
- Ice 1.6.1
* Update zephir, Model dafault rules fix #270
* Build with recent GCC fix #266
* Image, gd watermark fix #268
* Sat Apr 25 2020 Mariusz Laczak <mruz@poczta.onet.pl>
- Ice 1.6.0
* Composer, update zephir to 0.12.18
* Add the image component
* Dump, recursion fix #265
* PHP 7.0, drop support
* Code cleanup
* Update prototypes
* Flash, add dismissible class
* Dispatcher, continue if before returns a value
* Update zephir parser to 1.3.4
* Websocket, long message fix #262
* Sat Mar 14 2020 Mariusz Laczak <mruz@poczta.onet.pl>
- Ice 1.5.1
* Composer, update zephir to 0.12.17
* Auth, logout if no user fix #245
* Model, get id fix #240
* Auth, primary key fix #254
* Websocket, encoding fix #260
* Websocket, client connect fix #256
* Self type hint fix #257
* Console, color fix #258
* Sun Dec 22 2019 Mariusz Laczak <mruz@poczta.onet.pl>
- Ice 1.5.0
* Build, add support for php 7.4
* Composer, update zephir to 0.12.15 and zephir-parser to 1.3.3
* PHP 5.6, drop support
* Wed Jan 16 2019 Mariusz Laczak <mruz@poczta.onet.pl>
- Ice 1.4.1
* Build, add support for php 7.3 fix #251
* Model, remove primary keys
* Composer, update zephir to 0.11.9
* Pdo, fixed sql error if emtpy filter
* Model, refresh new data after update
* Router, default router fix
* Tue Oct 30 2018 Mariusz Laczak <mruz@poczta.onet.pl>
- Ice 1.4.0
* Exception, add a hook for pretty exceptions, fix #234
* Session, robust start a session
* Pdo, fixed things for different DBMS
* Response, add toJson and toXml
* Db, Model, rename the remove method to delete fix #221
* Env, add environment helper
* Auth, token enhancement, rename Model driver to Db
* Router, refactor, rename old router to FastRouter
* Auth, password hash enhancement
* Di, hook bug fixed #208
* Model, clear save status #205
* Pdo, add query method fix #166
* Model, fixed retry to save invalid model bug #202
* Cli, add websocket component #201
* Auth, make model classes in users configurable #199
* Request, allow for empty string on get, post #197
* Model, enhanced and bugs fix #185
* Pdo, make it competitable with other dbms #188
* Di, resolve bug fix #190
* View, allow to render file with specific engine
* Tests, add db and model tests
* Dispatcher, add reset
* Always return this from setters
* Response, send file
* App, add new module to the app
* App, allow to render page without main layout fix #169
* Response, set response content in controller fail fix #168
* Request, implement interface
* Config, load config from php file
* PHP, fix declaration errors
* Travis, update to xenial dist
* Composer, use zephir v0.11.0 and zephir-parser v1.1.2
* View, stop finding view when it meets the right engine and file
* Modules, use loader from di and pass it to autoloaders fix #156
* Loader, no namespace classes loading for the loader fix #154
Version: 1.3.0-bp150.2.3
* Wed Mar 28 2018 jengelh@inai.de
- Replace %__-type macro indirections.
- Ensure neutrality of descriptions.
* Sun Mar 25 2018 mruz@poczta.onet.pl
- Ice 1.3.0
* Model, add db service name as a property
* Db, add options, oracle fix #150
* Dump, use the reflection class instead of each function
* PHP 5.5, drop support
* Travis, enable PHP 7.2, remove legacy mongo
* Composer, use working zephir
* Assets, memory observe fix phalcon/zephir#1538
* Sat May 20 2017 mruz@poczta.onet.pl
- Ice 1.2.11
* Tag, make public input
* Db, fix mongo driver
* Thu Mar 30 2017 mruz@poczta.onet.pl
- Ice 1.2.10
* Auth, facebook fix
* Fri Feb 24 2017 mruz@poczta.onet.pl
- Ice 1.2.9
* Unique validator, fix mongodb
* Sat Feb 18 2017 mruz@poczta.onet.pl
- Ice 1.2.8
* Facebook, add fields to API call
* Sat Feb 18 2017 mruz@poczta.onet.pl
- Ice 1.2.7
* Social auth, get scope from options, use static url
* Fri Feb 10 2017 mruz@poczta.onet.pl
- Ice 1.2.6
* Unique, fix mongodb driver
* Mongodb, fix timestamp if value is NULL on getDateTime
* Tag, add end_form()
* Validators, update doc
* Validation, fix revalidate, add more tests
* Sun Jan 22 2017 mruz@poczta.onet.pl
- Ice 1.2.5
* Model, set rules if there is no validation rules on create
* Unique, fix case insensitive on mongodb
* Url, fix uri starts with # or ?
* Fix memory leak in preg_match
* Auth, add force login
* Sun Jan 15 2017 mruz@poczta.onet.pl
- Ice 1.2.4
* Model, add autoincrement property
* Sun Jan 08 2017 mruz@poczta.onet.pl
- Ice 1.2.3
* Mongodb, timestamp fix
* Sat Nov 19 2016 mruz@poczta.onet.pl
- Ice 1.2.2
* DB, detect timestamp on toDateTime
* Exception, allow for Throwable in PHP7
* Sat Nov 12 2016 mruz@poczta.onet.pl
- Ice 1.2.1
* Db, remove legacy mongo from php 7
* Digit validator, allow for int
* Dump, add plain text attribute
* Model, get date time
* Mongodb, result as associative array
* Mon Sep 05 2016 mruz@poczta.onet.pl
- Ice 1.2.0 build 2
* Mon Aug 29 2016 mruz@poczta.onet.pl
- Ice 1.2.0
* Db, add mongodb driver
* Validation, translate fields on With validator fix #123
* Url, uri starts with // fix #121
* Wed Jun 15 2016 mruz@poczta.onet.pl
- Ice 1.1.5
* Router, fastRoute code improvements
* Di, fix url auto-resolving
* Response, move messages to function, remove di property
* Router, add default routes, remove di property
* Dump, add skip di property
* FastRoute, fix #120 and update to nikic/FastRoute@30470b6
* Copyright, update year
* Sleet, allow for multi-line tags, fix #118
* Fri Jun 03 2016 mruz@poczta.onet.pl
- Ice 1.1.4
* Pdo, change where to protected, fix #116
* View, add setLayout alias of setMainView
* Response, detect redirect loop
* Assets, add collections
* Tag, allow to clear meta tags
* Flash, allow to overwrite options later
* Validation, merge revalidate into validate
* Validation, add revalidate method
* Tag, Pagination, services are predefined
* Validation, use arr object to store data
* Arr, add only() and getValue() methods
* View, looking for a view in multiple dirs if viewsDir is an array
* Build, change directories to lowercase
* Thu May 05 2016 mruz@poczta.onet.pl
- Remove building zephir-parser
* Thu May 05 2016 jengelh@inai.de
- Add ice-notime.diff: drop __DATE__/__TIME__ from build to
please rpmlint.
- Avoid doing anything but %setup and %patch in %prep to not
upset quilt when doing patch work.
- Fix SLE11 build by adding a BuildRoot: line.
* Wed May 04 2016 jengelh@inai.de
- Use Source URL; drop redundant %clean section