Skip to content

support for StandardAction

Pre-release
Pre-release
Compare
Choose a tag to compare
@beyondeye beyondeye released this 30 Aug 15:41
· 3 commits to master since this release

New features:

  • support for StandardAction (see updated readme) (solves issue #5)
  • new Store extension methodsdispatch_a and dispatch_sa for checking type of action at compile time
  • new Store extension method subscribe that takes as argument a lambda instead of a StoreSubscriber object