Releases: ActiveJpa/activejpa
Releases · ActiveJpa/activejpa
Release 1.1.0
This release deprecates some of the functionalities in favor fluent methods and has improved the coverage vastly.
- Fluent methods in the Filter class (One of the constructors is deprecated). See README for usage now
- support for non_in filters
Release 1.0.3
- Added no_like, is_null, is_not_null operators
- Added a filter() method to Model class. This can be used to construct fluent style filters on the model class and fetch the result list