Skip to content

Releases: mrmlnc/syncy

3.0.0

01 Dec 19:56
Compare
Choose a tag to compare

Changelog

  • Requires Node.js 8+
  • Node.js 10 compatibility (#58)
  • Throw an error for an empty source or destination pattern (#55)

2.2.2

22 Dec 09:19
Compare
Choose a tag to compare

Changelog:

  • Postfix for #26.

2.2.1

21 Dec 18:34
Compare
Choose a tag to compare

Changelog:

  • Syncy should not remove directories that were excluded (fix #26)

2.2.0

10 Dec 13:29
Compare
Choose a tag to compare

Changelog:

  • Support multiple destination directores (#24)

2.1.1

26 Nov 17:43
Compare
Choose a tag to compare

Changelog:

  • Update cp-file to 4.1.1 (update nested-error-stacks for node 7).
  • Remove JavaScript SourceMap files from package.

2.1.0

22 Nov 15:04
Compare
Choose a tag to compare

Changelog:

  • Rewritten to TypeScript

  • Error handler for incorrect glob-patterns.

  • Now we can provide function for options.verbose. For example:

    function syncyLogger(stamp) {
      console.log(stamp.action + ' | ' + stamp.from + ' | ' + stamp.to);
    }

2.0.1

23 Jun 23:12
Compare
Choose a tag to compare

Chagelog:

  • Correct returning the status of promises

2.0.0

23 Jun 22:39
Compare
Choose a tag to compare

Changelog:

  • ES2015 (Node.js v4+)
  • Return Promise instead of use Stream

1.0.2

25 May 13:23
Compare
Choose a tag to compare

Changelog:

  • Update Globby to v4.1.0 (fix #2)