Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/NaturalIntelligence/fast-xml-parser

Validate XML, Parse XML and Build XML rapidly without C/C++ based libraries and no callback.
https://github.com/NaturalIntelligence/fast-xml-parser

add more tests

21d68bb4b9272fa1305364975f37323c5a10f8e9 authored about 3 years ago by Amit Gupta <[email protected]>
add tests for different input types

f3ec0a5fcd4becfb50769e8eee0aad497c342b46 authored about 3 years ago by Amit Gupta <[email protected]>
add tests for empty tags when alwaysCreateTextNode:true

48fa17b929c0745ed88849b93ca232b4a03b338f authored about 3 years ago by Amit Gupta <[email protected]>
add tests for j2x

* attributes
* empty nodes

02649bc8dc4090a2c4ac29e82512830de943e656 authored about 3 years ago by Amit Gupta <[email protected]>
j2x: fix indentation for ordered js

912163401daf8089a5da4b39adaa25a7c2cb4280 authored about 3 years ago by Amit Gupta <[email protected]>
fix XML builder for ordered js

644a80de113bd6c2e32c7a7dd83c2814a95a1984 authored about 3 years ago by Amit Gupta <[email protected]>
use tagname and attrname with value processors

29e05dfce775c2dad9ff20738853492f0f85dea6 authored about 3 years ago by Amit Gupta <[email protected]>
uncomment code

84b672f5047d53049feefb6b27c4cc02af7eb9c6 authored about 3 years ago by Amit Gupta <[email protected]>
jsx: use indentation

54c7232afc2c457d1ec53212e48dc7616f03f486 authored about 3 years ago by Amit Gupta <[email protected]>
remove cdata for j2x

203f41019cce147f2df189e647beb5dcf51999fa authored about 3 years ago by Amit Gupta <[email protected]>
rename parser to fxpparser

4b4e0d6483d77312d00af682aa4e9eecffaea8de authored about 3 years ago by Amit Gupta <[email protected]>
j2x

* `attrNodeName` to `attributesGroupName`
* build from ordered JS

2fbcbc55473e215bc995480ce4bb7126f15d89aa authored about 3 years ago by Amit Gupta <[email protected]>
fix cli

ae8d9e1d11bdbf20bc28701efd691b377c72d2b1 authored about 3 years ago by Amit Gupta <[email protected]>
Use XML Parser class

e3e7851f1c681a29dac886e5f74c8559f057bf50 authored about 3 years ago by Amit Gupta <[email protected]>
rename option properties

af7d6b9025d5b95b43dffaef8eabb2364cb96f12 authored about 3 years ago by Amit Gupta <[email protected]>
`attrNodeName` is replaced with `attributesGroupName`

9ee7e1ba7dd54f8d9c9282f6d321537adab1e4b1 authored about 3 years ago by Amit Gupta <[email protected]>
fix UTs as per new changes

35f7b86135c9ac15b74160b6abf3f3da357164ca authored about 3 years ago by Amit Gupta <[email protected]>
fix: cdata

* set even if 0 length string
* don't trim

c901a2259e9b54efb9d943bd70b5784d807f1d64 authored about 3 years ago by Amit Gupta <[email protected]>
fix: text node with 0 value

4ee748bfcbbdcd84cd61e3dc522707d80c35d3fe authored about 3 years ago by Amit Gupta <[email protected]>
fix: self-closing tag should not be pushed in stack

0a9105e0300aa058f9df670c8c0da43ca74c306e authored about 3 years ago by Amit Gupta <[email protected]>
fix for 0 value

3d73e2a111f36fe7b02804fb68bcb014646a8acf authored about 3 years ago by Amit Gupta <[email protected]>
fix: attrValueProcessor default

afaaab1e109a12721926d3f8bcc9193ec4d73e5a authored about 3 years ago by Amit Gupta <[email protected]>
attrValueProcessor

* parse attribute value only if it is not changed
* set attribute value if new value is returned...

a5b635f18e1db1bc5ef062a80b5533cac1a5d7d4 authored about 3 years ago by Amit Gupta <[email protected]>
fix: parse attributes map for self closing tag

d11a4fba05e64d301fc5209e63656b26fdc2fe5b authored about 3 years ago by Amit Gupta <[email protected]>
fix: parsed values for tag

5150fd691a81c7e9ad9c39a398c98d8bf58b0ccd authored about 3 years ago by Amit Gupta <[email protected]>
tagValueProcessor

* call only for non-empty string
* don't parse value if returns undefined, null, false
* parse v...

0207e4010f8e5dbe455b679ae318e17aa5f3c778 authored about 3 years ago by Amit Gupta <[email protected]>
fix: text concatenation

4a844260d76e4d5ee36bc2bd3b131c337a3e0873 authored about 3 years ago by Amit Gupta <[email protected]>
supports alwaysCreateTextNode

70b874689df0c5e1bcbeda0c35a9123b15f37602 authored about 3 years ago by Amit Gupta <[email protected]>
implement isArray

b3f3df1240b7c66eeb330288dcf35903b706edf1 authored about 3 years ago by Amit Gupta <[email protected]>
prettify intermediate jsOrderedobj to normal js obj

8f4bd986a50082a4e454c60f7495c3643d8055a5 authored about 3 years ago by Amit Gupta <[email protected]>
fix cdata obj structure

e20666155f6d5eb9cd6e99be7bd06e041b26c48b authored about 3 years ago by Amit Gupta <[email protected]>
fix stopNode value format

16ec0c09adda6b876b85515512b62b743c59eb26 authored about 3 years ago by Amit Gupta <[email protected]>
fix: root element

08385cac4f33a1bd0c8408f617312d48b2dce3d8 authored about 3 years ago by Amit Gupta <[email protected]>
parse XML into intermediate array to preserve order

* no cycle reference. we can print the intermediate obj
* XML node is improved to have less data...

586d5158773e06ca3e342f6a4b703a63a775849f authored about 3 years ago by Amit Gupta <[email protected]>
remove nimn references

274c434521d7023f64ad6fc59ce8127bd6fa4167 authored about 3 years ago by Amit Gupta <[email protected]>
fix: spelling supressEmptyNode to suppressEmptyNode

262ccd3ff663462347fc216d4e71aa904f538cc3 authored about 3 years ago by Amit Gupta <[email protected]>
refactoring `isArray`

e087f8e15cd7caa63daca64d078ab974f5813a53 authored about 3 years ago by Amit Gupta <[email protected]>
remove travis config as using github flow

ecadc0846adcb90709d115135efa060b8c0159b5 authored about 3 years ago by Amit Gupta <[email protected]>
feat: replace arrayMode with isArray, remove nimn support

5b405c4fd01225dfdcfe1715faaad3baa0967d48 authored about 3 years ago by Amit Gupta <[email protected]>
fix: JSON format for tags with text but no attribute

dccf7febf2e73043d1aa8cb7e061134939d58f66 authored about 3 years ago by Amit Gupta <[email protected]>
Correctly format JSON elements with a text prop but no attribute props (#387)

* * Fix file name for j2x perf

* * Fix format with newline for JSON elements that have a text...

3eb1def561016cec9c1d249b4b4c2e25821900ee authored about 3 years ago by Nick Haddad <[email protected]>
fix: make `nyc` a devDep (#386)

fixes https://github.com/NaturalIntelligence/fast-xml-parser/issues/384

a61686982a4d1332ee93a4b810b1cd5b13a4a804 authored about 3 years ago by Kirill Groshkov <[email protected]>
Create Docs

75c20fed6bc8338e388871d6e1aad7274f1f6f61 authored about 3 years ago by Amit Gupta <[email protected]>
fix github build for coverage path

2c4c5e5b7057457736dfaef02e286ea707045696 authored about 3 years ago by Amit Gupta <[email protected]>
update checklist

75947c4c6bd837384b9b25a816387cdb51426227 authored about 3 years ago by Amit Gupta <[email protected]>
update browser bundles

c05b37cf86c95deb3b8dd1ed1acedd9cdd424af8 authored about 3 years ago by Amit Gupta <[email protected]>
update dependencies

01727d00021ef865670a3edda1326f388af71543 authored about 3 years ago by Amit Gupta <[email protected]>
update package detail

+ switch to nyc

71616d6e8fe4b793deda25ed70117c7e8bda9847 authored about 3 years ago by Amit Gupta <[email protected]>
(feat) option set tag name for input js obj when converts to XML

a85b3778db8d095987b7dd17bcabd1cb21b986ab authored about 3 years ago by Amit Gupta <[email protected]>
Column in error location (#378)

* Fix: Don't skip over internal quotation marks

* validate(): Also report column number

* ...

dc3dbfa2b4d9047b8e943bcafd9177ae05e87eca authored about 3 years ago by Gei0r <[email protected]>
Fix sandbox (#380)

https://naturalintelligence.github.io/fast-xml-parser/ not working

7af3be02f147923b9db824d2ca44910fb8439a38 authored about 3 years ago by Aleksei Danilov <[email protected]>
Update README.md

f3482a26f568da6db676263e4c6e6a64228fe672 authored about 3 years ago by Amit K Gupta <[email protected]>
Added alwaysCreateTextNode option description (#377)

* added alwaysCreateTextNode option to force text node creation

* updated options description...

003c69ecbb667c5b347d5e154be242bccf925348 authored about 3 years ago by massimo-ua <[email protected]>
Better error location for unclosed tags (#371)

* Better error location for unclosed tags

Fixes #370

* Further improve validator error mes...

f799fa442d58774b3db3f4b3a98ba5b9f2d1f4b2 authored about 3 years ago by Gei0r <[email protected]>
update var to ES6 (#376)

Co-authored-by: Josep Alsina <[email protected]>

a6d88b22aca4d149c38d88a88ee0fdbb17f23f68 authored about 3 years ago by josep11 <[email protected]>
minifix markup (#373)

* minifix markup

* mini

Co-authored-by: Josep Alsina <[email protected]>

352dd89e05a0fc21687479f8b7a0570e2a48a16f authored about 3 years ago by josep11 <[email protected]>
added alwaysCreateTextNode option to force text node creation (#365)

0d117f295ac1836ce904f8f0f380b8452e518fd2 authored about 3 years ago by massimo-ua <[email protected]>
update version

ebf0e18b99399ffcd4b52934420cfb86f2aab184 authored about 3 years ago by Amit Gupta <[email protected]>
update version

cfd79e0646e08d8d24402580d3740ff26ef07140 authored about 3 years ago by Amit Gupta <[email protected]>
update package detail

6a5feac88877dbfac6696008baa0901b36ec5188 authored about 3 years ago by Amit Gupta <[email protected]>
update strnum

9647e2661d1557bfdc5c8a8a7b7c66dd9eecd994 authored about 3 years ago by Amit Gupta <[email protected]>
update

0b84844966a4c5d38caa3bdd8838ba479b51ef5a authored about 3 years ago by Amit Gupta <[email protected]>
Make skipLike optional for strnumOptions (#369)

bda7c3458dc910a4ea667e2d88a135e876da7dd6 authored about 3 years ago by Chris Plummer <[email protected]>
Use strnum npm package to parse string to number

10bbdeeb6b8ab48eaefc89d63f13724702d52fb1 authored over 3 years ago by Amit Gupta <[email protected]>
Update details to publish

bbfecf97821c62685555c21a09e4071690899fef authored almost 4 years ago by Amit Gupta <[email protected]>
Update README.md for license information

da3d44cb6c45e012585423a8c70385f615b4b84b authored almost 4 years ago by Amit K Gupta <[email protected]>
Remove cutomized terms to keep it simple

1357c5d5073ead70e0cd3fa5938a704694c728df authored almost 4 years ago by Amit K Gupta <[email protected]>
change import style of "nimndata" (#322)

On a fresh install of this package the import style being references as "../src" caused this to ...

e6eeefa5a4f1ea18b08edb84a110c43259f88245 authored almost 4 years ago by Aaron DeRuvo <[email protected]>
Fix namspaced tag parsing (#321)

* Add spec

* Do not attempt to parse non existing attributes when namespace is ignored

Co-...

51cd0dc3002b8bc7520a4d5c536bd3e7e8711b7a authored almost 4 years ago by Camille Drapier <[email protected]>
Update package detail & browser bundle for new changes

4023f6d1b934d9da55f34d9fdd206040cbe440ad authored almost 4 years ago by Amit Gupta <[email protected]>
fix #317 : validate nested PI tags

ec25c54932863964a844769563fcca0b6ddc9d46 authored almost 4 years ago by Amit Gupta <[email protected]>
feat(arrayMode): support RegEx and function in arrayMode option (#316)

* feat(arrayMode): support RegEx and function in arrayMode option

* enable arrayMode tests
...

eb8b6c5ef7e0834fb9b410e60ff15c9257701a62 authored almost 4 years ago by Daniil T <[email protected]>
remove nimn data format support

664a6d7f17c5c7473e09ec2dc402b330dcfbc1e0 authored almost 4 years ago by Amit Gupta <[email protected]>
update version to publish

8d5858b84ddc4122edaea207fb30ef2cead0584c authored almost 4 years ago by Amit Gupta <[email protected]>
Bump lodash from 4.17.15 to 4.17.20 (#309)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.20.
- [Release notes](htt...

186a5ae14f0d5ffc29cee3d1bc793c6b316486fe authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump handlebars from 4.4.0 to 4.7.6 (#283)

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.0 to 4.7.6.
- [Release not...

90af2162d4036802478ea3f267e32230e0c41ad9 authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: remove `postinstall` script (#306)

8c0f61b7bc801e37139e22bf43c0ce72d52b180e authored about 4 years ago by Gareth Jones <[email protected]>
Bump ini from 1.3.5 to 1.3.8 (#308)

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://githu...

32eab6cb9f7bd7596d0f26b4e4472a8d0eb79d44 authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix parsing array with extnended prototype (#304)

5c6e3d2430cc58f9b4e2d26a4dfba210476a2138 authored about 4 years ago by Andrey <[email protected]>
Update version

7081bd0a73a6aba42de461eb1f7acfc29d123db2 authored about 4 years ago by Amit Gupta <[email protected]>
fix(parse): fix parsing of multiline tag data when xml with no whitespaces between tags (#289)

* fix(parse): fix parsing of multiline tag data when xml with no whitespaces between tags

* f...

396ab96f8bd1f9953cfeff6c6b630396dd5f045a authored about 4 years ago by Vohmyanin Sergey Vasilevich <[email protected]>
Update license information

904e4ec723cc889ae242d5fe07f8dd6f8319dd7c authored over 4 years ago by Amit K Gupta <[email protected]>
Bump elliptic from 6.5.1 to 6.5.3 (#281)

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.1 to 6.5.3.
- [Release notes](ht...

d77aba34dea7b2057afb204cb42d6f20879ef094 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump yargs-parser from 13.1.1 to 13.1.2 (#288)

Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 13.1.1 to 13.1.2.
- [Release n...

2a621fd26203174187aa63095a7a9905feb8ff4d authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update LICENSE

5d4e95188c4d3bf57ee1b2f5489c017ca3be627c authored over 4 years ago by Amit K Gupta <[email protected]>
fix: broken contributing.md link in readme (#286)

Co-authored-by: Luke Westfall <[email protected]>

848d07e7fe2d62799b2c7b604e340d3df700f7e7 authored over 4 years ago by Luke Westfall <[email protected]>
Update README.md

6fdb6a12a60ceb048a3f5bc180350c2cf8a3c677 authored over 4 years ago by Amit K Gupta <[email protected]>
Update LICENSE

3e95debb93ca8f7aaf36ec330bc7d0833d158cf0 authored over 4 years ago by Amit K Gupta <[email protected]>
Update README.md

827d7c4fa69813d27aabb80adfb81dae867e93ea authored over 4 years ago by Amit K Gupta <[email protected]>
remove trimRight() to support IE11

c6659544fbb5d7ae670b27ceaaa58f1cae138034 authored over 4 years ago by Amit Gupta <[email protected]>
Update node.js.yml

675e5250a860ffd248c5fd33b1a52bd8b40b342e authored over 4 years ago by Amit K Gupta <[email protected]>
update release info

471fd78e35d768bd43e49a61bfdecf29eb8ca600 authored over 4 years ago by Amit Gupta <[email protected]>
generate browser bundle

e30953371ec10634ff23dc295a94f94122ba6d65 authored over 4 years ago by Amit Gupta <[email protected]>
uploading missing asset

c35f1e7c7e8422b6a0e2fa2028f742a5eefb5401 authored over 4 years ago by Amit Gupta <[email protected]>
Update Read me

d35a5543315d8fb8fc6555f00abc570c5571d3d4 authored over 4 years ago by Amit Gupta <[email protected]>
Update node.js.yml

c563eead38fc80c5be8a7d8fbb370b5c3e4bc245 authored over 4 years ago by Amit K Gupta <[email protected]>
Update node.js.yml

9d1dc2e9c9df15a90e45eb732970eeccb13e3644 authored over 4 years ago by Amit K Gupta <[email protected]>
Create node.js.yml

057a2d31f112ba9e7bb4afa5bec5c8675f86c36e authored over 4 years ago by Amit K Gupta <[email protected]>
Support IE 11 works on TypeScript when used by npm (#259)

Co-authored-by: Pham Minh Quan (RBVH/EDA33) <[email protected]>

0f1443afb01fbf6b122616e8b1e118d05af342ba authored over 4 years ago by wanmifam <[email protected]>
fix space after tagname causing issue

201a4244a799603fdf5c4a5f556d607149cf8159 authored over 4 years ago by Amit Gupta <[email protected]>