Skip to content

2.0.0

Compare
Choose a tag to compare
@yatatsu yatatsu released this 05 Mar 21:12
· 65 commits to master since this release

This is a major update. There are some breaking changes.

  • Support setter/getter. You can specify method with @AutoBundleGetter / @AutoBundleSetter. 0c7081f
  • Remove AutoBundle class for avoiding reflection. Use {YourTargetClass}AutoBundle instead. 5ae9cf3

To follow these changes, please check README and example.