This document will list any non-backward compatible breaking changes between versions, and notable new features.
potentially breaking changes:
- removed
spoof\lib360\net
namespace
new features:
- added
NotFoundException
interface - added
ForbiddenException
class
new features:
- added support for
LIKE
andNOT LIKE
operators - added
ModelList::toArray()
method - added
Model::getByCondition
method
new features:
- added
Model::toArray()
andRecord::toArray()
methods
potentially breaking bug fix:
ModelList::offsetGet
now always returns an instance of aModel
new features:
Model
andModelList
classes added
new features:
ITable::deleteRecord
added
potentially breaking changes:
ITable::insert
now returns last inserted ID of the record instead of the number of rows affected
This is a relatively major upgrade:
- top namepsace change to
/spoof
- autoloader change to PSR-4
- composer is now a preferred installation method
This is the original release.