From efa7f915dfd5af52a772db7f7eb97f007b7274af Mon Sep 17 00:00:00 2001 From: mockee Date: Fri, 22 Feb 2013 02:41:49 +0800 Subject: [PATCH] Add release history --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee1e67d..2f081fb 100644 --- a/README.md +++ b/README.md @@ -51,14 +51,20 @@ repos: host: local commit: 7827c7c605 file: - ./define.js ./public/js/lib/ - ./mod/touch.js ./public/js/mod/ + ./define.js: ./public/js/lib/ + ./mod/touch.js: ./public/js/mod/ ``` ### Grunt task [Grunt-istatic](https://github.com/mockee/grunt-istatic) task now available. +## Release History + +- 2013-02-22 - v0.3.1 - Support async callback for `grunt-istatic`. +- 2013-02-07 - v0.2.7 - Support local git repos. Format logs. Add `--version` & `clear` options. +- 2012-12-06 - v0.2.5 - Bugfix for `pulldown` && checking local files modification. + ## License Copyright (c) 2013 mockee Licensed under the MIT license.