All Versions
17
Latest Version
Avg Release Cycle
19 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v1.1.0 Changes
- โ Added .sourceTry method to allow individual results to be marked as failed in a batch fetch (https://github.com/getclump/clump/pull/109)
- โ Add docs to Clump and ClumpSource files (https://github.com/getclump/clump/pull/110)
-
v1.0.0 Changes
- ๐ 1.0.0 Release
-
v0.0.20 Changes
- ๐ Fix batching for nested flatmaps at different levels of composition (https://github.com/getclump/clump/pull/108)
-
v0.0.19 Changes
- Simplify API to no longer expose internal Option (https://github.com/getclump/clump/pull/106)
-
v0.0.18 Changes
- ๐ Fix issue with CanBuildFrom and collections with metadata (https://github.com/getclump/clump/pull/105)
-
v0.0.17 Changes
- ๐ Allow custom execution context to be passed in (https://github.com/getclump/clump/pull/104)
-
v0.0.16 Changes
- โ Add sequence alias for collect, custom NoSuchElementException message (https://github.com/getclump/clump/pull/102)
-
v0.0.15 Changes
July 23, 2015- โก๏ธ Optimize ClumpContext execution algorithm to fetch in parallel at different levels of composition (https://github.com/getclump/clump/pull/99)
-
v0.0.14 Changes
June 09, 2015- 0๏ธโฃ Set default max batch size of 100 for
ClumpSource
(https://github.com/getclump/clump/pull/95) - โ Add
Clump.sourceSingle
for creating a clump source for an endpoint that doesn't support bulk fetches. (https://github.com/getclump/clump/pull/93)
- 0๏ธโฃ Set default max batch size of 100 for
-
v0.0.13 Changes
May 27, 2015ClumpFetch
now honors originalClumpSource
call order when fetching from underlying source (https://github.com/getclump/clump/pull/92)