API
- backwards incompatible changes to the public api (package name for maven release)
- Nonnull annotations for smooth Kotlin interoperability
- new
countOnes()
,countZeros()
andindexOfNeedle(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