Skip to content

Releases: jmathewburns/java-range-fun

Version 3.0.0

09 Oct 08:42
Compare
Choose a tag to compare

Minor changes for this release include:

  • Smaller binary size
  • One or two bugfixes
  • Improved robustness of the API

The most important change, however, is that, with this release, the Range Fun(ctions) library is now fully modularised.

Unsurprisingly, the single module is named 'xyz.jmburns.rangefun'.

Overhauled library

17 Sep 08:08
Compare
Choose a tag to compare

The entire library has now been overhauled, to be simpler, smaller, and more user-friendly. As well as a cleaner design, the library now sports new features common to progressions, such as contains, and toArray methods, among others.

Release 1.2.0

24 Aug 16:17
Compare
Choose a tag to compare

Added support for half-closed ranges, like so:

range(0).until(5)

The above range's iterator will return 0, 1, 2, 3, 4.

First public binary release.

16 Aug 18:07
Compare
Choose a tag to compare
v.1.1.0

Merge remote-tracking branch 'rangefun/master'