Ecosyste.ms: OpenCollective

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

fast-xml-parser

Fast pure JS implementation of XML parser
Collective - Host: opensource - https://opencollective.com/fast-xml-parser - Code: https://github.com/NaturalIntelligence/fast-xml-parser

add tests for different input types

github.com/NaturalIntelligence/fast-xml-parser - f3ec0a5fcd4becfb50769e8eee0aad497c342b46 authored about 3 years ago by Amit Gupta <[email protected]>
add tests for empty tags when alwaysCreateTextNode:true

github.com/NaturalIntelligence/fast-xml-parser - 48fa17b929c0745ed88849b93ca232b4a03b338f authored about 3 years ago by Amit Gupta <[email protected]>
add tests for j2x

* attributes
* empty nodes

github.com/NaturalIntelligence/fast-xml-parser - 02649bc8dc4090a2c4ac29e82512830de943e656 authored about 3 years ago by Amit Gupta <[email protected]>
j2x: fix indentation for ordered js

github.com/NaturalIntelligence/fast-xml-parser - 912163401daf8089a5da4b39adaa25a7c2cb4280 authored about 3 years ago by Amit Gupta <[email protected]>
fix XML builder for ordered js

github.com/NaturalIntelligence/fast-xml-parser - 644a80de113bd6c2e32c7a7dd83c2814a95a1984 authored about 3 years ago by Amit Gupta <[email protected]>
use tagname and attrname with value processors

github.com/NaturalIntelligence/fast-xml-parser - 29e05dfce775c2dad9ff20738853492f0f85dea6 authored about 3 years ago by Amit Gupta <[email protected]>
jsx: use indentation

github.com/NaturalIntelligence/fast-xml-parser - 54c7232afc2c457d1ec53212e48dc7616f03f486 authored about 3 years ago by Amit Gupta <[email protected]>
remove cdata for j2x

github.com/NaturalIntelligence/fast-xml-parser - 203f41019cce147f2df189e647beb5dcf51999fa authored about 3 years ago by Amit Gupta <[email protected]>
rename parser to fxpparser

github.com/NaturalIntelligence/fast-xml-parser - 4b4e0d6483d77312d00af682aa4e9eecffaea8de authored about 3 years ago by Amit Gupta <[email protected]>
j2x

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

github.com/NaturalIntelligence/fast-xml-parser - 2fbcbc55473e215bc995480ce4bb7126f15d89aa authored about 3 years ago by Amit Gupta <[email protected]>
Use XML Parser class

github.com/NaturalIntelligence/fast-xml-parser - e3e7851f1c681a29dac886e5f74c8559f057bf50 authored about 3 years ago by Amit Gupta <[email protected]>
rename option properties

github.com/NaturalIntelligence/fast-xml-parser - af7d6b9025d5b95b43dffaef8eabb2364cb96f12 authored about 3 years ago by Amit Gupta <[email protected]>
`attrNodeName` is replaced with `attributesGroupName`

github.com/NaturalIntelligence/fast-xml-parser - 9ee7e1ba7dd54f8d9c9282f6d321537adab1e4b1 authored about 3 years ago by Amit Gupta <[email protected]>
fix UTs as per new changes

github.com/NaturalIntelligence/fast-xml-parser - 35f7b86135c9ac15b74160b6abf3f3da357164ca authored about 3 years ago by Amit Gupta <[email protected]>
fix: cdata

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

github.com/NaturalIntelligence/fast-xml-parser - c901a2259e9b54efb9d943bd70b5784d807f1d64 authored about 3 years ago by Amit Gupta <[email protected]>
fix: text node with 0 value

github.com/NaturalIntelligence/fast-xml-parser - 4ee748bfcbbdcd84cd61e3dc522707d80c35d3fe authored about 3 years ago by Amit Gupta <[email protected]>
fix: self-closing tag should not be pushed in stack

github.com/NaturalIntelligence/fast-xml-parser - 0a9105e0300aa058f9df670c8c0da43ca74c306e authored about 3 years ago by Amit Gupta <[email protected]>
fix: attrValueProcessor default

github.com/NaturalIntelligence/fast-xml-parser - 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...

github.com/NaturalIntelligence/fast-xml-parser - a5b635f18e1db1bc5ef062a80b5533cac1a5d7d4 authored about 3 years ago by Amit Gupta <[email protected]>
fix: parse attributes map for self closing tag

github.com/NaturalIntelligence/fast-xml-parser - d11a4fba05e64d301fc5209e63656b26fdc2fe5b authored about 3 years ago by Amit Gupta <[email protected]>
fix: parsed values for tag

github.com/NaturalIntelligence/fast-xml-parser - 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...

github.com/NaturalIntelligence/fast-xml-parser - 0207e4010f8e5dbe455b679ae318e17aa5f3c778 authored about 3 years ago by Amit Gupta <[email protected]>
fix: text concatenation

github.com/NaturalIntelligence/fast-xml-parser - 4a844260d76e4d5ee36bc2bd3b131c337a3e0873 authored about 3 years ago by Amit Gupta <[email protected]>
supports alwaysCreateTextNode

github.com/NaturalIntelligence/fast-xml-parser - 70b874689df0c5e1bcbeda0c35a9123b15f37602 authored about 3 years ago by Amit Gupta <[email protected]>
prettify intermediate jsOrderedobj to normal js obj

github.com/NaturalIntelligence/fast-xml-parser - 8f4bd986a50082a4e454c60f7495c3643d8055a5 authored about 3 years ago by Amit Gupta <[email protected]>
fix cdata obj structure

github.com/NaturalIntelligence/fast-xml-parser - e20666155f6d5eb9cd6e99be7bd06e041b26c48b authored about 3 years ago by Amit Gupta <[email protected]>
fix stopNode value format

github.com/NaturalIntelligence/fast-xml-parser - 16ec0c09adda6b876b85515512b62b743c59eb26 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...

github.com/NaturalIntelligence/fast-xml-parser - 586d5158773e06ca3e342f6a4b703a63a775849f authored about 3 years ago by Amit Gupta <[email protected]>
remove nimn references

github.com/NaturalIntelligence/fast-xml-parser - 274c434521d7023f64ad6fc59ce8127bd6fa4167 authored about 3 years ago by Amit Gupta <[email protected]>
fix: spelling supressEmptyNode to suppressEmptyNode

github.com/NaturalIntelligence/fast-xml-parser - 262ccd3ff663462347fc216d4e71aa904f538cc3 authored about 3 years ago by Amit Gupta <[email protected]>
refactoring `isArray`

github.com/NaturalIntelligence/fast-xml-parser - e087f8e15cd7caa63daca64d078ab974f5813a53 authored about 3 years ago by Amit Gupta <[email protected]>
remove travis config as using github flow

github.com/NaturalIntelligence/fast-xml-parser - ecadc0846adcb90709d115135efa060b8c0159b5 authored about 3 years ago by Amit Gupta <[email protected]>
feat: replace arrayMode with isArray, remove nimn support

github.com/NaturalIntelligence/fast-xml-parser - 5b405c4fd01225dfdcfe1715faaad3baa0967d48 authored about 3 years ago by Amit Gupta <[email protected]>
fix: JSON format for tags with text but no attribute

github.com/NaturalIntelligence/fast-xml-parser - 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...

github.com/NaturalIntelligence/fast-xml-parser - 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

github.com/NaturalIntelligence/fast-xml-parser - a61686982a4d1332ee93a4b810b1cd5b13a4a804 authored about 3 years ago by Kirill Groshkov <[email protected]>
fix github build for coverage path

github.com/NaturalIntelligence/fast-xml-parser - 2c4c5e5b7057457736dfaef02e286ea707045696 authored about 3 years ago by Amit Gupta <[email protected]>
update browser bundles

github.com/NaturalIntelligence/fast-xml-parser - c05b37cf86c95deb3b8dd1ed1acedd9cdd424af8 authored about 3 years ago by Amit Gupta <[email protected]>
update package detail

+ switch to nyc

github.com/NaturalIntelligence/fast-xml-parser - 71616d6e8fe4b793deda25ed70117c7e8bda9847 authored about 3 years ago by Amit Gupta <[email protected]>
(feat) option set tag name for input js obj when converts to XML

github.com/NaturalIntelligence/fast-xml-parser - 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

* ...

github.com/NaturalIntelligence/fast-xml-parser - dc3dbfa2b4d9047b8e943bcafd9177ae05e87eca authored about 3 years ago by Gei0r <[email protected]>
Fix sandbox (#380)

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

github.com/NaturalIntelligence/fast-xml-parser - 7af3be02f147923b9db824d2ca44910fb8439a38 authored about 3 years ago by Aleksei Danilov <[email protected]>
Added alwaysCreateTextNode option description (#377)

* added alwaysCreateTextNode option to force text node creation

* updated options description...

github.com/NaturalIntelligence/fast-xml-parser - 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...

github.com/NaturalIntelligence/fast-xml-parser - f799fa442d58774b3db3f4b3a98ba5b9f2d1f4b2 authored about 3 years ago by Gei0r <[email protected]>
update var to ES6 (#376)

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

github.com/NaturalIntelligence/fast-xml-parser - a6d88b22aca4d149c38d88a88ee0fdbb17f23f68 authored about 3 years ago by josep11 <[email protected]>
minifix markup (#373)

* minifix markup

* mini

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

github.com/NaturalIntelligence/fast-xml-parser - 352dd89e05a0fc21687479f8b7a0570e2a48a16f authored about 3 years ago by josep11 <[email protected]>
added alwaysCreateTextNode option to force text node creation (#365)

github.com/NaturalIntelligence/fast-xml-parser - 0d117f295ac1836ce904f8f0f380b8452e518fd2 authored over 3 years ago by massimo-ua <[email protected]>
update package detail

github.com/NaturalIntelligence/fast-xml-parser - 6a5feac88877dbfac6696008baa0901b36ec5188 authored over 3 years ago by Amit Gupta <[email protected]>
Make skipLike optional for strnumOptions (#369)

github.com/NaturalIntelligence/fast-xml-parser - bda7c3458dc910a4ea667e2d88a135e876da7dd6 authored over 3 years ago by Chris Plummer <[email protected]>
Use strnum npm package to parse string to number

github.com/NaturalIntelligence/fast-xml-parser - 10bbdeeb6b8ab48eaefc89d63f13724702d52fb1 authored over 3 years ago by Amit Gupta <[email protected]>
Update details to publish

github.com/NaturalIntelligence/fast-xml-parser - bbfecf97821c62685555c21a09e4071690899fef authored almost 4 years ago by Amit Gupta <[email protected]>
Update README.md for license information

github.com/NaturalIntelligence/fast-xml-parser - da3d44cb6c45e012585423a8c70385f615b4b84b authored almost 4 years ago by Amit K Gupta <[email protected]>
Remove cutomized terms to keep it simple

github.com/NaturalIntelligence/fast-xml-parser - 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 ...

github.com/NaturalIntelligence/fast-xml-parser - 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-...

github.com/NaturalIntelligence/fast-xml-parser - 51cd0dc3002b8bc7520a4d5c536bd3e7e8711b7a authored almost 4 years ago by Camille Drapier <[email protected]>
Update package detail & browser bundle for new changes

github.com/NaturalIntelligence/fast-xml-parser - 4023f6d1b934d9da55f34d9fdd206040cbe440ad authored almost 4 years ago by Amit Gupta <[email protected]>
fix #317 : validate nested PI tags

github.com/NaturalIntelligence/fast-xml-parser - 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
...

github.com/NaturalIntelligence/fast-xml-parser - eb8b6c5ef7e0834fb9b410e60ff15c9257701a62 authored almost 4 years ago by Daniil T <[email protected]>
remove nimn data format support

github.com/NaturalIntelligence/fast-xml-parser - 664a6d7f17c5c7473e09ec2dc402b330dcfbc1e0 authored about 4 years ago by Amit Gupta <[email protected]>
update version to publish

github.com/NaturalIntelligence/fast-xml-parser - 8d5858b84ddc4122edaea207fb30ef2cead0584c authored about 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...

github.com/NaturalIntelligence/fast-xml-parser - 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...

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

github.com/NaturalIntelligence/fast-xml-parser - 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...

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

github.com/NaturalIntelligence/fast-xml-parser - 5c6e3d2430cc58f9b4e2d26a4dfba210476a2138 authored about 4 years ago by Andrey <[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...

github.com/NaturalIntelligence/fast-xml-parser - 396ab96f8bd1f9953cfeff6c6b630396dd5f045a authored over 4 years ago by Vohmyanin Sergey Vasilevich <[email protected]>
Update license information

github.com/NaturalIntelligence/fast-xml-parser - 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...

github.com/NaturalIntelligence/fast-xml-parser - 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...

github.com/NaturalIntelligence/fast-xml-parser - 2a621fd26203174187aa63095a7a9905feb8ff4d authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: broken contributing.md link in readme (#286)

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

github.com/NaturalIntelligence/fast-xml-parser - 848d07e7fe2d62799b2c7b604e340d3df700f7e7 authored over 4 years ago by Luke Westfall <[email protected]>
remove trimRight() to support IE11

github.com/NaturalIntelligence/fast-xml-parser - c6659544fbb5d7ae670b27ceaaa58f1cae138034 authored over 4 years ago by Amit Gupta <[email protected]>
generate browser bundle

github.com/NaturalIntelligence/fast-xml-parser - e30953371ec10634ff23dc295a94f94122ba6d65 authored over 4 years ago by Amit Gupta <[email protected]>
uploading missing asset

github.com/NaturalIntelligence/fast-xml-parser - c35f1e7c7e8422b6a0e2fa2028f742a5eefb5401 authored over 4 years ago by Amit Gupta <[email protected]>
Support IE 11 works on TypeScript when used by npm (#259)

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

github.com/NaturalIntelligence/fast-xml-parser - 0f1443afb01fbf6b122616e8b1e118d05af342ba authored over 4 years ago by wanmifam <[email protected]>
fix space after tagname causing issue

github.com/NaturalIntelligence/fast-xml-parser - 201a4244a799603fdf5c4a5f556d607149cf8159 authored over 4 years ago by Amit Gupta <[email protected]>