Skip to content

@plugola/store-v7.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Sep 14:20
· 29 commits to master since this release

@plugola/store-v7.0.0 (2023-09-13)

Code Refactoring

  • store: initialising with a function (71b752b)

BREAKING CHANGES

  • store: you now initialise the store's state by implementing a
    __init__ function in your actions. The init() method has also been
    removed.