Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Apr 04:31

BinaryTraits v0.1.0

Closed issues:

  • Support interface specification (#1)
  • Documentation (#3)
  • Set up Travis and badges (#4)
  • Make as/prefix/with clauses optional (#5)
  • Interface specification v2 (#9)

Merged pull requests:

  • args parsing, revamped tests, default not verbose (#6) (@tk3369)
  • Split code into separate files (#7) (@tk3369)
  • Interface strong typing (#8) (@tk3369)
  • Interface v2 (#13) (@tk3369)
  • Define constant DEFAULT_TRAIT_SUPERTYPE (#14) (@tk3369)
  • InterfaceReview show function (#15) (@tk3369)
  • Add verbose mode tests (#16) (@tk3369)
  • Initial setup for docs (#17) (@tk3369)
  • Get rid of module dependency for traits/interface maps (#18) (@tk3369)
  • Required contracts introspection (#19) (@tk3369)
  • Implemented composite trait lookthrough (#20) (@tk3369)
  • Relax contract function argument to any tuple (#21) (@tk3369)