Skip to content

v1.1.0

Compare
Choose a tag to compare
@alvin-reyes alvin-reyes released this 05 Feb 01:11
· 49 commits to master since this release

Release Notes for v1.1.0

  • Introduced @BotMillDomain to tag Domain objects
  • Introduced @BotMillController to tag Action objects
  • Extended the AbstractDomain to parse Annotated source

This major release introduced new features for developers to ease the creation of Actions by 1) introducing the annotations for methods to tag it as a response invocation and 2) Exposing the actionBuilder via the domain abstract class.