Skip to content

Commit

Permalink
v0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
hariadi committed May 4, 2014
1 parent 13ae896 commit 2b9903a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
v0.1.11:
date: 2014-05-03
changes:
- Fix (empty string), xml2js (only invoke parseString callback once)
- XML parser error display a warning and abort Grunt immediately

v0.1.10:
date: 2014-03-11
changes:
- Fixing options.type issue and adding more tests around it

v0.1.9:
date: 2013-12-14
changes:
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,9 @@ We welcome all kinds of contributions! The most basic way to show your support i

## Changes
**DATE** **VERSION** **CHANGES**
* 2014-05-03 v0.1.11 Fix (empty string), xml2js (only invoke parseString callback once),XML
parser error display a warning and abort Grunt immediately
* 2014-03-11 v0.1.10 Fixing options.type issue and adding more tests around it
* 2013-12-14 v0.1.9 Fix json to yml converter,Add `type` option to define content with unknown
extension
* 2013-12-18 v0.1.8 adding missing write file statement when converting xml to json
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-convert",
"description": "Convert between XML, JSON and YAML, from one format to another.",
"version": "0.1.10",
"version": "0.1.11",
"homepage": "https://github.com/assemble/grunt-convert",
"author": {
"name": "Jon Schlinkert",
Expand Down

0 comments on commit 2b9903a

Please sign in to comment.