mobx_codegen 0.3.1 copy "mobx_codegen: ^0.3.1" to clipboard
mobx_codegen: ^0.3.1 copied to clipboard

outdated

Code generator for MobX that adds support for annotating your code with @observable, @computed, @action and also creating Store classes.

Changelog #

0.3.1 #

  • Adding a conditional action-wrapper for field setters.

0.3.0 - 0.3.0+1 #

  • Adapting to the API changes in mobx 0.3.0
  • README.md updates

0.2.1+2 #

  • Removing the code in /example folder and instead having a simple README.md in it.

0.2.1+1 #

  • README updates

0.2.1 #

  • Upgrading to use the 0.2.1 version of mobx, which makes it compatible with the latest beta/dev/master channels

0.2.0 #

  • A breaking change has been introduced to the use of the Store type. Previously it was meant to be used as an interface, which has now changed to a mixin.

0.0.2 - 0.1.3 #

  • Move all the codegen parts to separate templates
  • Documentation updates
  • Support for async actions
  • CircleCI integration improvements

0.0.1 - First Release #

  • Added support for @observable, @computed and @action
284
likes
0
pub points
97%
popularity

Publisher

verified publishervyuh.tech

Code generator for MobX that adds support for annotating your code with @observable, @computed, @action and also creating Store classes.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, build, mobx, path, source_gen

More

Packages that depend on mobx_codegen