- Attribute\Relation will not return rfield in json_encode() as it causes circular loop
- Fix Finder::find() to accept arguments[0][FindArguments]
- Added QuoteIdentifier attribute to support reserved database keywords for column names
- Improved error message in Model
- Correctly recognize nullable enums
- QueryBuilder::condition()
- Hydrator::toArray() will decast values (because of enums)
- Added DateTime controlling methods to Factory
- Added Enum type
- Initial commit