Skip to content

Commit d251715

Browse files
committed
Merge branch 'release/2.0.4'
2 parents dae2e9b + b9d9fd3 commit d251715

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed

.npmignore

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1+
.gitignore
2+
.DS_Store
3+
npm-debug.log
4+
node_modules
5+
.travis.yml
6+
appveyor.yml
7+
TODO.md
8+
build
19
test
210
benchmark
311
coverage
412
examples
513
lib
6-
intro.png
14+
*.png

README.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@
44

55
> camaro is an utility to transform XML to JSON, using Node.js binding to native XML parser [pugixml](http://pugixml.org/), one of the fastest XML parser around.
66
7-
[![npm version](https://badge.fury.io/js/camaro.svg)](https://badge.fury.io/js/camaro)
8-
[![Build Status: Linux](https://travis-ci.org/tuananh/camaro.svg?branch=master)](https://travis-ci.org/tuananh/camaro)
9-
[![Build Status: Windows](https://ci.appveyor.com/api/projects/status/2jqxopf614tvwl7o/branch/master?svg=true)](https://ci.appveyor.com/project/tuananh/camaro)
10-
[![Dependency Status](https://dependencyci.com/github/tuananh/camaro/badge)](https://dependencyci.com/github/tuananh/camaro)
11-
[![Greenkeeper badge](https://badges.greenkeeper.io/tuananh/camaro.svg)](https://greenkeeper.io/)
12-
7+
[![npm](https://img.shields.io/npm/v/camaro.svg?style=flat-square)](https://npm.im/camaro)
8+
[![Travis](https://img.shields.io/travis/tuananh/camaro.svg?label=Linux%20%26%20MacOS%20build&style=flat-square)](https://travis-ci.org/tuananh/camaro)
9+
[![AppVeyor](https://img.shields.io/appveyor/ci/tuananh/camaro.svg?label=Windows%20build&style=flat-square)](https://ci.appveyor.com/project/tuananh/camaro)
10+
[![David](https://img.shields.io/david/tuananh/camaro.svg?style=flat-square)](https://david-dm.org/tuananh/camaro)
11+
[![npm](https://img.shields.io/npm/dt/camaro.svg?style=flat-square)](https://npm.im/camaro)
1312
## Features
1413

1514
* Transform XML to JSON. Only take properties that you're interested in.
@@ -105,4 +104,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
105104
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
106105
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
107106
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
108-
THE SOFTWARE.
107+
THE SOFTWARE.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "camaro",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "Transforming XML to JSON using Node.js binding to native pugixml parser library",
55
"homepage": "https://github.com/tuananh/camaro",
66
"bugs": "https://github.com/tuananh/camaro/issues",

0 commit comments

Comments
 (0)