Skip to content

Commit 2ea9e5b

Browse files
committed
Update detail
1 parent 38e850e commit 2ea9e5b

File tree

3 files changed

+6
-19
lines changed

3 files changed

+6
-19
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
3.12.6 / 2018-11-10
2+
* Fix #126: check for type
13
3.12.4 / 2018-09-12
24
* Fix: include tasks in npm package
35
3.12.3 / 2018-09-12

README.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Validate XML, Parse XML to JS/JSON and vice versa, or parse XML to Nimn rapidly
33

44
> This project welcomes **contributors**. If you have a feature you'd like to see implemented or a bug you'd liked fixed, the best and fastest way to make that happen is to implement it and submit a PR. Basic knowledge of JS is sufficient. Feel free to ask for any guidance.
55
6-
> If you want to join this project as collaborator / maintainer please let me know, the only condition is to be polite with the users.
6+
### Join this project as collaborator / maintainer.
77

88

99
[![Backers on Open Collective](https://opencollective.com/fast-xml-parser/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/fast-xml-parser/sponsors/badge.svg)](#sponsors) [![Known Vulnerabilities](https://snyk.io/test/github/naturalintelligence/fast-xml-parser/badge.svg)](https://snyk.io/test/github/naturalintelligence/fast-xml-parser)
@@ -93,21 +93,6 @@ var jsonObj = parser.convertToJson(tObj,options);
9393
```
9494
#### Note: [he](https://www.npmjs.com/package/he) library is used in this example
9595

96-
### XML to Nimn
97-
```js
98-
var nimnData = parser.parse(xmlData, schema [,options] );
99-
100-
101-
//Intermediate obj
102-
var tObj = parser.getTraversalObj(xmlData,options);
103-
var jsonObj = parser.convertToJson(tObj,options);
104-
105-
//construct schema manually or with the help of schema builder
106-
var nimndata = parser.convertTonimn(tObj,schema,options);
107-
```
108-
* [NIMN (निम्न)](https://github.com/nimndata/spec) reduces size of the data by 80%.
109-
* Check [nimnjs](https://github.com/nimndata/nimnjs-node) to know more about schema, json to nimndata and reverse transformation.
110-
11196
<details>
11297
<summary>OPTIONS :</summary>
11398

@@ -234,8 +219,8 @@ With the correct options, you can get the almost original XML without losing any
234219

235220
### Worth to mention
236221

237-
- **[निम्न (NIMN)](https://github.com/nimndata/spec)** : Save up to 85% network bandwidth and storage space.
238-
- **[imglab](https://github.com/NaturalIntelligence/imglab)** : Speedup and simplify image labeling / annotation process online. Supports multiple formats, one click annotation, easy interface and much more.
222+
- **[BigBit standard)](https://github.com/amitguptagwl/bigbit)** : A standard which defines some numeric data format to store a number of any size in less space without precision loss.
223+
- **[imglab](https://github.com/NaturalIntelligence/imglab)** : Speedup and simplify image labeling / annotation. Supports multiple formats, one click annotation, easy interface and much more. There are more than 800 users annotate apprx 20k images every month.
239224
- **[अनुमार्गक (anumargak)](https://github.com/NaturalIntelligence/anumargak)** : The fastest and simple router for node js web frameworks.
240225
- [stubmatic](https://github.com/NaturalIntelligence/Stubmatic) : A stub server to mock behaviour of HTTP(s) / REST / SOAP services. You can also mock binary formats.
241226
- [मुनीम (Muneem)](https://github.com/muneem4node/muneem) : A webframework made for all team members.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"locale",
4545
"html"
4646
],
47-
"author": "Amit Gupta (https://github.com/amitguptagwl)",
47+
"author": "Amit Gupta (https://amitkumargupta.work/)",
4848
"contributors": [
4949
{
5050
"name": "Alfonso Muñoz-Pomer Fuentes",

0 commit comments

Comments
 (0)