Skip to content

Releases: totemcaf/gollections

v0.7.0

22 Nov 21:45
Compare
Choose a tag to compare

Add a first simple implementation of set data type

v0.6.4

17 Oct 13:11
Compare
Choose a tag to compare

Fix Id to ID

v0.6.2

19 Aug 17:22
Compare
Choose a tag to compare

Fix

v0.6.1

19 Aug 17:13
Compare
Choose a tag to compare

Add nils functions and solves typing problem

v0.6.0

09 Aug 14:01
Compare
Choose a tag to compare

Add support to execute a function concurrently.
Add a concurrent version of slices.Map

v0.5.2

27 Jul 00:41
Compare
Choose a tag to compare

New mappers for map
FindOneBy for InMemoryRepository

v0.4.0

14 Jul 20:33
Compare
Choose a tag to compare

Added map the map values

v0.3.0

25 Jun 17:30
Compare
Choose a tag to compare

Introduce the List[T] type and a slice-backed implementation.

v0.2.0

24 Jun 16:57
Compare
Choose a tag to compare

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

24 Jun 16:07
Compare
Choose a tag to compare

Minimum support for lists ands maps.
Basic in-memory repository