Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.64 KB

CHANGELOG.md

File metadata and controls

39 lines (23 loc) · 1.64 KB

Change Log

1.0.3 (2015-12-3)

Bug fixes:

Enchancements:

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.

Enchancements:

  • 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.