Skip to content
Started 6 yr 4 mo ago
Took 18 min

#27 (Dec 6, 2017, 12:28:36 PM)

Changes
  1. Update version number to 9.1.0-SNAPSHOT. (details / githubweb)
  2. Updated readme.MD to point to 9.0.0. (details / githubweb)
  3. Implement countBy on Collectors2. (details / githubweb)
  4. Implement factory class for Strings. (details / githubweb)
  5. Implement multiReader list factory (details / githubweb)
  6. Add withInitialCapacity to Lists.mutable. (details / githubweb)
  7. Enable unused import checkstyle configuration and fix offenders. (details / githubweb)
  8. Implement withInitialCapacity on MultiReader. (details / githubweb)
  9. Implement zip on primitive lists. Closes #308. (details / githubweb)
  10. Change zip and zipInt to take Iterable instead of ListIterable and (details / githubweb)
  11. Implement removeIf for mutable primitive collections. (details / githubweb)
  12. Add eclipse.org/collections index files. (details / githubweb)
  13. Implement trimToSize on UnifiedMapWithHashingStrategy. Closes #370. (details / githubweb)
  14. Implement groupByEach Collector on Collectors2. Resolves #362 (details / githubweb)
  15. Add an additional build process to provide a feature #288 (details / githubweb)
  16. Implement collectWithIndex on ListIterate and RandomAccessListIterate. (details / githubweb)
  17. Implement MutableMapIterable.putPair(Pair<K, V> keyValue). Fixes #391. (details / githubweb)
  18. Implement MutableObjectPrimitiveMap.putPair(ObjectPrimitivePair<K>). (details / githubweb)
  19. Implement MutablePrimitivePrimitiveMap.putPair(PrimitivePrimitivePair). (details / githubweb)
  20. Implement MutablePrimitiveObjectMap.putPair(PrimitiveObjectPair<V>). (details / githubweb)
  21. Make tests in UnmodifiableTreeMapTest consistent. (details / githubweb)
  22. Implement groupByUniqueKey Collector on Collectors2. Resolves #363 (details / githubweb)
  23. Remove unnecessary probe() call. (details / githubweb)
  24. Add Russian translation for Eclipse Collections website. (details / githubweb)
  25. Fixed typos and style for the Russian website (details / githubweb)
  26. Fix Java 8 Collectors#joining(String, String, String) usage (details / githubweb)
  27. Implement trimToSize() on UnifiedSetWithHashingStrategy. Fixes #369 (details / githubweb)
  28. Add translation portugues - pt-br. (details / githubweb)
  29. Implement collectWithIndex on OrderedIterable. Closes #395. (details / githubweb)
  30. Implement collectWithOccurrences on Bags. (details / githubweb)
  31. Fix spelling of occurrences. (details / githubweb)
  32. Add Javadoc to Pair, Twin, Tuples, PrimitiveTuples, ObjectPrimitivePair, (details / githubweb)
  33. Fix few typos. (details / githubweb)
  34. Implement collectWithIndex on primitive ordered iterables. (details / githubweb)
  35. Upgrade Maven Enforcer, Javadoc plugin to 3.0.0-M1. (details / githubweb)
  36. Enable Java 9 unit test build. (details / githubweb)

Started by user nikhil.nanivadekar@gs.com

Revision: 41034662fcb03a3ef438c18c1dcb1ddbb7c20ed0
  • origin/master