Releases: Baltasarq/sirope
Releases · Baltasarq/sirope
Sirope v0.3.1 20220503 "HoneyComb"
Sirope v0.2.3 20220422 "Honeycomb"
Changelog:
- Yet another couple of problems with type hints in Python 3.8 which work fine in Python 3.10
Sirope v0.2.2 20220421 "Honeycomb"
Changelog:
- Fixes type-hint-related errors on Python 3.8
Sirope v0.2.1 20220411 "Honeycomb"
Changelog:
- Adds support for blobs.
Sirope v0.2.0 20220408 "Maple"
Changelog:
- Fixes various type hints.
- Fixes all methods returning lists, now returns iterables.
- Fixes multi_load() does not need the class.
Sirope v0.1.8 20220407 "Maple"
Changelog:
- Fixes method names for safe oids.
Sirope v0.1.7 20220407 "Maple"
Changelog:
- Adds max number of objects ot filter() and enumerate().
- Adds load_first(cls: type, n: int) and load_last(cls: type. n: int), able to load the first n object and the last n objects.
Sirope v0.1.6 20220404 "Maple"
Changelog:
- Fixed the restriction on the init() method, by resorting to new,
Sirope v0.1.5 20220404 "Maple"
Changelog:
- Fixes naming oddities.
- Adds find_first.
Sirope v0.1.4 20220403
Changelog:
- Adds an enumeration method.