Skip to content

0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@jamierocks jamierocks released this 29 Aug 22:13
· 109 commits to develop since this release
11bca36

Bombe 0.2.0 continues the Bombe mission, further working towards making a cleaner codebase
that can be used further afield than Lorenz or Survey.

Big thanks to @Minecrell, for his help towards this release!

Changes

  • Parsing for Types and MethodDescriptors has been overhauled, using readers for the both. This
    provides a much cleaner solution than what existed previously - dramatically improving the
    parsing of MethodDescriptors specifically.
  • The dependency on Guava has been dropped.
  • A PrimitiveType interface has been introduced, providing a direct replacement for the
    PrimitiveType enum that previously existed in Lorenz.
  • The 'convenience' signature constructors have been replaced with #of(String, String)
    methods.