Releases: gavoja/aemsync
Releases · gavoja/aemsync
5.0.5
- The
-w
parameter is now properly handled.
- Fixed typos in README.md.
- Updated dependencies.
5.0.4
- Fixed push parameter.
- Removed minimist dependency.
5.0.3
- 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
Fixed package.json resolution.
5.0.0
- New API based on generators.
- Stability improvements, which should hopefully prevent broken packages from being pushed.
4.0.2
Merge pull request #43 from rbotha78/master
Don't include underscore in first capture group of the regular expression
4.0.1
Dependencies updated. Tests fixed.
4.0.0-rc1
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).