Skip to content

Releases: gavoja/aemsync

3.0.2

14 Aug 09:11
Compare
Choose a tag to compare

Vulnerability fixes.

3.0.1

02 Jul 09:43
5d73fb4
Compare
Choose a tag to compare

Bug fixes -- #36 and #37.

2.0.1

18 Oct 10:01
Compare
Choose a tag to compare

#26 Fixed

2.0.0

07 Jun 15:05
Compare
Choose a tag to compare
Added main to index.js exports.

v1.1.1

14 Jun 14:31
Compare
Choose a tag to compare

Updated simple-watcher; this should bring Node 4 compatibility back.

v1.1.0

06 Jun 13:37
Compare
Choose a tag to compare
  • Reduced number of IO calls, which should hopefully address #16.
  • FS watching part moved out to external package: https://github.com/gavoja/simple-watcher.
  • Renamed Pusher.addItem() to Pusher.enqueue().
  • License added.
  • Code refactoring.

v1.0.2

07 Apr 09:11
Compare
Choose a tag to compare

Fixed JavaScript documentation.

v1.0.1

05 Apr 10:09
Compare
Choose a tag to compare

Deletion fixed.

v1.0.0-rc.0

10 Mar 09:06
Compare
Choose a tag to compare
v1.0.0-rc.0 Pre-release
Pre-release

Code cleanup and bug fixes.

v1.0.0-beta.3

09 Mar 18:40
Compare
Choose a tag to compare
v1.0.0-beta.3 Pre-release
Pre-release
  • Refactored codeto ES6 - Standard Style.
  • Introduced modular architecture.
  • Replaced chokidar with fs.watch using recursive parameter; this should significantly increase performance on Windows and OS X.
  • Cleaned up dependencies.
  • Fixed #12 and #14.