Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 724 Bytes

CHANGELOG.md

File metadata and controls

40 lines (25 loc) · 724 Bytes

TODO

  • Add During Aspect
  • Add priority to AopProxies
  • Add generator to create AopProxy classes
  • Enhance Documentation

0.3.1

  • correct adding proxy function when there is no annotations

0.3.0

  • upgrade to dson@^0.13.0

0.2.0

  • upgrade to dson@^0.10.0

0.1.0

  • use built_mirrors, serializable and dson instead mirrors

0.0.7

  • rename _Component class to _Injectable, user still can use @component annotation.

0.0.5

  • aop_proxy support
    • Before
    • After
    • AfterThrowing
    • AfterFinally

0.0.4

  • inject by value
  • ability to use mockito with components (services, repositories and controllers)
  • upgrade drails_commons to v0.0.4