All Versions
17
Latest Version
Avg Release Cycle
19 days
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v0.0.12 Changes
May 09, 2015- Generate artifact without the twitter-util dependency (https://github.com/getclump/clump/pull/91)
-
v0.0.11 Changes
April 27, 2015- โ Add a couple inferred methods and aliases to clump api (https://github.com/getclump/clump/pull/88)
- โ Add scaladoc to all public methods (https://github.com/getclump/clump/pull/87)
- ๐ Use the Apache license (https://github.com/getclump/clump/pull/85)
-
v0.0.10 Changes
March 23, 2015Clump.sourceFrom
renamed toClump.source
for consistencyClump.source
must now be called with a partially-applied function (Clump.source(fetch _)
)Clump.source
now accepts fetch functions with up to 4 additional parameters
-
v0.0.9 Changes
February 18, 2015Clump.traverse
now accepts any kind of collection as inputClump.future
now acceptsFuture[T]
andFuture[Option[T]]
-
v0.0.8 Changes
February 09, 2015- ๐
Clump.sourceFrom
- support iterable output
- ๐
-
v0.0.7 Changes
February 06, 2015- accept any kind of collection for
clump.collect
andclump.list
- accept any kind of collection for
-
v0.0.6 Changes
February 04, 2015- ๐ first public release