Skip to content

Releases: gavoja/aemsync

5.0.5

29 Mar 14:18
Compare
Choose a tag to compare
  • The -w parameter is now properly handled.
  • Fixed typos in README.md.
  • Updated dependencies.

5.0.4

20 Sep 15:58
Compare
Choose a tag to compare
  • Fixed push parameter.
  • Removed minimist dependency.

5.0.3

05 Sep 11:54
Compare
Choose a tag to compare
  • Credentials are now handled via a header.
  • FormData is now native to node-fetch and no longer relies on an external package..

5.0.2

05 Sep 11:07
Compare
Choose a tag to compare

Fixed package.json resolution.

5.0.1

05 Sep 10:54
Compare
Choose a tag to compare

NPM audit fixes.

5.0.0

11 Jul 10:43
a1aa3c5
Compare
Choose a tag to compare
  • New API based on generators.
  • Stability improvements, which should hopefully prevent broken packages from being pushed.

4.0.3

14 Mar 09:29
Compare
Choose a tag to compare
Version bumped to 4.0.3.

4.0.2

11 Nov 14:32
61223f4
Compare
Choose a tag to compare
Merge pull request #43 from rbotha78/master

Don't include underscore in first capture group of the regular expression

4.0.1

15 Apr 16:08
Compare
Choose a tag to compare
Dependencies updated. Tests fixed.

4.0.0-rc1

27 Apr 16:10
Compare
Choose a tag to compare

Please note that this is a release candidate. It has not yet been thoroughly tested and bugs may occur. Summary:

  • Implementation simplified.
  • Tests added.
  • Dependencies updated and reduced.
  • Promises introduced.
  • Fixes for #30, #35 and #42 (hopefully).