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

Don't escape entities in CDATA sections (#633)

github.com/NaturalIntelligence/fast-xml-parser - 92e07cbce674968d80a223ad47bb18c5b5bf50ff authored about 1 year ago
Spelling fixes in Docs & Test Descriptions (#580)

* Spelling fixes in docs

* Spelling fixes in test names

* Spelling fix in type definitions...

github.com/NaturalIntelligence/fast-xml-parser - 291fe7380206f20355abc971946830dbf72d07f0 authored about 1 year ago
Update 3.XMLBuilder.md (#626)

github.com/NaturalIntelligence/fast-xml-parser - 940a1421a9155cc2642725263fc7ccedbe914e35 authored about 1 year ago
Make optional options optional in typings and add type tests (#622)

* Make optional options optional in typings and add type tests

* Run type test on pre-publish...

github.com/NaturalIntelligence/fast-xml-parser - 68a4100089186c94863159be2a051ed8d68fd572 authored about 1 year ago
Fix `jObj.hasOwnProperty is not a function` (#613)

* Fix `jObj.hasOwnProperty is not a function`

* Update json2xml.js

github.com/NaturalIntelligence/fast-xml-parser - 5d00ecfba1255b7db122ccb587af9ba1bc19474d authored over 1 year ago
Revert "fix(types): make `build` and `parse` generic (#594)"

This reverts commit 75acbc59ffccf79e92bed98db88dc09621d0ba43.

github.com/NaturalIntelligence/fast-xml-parser - d18b0621eb0e5f1a93687631efc4ebaabcbcbee1 authored over 1 year ago
fix #610 ignore properties set to Object.prototype

github.com/NaturalIntelligence/fast-xml-parser - 145521ebd285a210a7ee395015001b417e97dc83 authored over 1 year ago
update package detail & bundle js

github.com/NaturalIntelligence/fast-xml-parser - f829b07233cce45aa92c87715ea2c1d8764235d2 authored over 1 year ago
fix(types): make `build` and `parse` generic (#594)

* fix(types): make `build` and `parse` generic

* fix: account for array types

github.com/NaturalIntelligence/fast-xml-parser - 75acbc59ffccf79e92bed98db88dc09621d0ba43 authored over 1 year ago
Fix stopNodes to work with removeNSPrefix (#607) (#608)

Signed-off-by: Craig Andrews <[email protected]>

github.com/NaturalIntelligence/fast-xml-parser - ae99fc6f25ea518c4223b8e34bbfc9c951210bf5 authored over 1 year ago
Add test for last fix for builder

# Conflicts:
# spec/j2x_spec.js

github.com/NaturalIntelligence/fast-xml-parser - ed14c7509c004deb1568ac04ad6d08c5cd8b6702 authored over 1 year ago
Fix for null and undefined attributes when building xml (#585) (#598)

* fix (xmlbuilder): null and undefined attributes are suppressed in the built xml (#585)

* te...

github.com/NaturalIntelligence/fast-xml-parser - df7008fa1c923d16cb2664d4670e9626f1096a1b authored over 1 year ago
Only set textNodeName, build xml is error (#589)

Co-authored-by: leyi <[email protected]>

github.com/NaturalIntelligence/fast-xml-parser - a04cd1e184eba3bfc1fe3977bf0a802210967451 authored over 1 year ago
Remove trailing slash from jPath for self-closing tags (#595)

github.com/NaturalIntelligence/fast-xml-parser - 2f2f7876ec47e9d52acae1f86af7a276c8689932 authored over 1 year ago
Merge pull request from GHSA-gpv5-7x3g-ghjv

Co-authored-by: Julian Gilbey <[email protected]>

github.com/NaturalIntelligence/fast-xml-parser - 9a880b887916855c3a510869fd1ee268d7fe58b1 authored over 1 year ago
fix unpaired tag

when unpaired tags appear in last of a nested tag. Also throw error when unpaired tag is used as...

github.com/NaturalIntelligence/fast-xml-parser - 6511e07f8ee3a88c93caf10f7d20f792069d1429 authored over 1 year ago
Update bug-report-or-unexpected-output.md

github.com/NaturalIntelligence/fast-xml-parser - b6cad831ebb673949e285b7244225b0736e44c51 authored almost 2 years ago
fix jpath after unpaired node

github.com/NaturalIntelligence/fast-xml-parser - d6c5630582e90a7e5ce9907d1b6ef806aec6bea3 authored almost 2 years ago
Fixed typo in 2.XMLparseOptions.md (#561)

small typo

github.com/NaturalIntelligence/fast-xml-parser - 97713ad3ec709f4612118120ce3fde310eed60ec authored almost 2 years ago
support updateAttributes

github.com/NaturalIntelligence/fast-xml-parser - 5d4d84656256b7081168f8554d5417f3d25a41e9 authored almost 2 years ago
IsArray option isn't parsing tags with 0 as value correctly #490 (#557)

github.com/NaturalIntelligence/fast-xml-parser - 256cfd4bebf6425b2bb18686bc446e3a56904b79 authored almost 2 years ago
refactor(types): allow to omit options when creating a XMLBuilder instance (#556)

The code allows to pass undefined for options.

github.com/NaturalIntelligence/fast-xml-parser - 79a470e8fae6d55cba3078334ff593200d44b31d authored almost 2 years ago
fix #546: Support complex entity value

github.com/NaturalIntelligence/fast-xml-parser - a4bdced80369892ee413bf08e28b78795a2b0d5b authored almost 2 years ago
update package for release

github.com/NaturalIntelligence/fast-xml-parser - 7a7dbac2d0ccf3b7176f38b2ae91600e3c5db0bd authored almost 2 years ago
common logic to build text and obj node

github.com/NaturalIntelligence/fast-xml-parser - 62f9e4b46f968740eccb388d8cec51981cc0b951 authored almost 2 years ago
update package for release

github.com/NaturalIntelligence/fast-xml-parser - 83069d88d88879e9def2b457d1353bdd7a38b05a authored almost 2 years ago
Merge branch 'dev'

# Conflicts:
# CHANGELOG.md
# lib/fxp.min.js
# lib/fxp.min.js.map
# lib/fxparser.min.js
# lib/fx...

github.com/NaturalIntelligence/fast-xml-parser - ed962e0c7b8517bdc53c0f701aab22233b65fc87 authored almost 2 years ago
Fix '<' or '>' in DTD comment throwing an error. (#533)

* comment unimplemented methods

* update package for release

* Add test

* Make DocTypeR...

github.com/NaturalIntelligence/fast-xml-parser - 30624d73f7a898c970414ec95da84340924a5ea2 authored almost 2 years ago
add missed typing "eNotation"

github.com/NaturalIntelligence/fast-xml-parser - 45b01dbf8b56af2c8ee126be8c2e21ed79ae39f2 authored almost 2 years ago
Fix docs for unpairdTags example in XMLBuilder

github.com/NaturalIntelligence/fast-xml-parser - 25f5e8a980b86a4a7b13ddac911c5d6e958c6780 authored almost 2 years ago
update package for release

github.com/NaturalIntelligence/fast-xml-parser - 007d6386969e2212ccab80a5c4385c1dbcba2876 authored about 2 years ago
comment unimplemented methods

github.com/NaturalIntelligence/fast-xml-parser - 7ca95a201f8c709f6e3c84ebca106b298d01ac8b authored about 2 years ago
520 preserveorder formatting (#527)

* Declare explicit expected results of tests

* Adjusted indentation in case of text nodes

...

github.com/NaturalIntelligence/fast-xml-parser - 59eb90551e6cfa6105b3da0a1a7599938f09bd9d authored about 2 years ago
docs: fix node project example (#522)

github.com/NaturalIntelligence/fast-xml-parser - 6689ed2ebc237b767f55270aa5b92fb95543cfc6 authored about 2 years ago
Fixed wrong usage in example (#518)

Co-authored-by: Patrick Lang <[email protected]>

github.com/NaturalIntelligence/fast-xml-parser - 0d9d60d01b54c995f879e587370c558629819aa5 authored about 2 years ago
Add transformAttributeName to transform the attribute name upon parsing. Same logic as transformTagName (#519)

github.com/NaturalIntelligence/fast-xml-parser - a619c48b593f32765397c34db5dfbac7f90d6ba8 authored about 2 years ago
fix: Builder tag/attributeValueProcessor types (#492)

value in should be unknown for both and should align with return type same options on the parser...

github.com/NaturalIntelligence/fast-xml-parser - f962cb5785484986f27b643eb3ed9ad73d387c61 authored about 2 years ago
fix #501: parse for entities only once

github.com/NaturalIntelligence/fast-xml-parser - 8cfd915718e1af78cf1901ce934ad641059c68f3 authored over 2 years ago
Fix Typo (Entites => Entities) (#495)

github.com/NaturalIntelligence/fast-xml-parser - b62cffd46dff307d44141eb326e3bedf64f888a4 authored over 2 years ago
Fix a little typo in the link name (#496)

github.com/NaturalIntelligence/fast-xml-parser - 1d120686331baca5939579eddcaa52791a1bf5d6 authored over 2 years ago
Clarify speed claim about pure JS implementation (#498)

github.com/NaturalIntelligence/fast-xml-parser - 16d721fd5796557bc5f2b56a186b7149673e7032 authored over 2 years ago
Remove Prettier and NHS Digital from list of users (#497)

* docs: remove nhs digital from list of users

* docs: remove prettier from list of users

S...

github.com/NaturalIntelligence/fast-xml-parser - eec0309014a75aade79adaffa3bc57ec0167e9d0 authored over 2 years ago
Add jsdocs for tagValueProcessor

github.com/NaturalIntelligence/fast-xml-parser - 67cf881ebbe3ba93e649938b341c9b0cf89d46b0 authored over 2 years ago
fix: tagValueProcessor type definition (#491)

github.com/NaturalIntelligence/fast-xml-parser - 4735d54d4de29a2a422bf3605138144e2e5054dc authored over 2 years ago
Update CodeMirror CDN Links in index.html (#486)

* Update CodeMirror CDN Links in index.html

Old link lead to a 404, breaking the demo site, r...

github.com/NaturalIntelligence/fast-xml-parser - f7f36744466d9688fe60431271a49d8887e9ed85 authored over 2 years ago
fix DOCTYPE: allow !ATTLIST and !NOTATION

github.com/NaturalIntelligence/fast-xml-parser - f6a1da18895aba52bab8c452e710d22acc5989c9 authored over 2 years ago
fix #472: stopNode can have any special tag inside

github.com/NaturalIntelligence/fast-xml-parser - b0af652d7bd53841533970a3c1d071c521625445 authored over 2 years ago
fix #470: stop-tag can have self-closing tag with same name

github.com/NaturalIntelligence/fast-xml-parser - fa9a1ae2608b06774321e425d1faf611adb02278 authored over 2 years ago
Add transformTagName option to transform tag names when parsing (#469)

github.com/NaturalIntelligence/fast-xml-parser - 6ad40ee0abc31f598559774f1c90064a040e3815 authored over 2 years ago
fix #468: prettify own properties only

github.com/NaturalIntelligence/fast-xml-parser - 0721d1d041f5f96d49a2194fecdda565041729f6 authored over 2 years ago
Fix stopNodes when same tag appears inside node (#456)

* Fix stopNodes when same tag appears inside node

* jump close index

github.com/NaturalIntelligence/fast-xml-parser - 383b836b1bdb076fd85e744f41a5b2bc6a6e8466 authored over 2 years ago
Fix CDATA parsing returning empty string when value = 0 (#451)

Co-authored-by: ndelanou <[email protected]>

github.com/NaturalIntelligence/fast-xml-parser - 7cf67e6058f23c9e81d0e3d561beeb944ae71247 authored almost 3 years ago
update package for release

github.com/NaturalIntelligence/fast-xml-parser - f929430328fc08bd269ff1f28ca22c791e324a12 authored almost 3 years ago
fix #446: XMLbuilder should not indent XML declaration

github.com/NaturalIntelligence/fast-xml-parser - 1f5b0a792789ac64c0f5255149ff4c546e23c1df authored almost 3 years ago
support commentPropName when order is not given

github.com/NaturalIntelligence/fast-xml-parser - ec9173591fd023704204c24d6383465d2cd89dbf authored almost 3 years ago