All Versions
14
Latest Version
Avg Release Cycle
121 days
Latest Release
1686 days ago

Changelog History
Page 1

  • v0.9.0 Changes

    April 29, 2020
    • ๐Ÿ”„ Changed attributeError to evolveError
    • โž• Added new instruction NewArray to correctly model array behaviour
    • Massive rewrite of AbsMethodId and friends to make them easier to work with
    • ๐Ÿ”„ Changed ClassType in Signature to contain the inner classes in the correct order.
    • ๐Ÿ›  Fixed problem with defintion of TypedAnnotations
    • ๐Ÿ›  Fixed spelling mistake in TypeParameter
    • โž• Added MethodParameters
    • Made more Annotations Ord'able and exported them fully
    • ๐Ÿ‘‰ Make some data types into newtypes
  • v0.8.1 Changes

    • โœ… Made all tests work with nix
  • v0.8.0 Changes

    • โฌ†๏ธ Upgrade to GHC 8.6.4
  • v0.7.0 Changes

    September 20, 2019
    • Create instances for InClass
    • ๐Ÿ›  Fixed bad encoding of VerificationTypeInfo
  • v0.6.1 Changes

    September 17, 2019
    • ๐Ÿ›  Fix a mistake in anewarray
  • v0.6.0 Changes

    September 05, 2019
    • โž• Add Annotations
  • v0.5.0 Changes

    • Reintroduce AbsVariableMethodId
    • Small cleanups
  • v0.4.0 Changes

    June 06, 2019
    • โž• Add Offsets to ByteCode
    • Small other changes
  • v0.3.0 Changes

    February 14, 2019
    • ๐Ÿ”„ Change API of TypeParse
    • ๐Ÿ”€ Merge together the New* commands
  • v0.2.0 Changes

    October 22, 2018
    • โž• Add filter to evolveClassFile