Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@Abductcows Abductcows released this 06 Jan 02:05
· 19 commits to master since this release
578add5

API

  • backwards incompatible changes to the public api (package name for maven release)
  • Nonnull annotations for smooth Kotlin interoperability
  • new countOnes(), countZeros() and indexOfNeedle(bool needle) methods
  • more standard class javadoc

Internals

  • a lot more tests, all migrated to Kotlin using the given/when/then paradigm
  • smaller, simpler pom

Misc

  • smaller size thanks to javadoc shortening

Full Changelog: v1.0.3...v2.0.0