Releases: Baltasarq/sirope
Releases · Baltasarq/sirope
Sirope v0.1.3 20220328 "Maple"
Changelog:
- Added Sirope.filter_by(), which accepts a callable and a class and applies the predicate to all objects of that class, returning the compliant objects.
- Added some guards so functions such as Sirope._obj_from_json() or OID.from_pair() return None instead of launching an undescriptable error messages due to null parameters.
Sirope v0.1.2 20220322 "Maple"
Changelog:
- A Redis instance can be passed when creating a Sirope object, so it is possible to configure it beyond the default values. You can still pass nothing so the defaults are assumed.
Sirope v0.1.1 20220322 "Maple"
Changelog:
- Fixed setup.py
Sirope v0.1 20220322 "Maple"
Changelog:
- First released version