Skip to content
This repository has been archived by the owner on Oct 1, 2018. It is now read-only.

Latest commit

 

History

History
59 lines (34 loc) · 2.96 KB

CHANGELOG.md

File metadata and controls

59 lines (34 loc) · 2.96 KB

Change Log

1.1.1 (2016-05-05)

  • Removed unused dependency from the package.json.

1.1.0 (2016-05-04)

Bug fixes:

Enhancements:

1.0.4 (2016-03-24)

1.0.3 (2015-12-3)

Bug fixes:

Enhancements:

Docs:

  • Added Default configuration file section in the readme.

1.0.2 (2015-10-26)

Bug fixes:

  • Fixed issue #10. Now ignored files will not trigger update request.
  • Fixed issue #5 thanks to @Sirikon. Merged his pull request #12.
  • Fixed issue #8. Hidden files are now ignored by build and server commands. They are not gonna break the update procedure.

Enhancements:

  • For build, deploy and server commands you can now specify path to your web project's directory. If not defined - www is used, as before. Fixes issue #6 and issue #7.

Docs:

  • Updated documentation according to the changes.

1.0.1 (2015-09-08)

  • Added change log file.
  • Removed unused dependencies.
  • Updated readme file.