Skip to content

Releases: Baltasarq/sirope

Sirope v0.1.3 20220328 "Maple"

28 Mar 10:56
Compare
Choose a tag to compare

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"

24 Mar 18:16
Compare
Choose a tag to compare

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"

22 Mar 17:19
Compare
Choose a tag to compare

Changelog:

  • Fixed setup.py

Sirope v0.1 20220322 "Maple"

22 Mar 17:16
Compare
Choose a tag to compare

Changelog:

  • First released version