Skip to content

Releases: victor0210/slim

Release v3.0.0

27 Feb 02:14

Choose a tag to compare

  • feat: add action for slim / vslim / rslim
  • fix: vslim change mapDispatchers to actions instead of reducers

Release v2.0.6

11 Feb 11:49

Choose a tag to compare

  • fix: change alias to getter

  • feat: add vslim injection helpers

Release v2.0.5

30 Jan 10:47

Choose a tag to compare

  • slim: feat => "beforeSet" hook for plugin

  • slim: feat => optimize getters

  • slim: delete => "getState", only use store.state

  • vslim: fix bug, optimize plugin

  • rslim: remove getters from rslim and use by the slim's own

Release v2.0.0

29 Jan 12:36

Choose a tag to compare

  • feat: integrate into react(rslim)
  • feat: update slim event center api
  • feat: update vslim event center api

Release v1.3.0

29 Jan 03:47

Choose a tag to compare

  • move event apis to Slim from store

Release v1.1.3

28 Jan 05:20
7b53c84

Choose a tag to compare

  • feat: slim devtool
  • fix: vslim bug

Release 1.1.1

26 Jan 13:20

Choose a tag to compare

  • Merge pull request #19 from victor0210/release (c62ff53)
  • Merge pull request #18 from victor0210/master (2091fcd)
  • remove gthbk (8d6c1b2)
  • Merge pull request #17 from victor0210/release (3abf521)
  • Merge pull request #16 from victor0210/master (31c88d5)
  • remove dist (d19897c)
  • fix demo bug (9957003)
  • Delete CNAME (3bee439)
  • Create CNAME (6169159)
  • Merge branch 'v1.1.0' of github.com:victor0210/slim into v1.1.0 (8a5789e)
  • add devtool version detect (e00e29c)
  • fix docs bug (0ea83ff)
  • fix plugin docs (8635df1)
  • add plugin injection/add hook of plugin/devtool connection (b514a51)
  • rebuild module structure (d308793)
  • Merge pull request #14 from victor0210/master (de3aaeb)

v1.1.0

23 Jan 02:32

Choose a tag to compare

  • feat: chain dispatch
  • feat: EventListener
  • remove: subscribe
  • remove: unsubscribe
  • fix: VSlim not emit component update with object and array index assign
  • fix: getter rename to alias

v1.0.0

20 Jan 13:06

Choose a tag to compare

  • state manager with Proxy
  • vue state manager with slim