Skip to content

Releases: jameshopkins/atom-store

v0.0.4

30 Apr 23:50

Choose a tag to compare

  • Fixed issue relating to babel-runtime not being included as a dependency in a production environment - but being referenced in the transpilation due to babel-transform-runtime being included as a devDependency.

v0.0.3

21 Apr 20:59

Choose a tag to compare

  • There's now the ability to pass arbitrary props into the .watch() invocation that are subsequently surfaced in the resulting onChange watchers (registered through .watch()). 067977c
  • BREAKING Argument order of onChange watchers have been reversed f9728c8

v0.0.2

12 May 16:52

Choose a tag to compare

Remove pre-commit hook install from postinstall

v0.0.1

12 May 16:42

Choose a tag to compare

Initial version