Releases: totemcaf/gollections
Releases · totemcaf/gollections
v0.7.0
Add a first simple implementation of set data type
v0.6.1
Add nils functions and solves typing problem
v0.6.0
Add support to execute a function concurrently.
Add a concurrent version of slices.Map
v0.5.2
New mappers for map
FindOneBy for InMemoryRepository
v0.3.0
Introduce the List[T] type and a slice-backed implementation.
v0.2.0
Fix the return of the Find functions in repository to return error instead of bool to let other implementations return different errors.
Add additional functions for lists and maps.
v0.1.0
Minimum support for lists ands maps.
Basic in-memory repository