Skip to content

Releases: cesbit/vlow

1.1.7

22 Jan 08:23
Compare
Choose a tag to compare
  • Fixed vulnerability
  • Replaced Uglify-JS with Terser (for minimizing JavaScript)

1.1.5

05 Jun 08:33
Compare
Choose a tag to compare
  • Update packages.json (and package-lock.json)

1.1.4

12 Sep 09:28
Compare
Choose a tag to compare
  • Function altState() is now called with the components state and props next to the storeState. This enables the use of static functions so you don't have to rely on this.

1.1.3

10 Sep 21:31
Compare
Choose a tag to compare
  • include invariant dependency so we don't depend on fbjs to be installed.

1.1.2

07 Sep 09:57
Compare
Choose a tag to compare
  • Support withVlow(stores)(Component) syntax next to withVlow(stores, Component)
  • Upgrade to babel version 7.x and use babel-runtime instead of babel-polyfill
  • Removed the requirement for Object.entries

1.1.1

31 Aug 08:20
Compare
Choose a tag to compare
  • Fixed bug in withVlow

1.1.0

31 Aug 06:47
Compare
Choose a tag to compare
  • Added withVlow using the HOC design

1.0.4

17 Jul 14:48
Compare
Choose a tag to compare
  • Remove dist folder from project
  • Use babel files as entry point

1.0.3

08 Jun 08:55
Compare
Choose a tag to compare
  • Added extra warning and checks when in development mode.

1.0.2

07 Jun 07:51
Compare
Choose a tag to compare
  • Replace Store lookup by .name to Object equality to prevent broken code after mangling.