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

Remove check if tag starting with "XML"

github.com/NaturalIntelligence/fast-xml-parser - 4d8ad78beffc122f45c17b100188946bdbd1ace3 authored almost 7 years ago by Amit Gupta <[email protected]>
Fix when there are spaces before / after CDATA

github.com/NaturalIntelligence/fast-xml-parser - 6b969156373f43e6cbffa563b146f9043b13be79 authored almost 7 years ago by Amit Gupta <[email protected]>
Add collective donate button

github.com/NaturalIntelligence/fast-xml-parser - c4da63a4eca0d3628da7606275cf9dbade82f471 authored almost 7 years ago by Amit Gupta <[email protected]>
bump the version for release

github.com/NaturalIntelligence/fast-xml-parser - 9c0a48e432cabe0c70ce967bd0f6e10d80ff4ec8 authored almost 7 years ago by Amit Gupta <[email protected]>
Fix: newline should be replaced with single space

github.com/NaturalIntelligence/fast-xml-parser - 715b97e64a1ae3225278003c55a890ab656e6e58 authored almost 7 years ago by Amit Gupta <[email protected]>
Fix for single and multiline comments

github.com/NaturalIntelligence/fast-xml-parser - a18c49c31ac697a66f7eda182b4f5ece8235ea34 authored almost 7 years ago by Amit Gupta <[email protected]>
validate xml with CDATA

github.com/NaturalIntelligence/fast-xml-parser - a249405ec83f0f480eba971a017fa073b2a4be7d authored almost 7 years ago by Amit Gupta <[email protected]>
generate browser js lib

github.com/NaturalIntelligence/fast-xml-parser - 283d61b90f666a1691deaa511e671c1a5b1effbc authored almost 7 years ago by Amit Gupta <[email protected]>
remove unnecessary condition to check textnode value in parsing

github.com/NaturalIntelligence/fast-xml-parser - d353ea245cece69e01b98032fef98c4ab527e33c authored almost 7 years ago by Amit Gupta <[email protected]>
Fix the issue when there is no space between 2 attributes

github.com/NaturalIntelligence/fast-xml-parser - cd9a30dad2e7a22d76e159f055388c1e33f6ac55 authored almost 7 years ago by Amit Gupta <[email protected]>
Fix #33: when there is newline char in attr val, it doesn't parse

github.com/NaturalIntelligence/fast-xml-parser - 30381fa92e9a954ba7e6880186e65319432db4cc authored almost 7 years ago by Amit Gupta <[email protected]>
Merge pull request #32 from Delagen/master

fix ignoreNamespace #31

github.com/NaturalIntelligence/fast-xml-parser - ecc05dd2a2bc3341fa50f616a721bd400eff6a7d authored almost 7 years ago by Amit Gupta <[email protected]>
exclude tests from coverage

github.com/NaturalIntelligence/fast-xml-parser - 749a918d22d700d08d9f36a5d37c3d6615d85a18 authored almost 7 years ago by Vohmyanin Sergey Vasilevich <[email protected]>
fix: don't wrap attributes if only namespace attrs

github.com/NaturalIntelligence/fast-xml-parser - 75395394099a754aad0dcad0fb91cc0ccb7ef4c5 authored almost 7 years ago by Vohmyanin Sergey Vasilevich <[email protected]>
fix: use portfinder for run tests, update deps

github.com/NaturalIntelligence/fast-xml-parser - b11251299993b2acf91c2043188dce7a27e5abb2 authored almost 7 years ago by Vohmyanin Sergey Vasilevich <[email protected]>
fix: don't treat namespaces as attributes when ignoreNamespace enabled

github.com/NaturalIntelligence/fast-xml-parser - f19fd7718a7f93d9d40e939faee08244b4f360c8 authored almost 7 years ago by Vohmyanin Sergey Vasilevich <[email protected]>
Update readme, browser lib, and version

github.com/NaturalIntelligence/fast-xml-parser - 697f863a1da92273116a686a82bd5412466ae25c authored almost 7 years ago by Amit Gupta <[email protected]>
Rewrite the validator to handle large files.

Ignore DOCTYPE validation
separate attrs validation test to separate file

github.com/NaturalIntelligence/fast-xml-parser - fc4727281840663250bceefbbd6c7487af38e820 authored almost 7 years ago by Amit Gupta <[email protected]>
Fix: When attribute value has equal sign

Cause: no check on correct attribute name.

github.com/NaturalIntelligence/fast-xml-parser - 5e0877de81feaef786527198b5a7862f79f7301e authored almost 7 years ago by Amit Gupta <[email protected]>
generate js for browsers and update version

github.com/NaturalIntelligence/fast-xml-parser - a02dcb667c0ee806d2d0b280ef7c8ca7f7467c94 authored about 7 years ago by Amit Gupta <[email protected]>
Fix: when a tag has value along with subtags

github.com/NaturalIntelligence/fast-xml-parser - 7c6f2a1f11477613e1525023650ebb95e82c5382 authored about 7 years ago by Amit Gupta <[email protected]>
Fix value parsing for IE

github.com/NaturalIntelligence/fast-xml-parser - be727dd16326c79e9e4d5b9b66bb03920512b60b authored about 7 years ago by Amit Gupta <[email protected]>
fix: validator should return false instead of err when invalid XML

github.com/NaturalIntelligence/fast-xml-parser - ca236a0ffde582adccb55daa5f88111192344d26 authored about 7 years ago by Amit Gupta <[email protected]>
upgrade dev dependencies

github.com/NaturalIntelligence/fast-xml-parser - 18bef553543cc49e5aeb5c10a3694b83a22f58ea authored about 7 years ago by Amit Gupta <[email protected]>
Add CLI option to ignore value conversion

github.com/NaturalIntelligence/fast-xml-parser - 2c00568aa37d965e853bef21eb2fa778495cad1c authored about 7 years ago by Amit Gupta <[email protected]>
Fix variable name when filename is given on CLI

Update CLI help text

github.com/NaturalIntelligence/fast-xml-parser - 1dacb46faeb77d789ed8720bd2e7e8ea6f1264c1 authored about 7 years ago by Amit Gupta <[email protected]>
Merge pull request #27 from Tatsh/read-stdin

xml2js: Accept standard input

github.com/NaturalIntelligence/fast-xml-parser - 8de9ad7241826d7fd9cc94a9e794caab4ae0525c authored about 7 years ago by Amit Gupta <[email protected]>
Update dependencies

github.com/NaturalIntelligence/fast-xml-parser - f364baece032daef8eee4e52d1e95a67af87aa56 authored about 7 years ago by Andrew Udvare <[email protected]>
Add ability to read from standard input

github.com/NaturalIntelligence/fast-xml-parser - 4bf60053c5f0e6838c69b0d6e5fb6bef35721abd authored about 7 years ago by Andrew Udvare <[email protected]>
Merge pull request #24 from Delagen/master

Allow wrap attributes with subobject to compatible with other parsers output

github.com/NaturalIntelligence/fast-xml-parser - 3e2af8901d17274ed2b5a0e3e35e3054ed9e8161 authored over 7 years ago by Amit Gupta <[email protected]>
Allow wrap attributes with subobject to compatible with other parsers output

github.com/NaturalIntelligence/fast-xml-parser - 05234c91f7b83efe22d37eea1da446f5fc6b2ebf authored over 7 years ago by Sergey Vohmyanin <[email protected]>
fix: handle CDATA with regx

github.com/NaturalIntelligence/fast-xml-parser - c7faee75dd7bc5e9ab915cd64ca720cbea847b14 authored over 7 years ago by Amit Gupta <[email protected]>
Change travis config for yarn caching

github.com/NaturalIntelligence/fast-xml-parser - eb1d7d301f8e0a5795e9b8bdf06f8c51a787b1b3 authored over 7 years ago by Amit Gupta <[email protected]>
fix validator: when tag property is same as array property

github.com/NaturalIntelligence/fast-xml-parser - 38c4a589599c8cbba5ae50d38dae2000ea939853 authored over 7 years ago by Amit Gupta <[email protected]>
Merge pull request #21 from gxa/master

Failing test case in validator for valid SVG

github.com/NaturalIntelligence/fast-xml-parser - bf01db72bddda138bdd7ea2700d416b2c2c75e22 authored over 7 years ago by Amit Gupta <[email protected]>
Dummy commit to kick off Travis build

github.com/NaturalIntelligence/fast-xml-parser - cfb77aad12f0979ba157e8d4249f05c1f1eca9f1 authored over 7 years ago by Alfonso Muñoz-Pomer <[email protected]>
Failing test case in validator for valid SVG

github.com/NaturalIntelligence/fast-xml-parser - aeec187a996156c44aa66c7ce824647f48aa3fde authored over 7 years ago by Alfonso Muñoz-Pomer <[email protected]>
Fix test for arrayMode

github.com/NaturalIntelligence/fast-xml-parser - 697346f6afd89679daeecac73c0edcf7b90ead3c authored over 7 years ago by Amit Gupta <[email protected]>
Merge pull request #17 from gxa/master

Add arrayMode option to parse any nodes as arrays

github.com/NaturalIntelligence/fast-xml-parser - aeaf9711004a3b939947cd9dfb566976ae9a46cb authored over 7 years ago by Amit Gupta <[email protected]>
Add arrayMode option to parse any nodes as arrays

github.com/NaturalIntelligence/fast-xml-parser - 2ecd3d30fee0a4a171ca7b2c691e4c78fa6f4699 authored over 7 years ago by Alfonso Muñoz-Pomer <[email protected]>
Add unit tests for value conversion for attr

github.com/NaturalIntelligence/fast-xml-parser - 8aba030c17e88ff7cd90c2665223d1c91f05440d authored over 7 years ago by Amit Gupta <[email protected]>
Merge pull request #16 from kiro55/patch-1

parser.js

github.com/NaturalIntelligence/fast-xml-parser - a2f5f84b92527228139bcc9300229261559f8664 authored over 7 years ago by Amit Gupta <[email protected]>
parser.js

+ option of an attribute value conversion to a number (textAttrConversion) the same way as the t...

github.com/NaturalIntelligence/fast-xml-parser - a50fe853801604a23ade07c90e9ca79e53a17796 authored over 7 years ago by kiro55 <[email protected]>
Fix XML element name pattern

github.com/NaturalIntelligence/fast-xml-parser - d6dce4d5da886b5b05f3f42844d6797d2f3c98a2 authored over 7 years ago by Amit Gupta <[email protected]>
Fix XML element name pattern while parsing

github.com/NaturalIntelligence/fast-xml-parser - 45185e2c7dea1c1855cf1171793e2a8a60c2b010 authored over 7 years ago by Amit Gupta <[email protected]>
Fix validation for xml tag element

github.com/NaturalIntelligence/fast-xml-parser - ba6f862e950903e7652b71626ef952dbc302d115 authored over 7 years ago by Amit Gupta <[email protected]>
Improve Validator performance

github.com/NaturalIntelligence/fast-xml-parser - f82fedb056546eeb0f4355a0b332f69a34b0df77 authored over 7 years ago by Amit Gupta <[email protected]>
update attr matching regex

github.com/NaturalIntelligence/fast-xml-parser - 68d27db02e887db6dd8296306bbb4a8c8f554a11 authored over 7 years ago by Amit Gupta <[email protected]>
Improve atrr regex to handle all cases

github.com/NaturalIntelligence/fast-xml-parser - 67b2bda424902b83a150bf1fd2f165b1f1833b96 authored over 7 years ago by Amit Gupta <[email protected]>
Bug fix: when an attribute has single or double quote in value

github.com/NaturalIntelligence/fast-xml-parser - fb9d06e7ec26eb648088a16915b061edef03ee59 authored over 7 years ago by Amit Gupta <[email protected]>
Bug fix: when multiple CDATA tags are given

github.com/NaturalIntelligence/fast-xml-parser - 15bb4e1d56498309c6489f699030779c59155a79 authored over 7 years ago by Amit Gupta <[email protected]>
Merge pull request #11 from tourstream/option-value-conversion

add option "textNodeConversion"

github.com/NaturalIntelligence/fast-xml-parser - 2eb571e0de737b82768f86c4df6cfd51b264b787 authored over 7 years ago by Amit Gupta <[email protected]>
bundle lib file

github.com/NaturalIntelligence/fast-xml-parser - 352f3a1eb980affeb0a0cf3a247040cb6eedb5c5 authored over 7 years ago by Steve Reichenbach <[email protected]>
add option "textNodeConversion"

github.com/NaturalIntelligence/fast-xml-parser - 6affc153098ab39d226f2a759d27c07bf2c87133 authored over 7 years ago by Steve Reichenbach <[email protected]>
Bug fix: preserve initial space of node value

github.com/NaturalIntelligence/fast-xml-parser - bd9e046df6384f1612af7eb1e0b3c0ba5ef5cae8 authored over 7 years ago by Amit Gupta <[email protected]>
Bug fix: when single self closing tag

github.com/NaturalIntelligence/fast-xml-parser - 31243a3309770057d226386415b6b65ff92dfce8 authored almost 8 years ago by Amit Gupta <[email protected]>
Merge pull request #2 from abbyarmada/master

fix .codeclimate.yml

github.com/NaturalIntelligence/fast-xml-parser - 5f68c46b01ecf348efe1065333445d1b8244566c authored almost 8 years ago by Amit Gupta <[email protected]>
Update .codeclimate.yml

- Fixed config so it does not error anymore.

github.com/NaturalIntelligence/fast-xml-parser - 72928dbd895b05d49e675775ca522192c8c98d0c authored almost 8 years ago by Abby Armada <[email protected]>
Update .codeclimate.yml

github.com/NaturalIntelligence/fast-xml-parser - 03cce04ece879a0741c4fd2a0cb3a26f8bb1a504 authored almost 8 years ago by Amit Gupta <[email protected]>
Update description and tags

github.com/NaturalIntelligence/fast-xml-parser - 67a38b18931d467527500de8178052714082e217 authored almost 8 years ago by Amit Gupta <[email protected]>
Generate latest lib for browser

Update demo page

github.com/NaturalIntelligence/fast-xml-parser - 5e168d13970196645250110f045742ef5915bbe9 authored almost 8 years ago by Amit Gupta <[email protected]>
add bithound config

github.com/NaturalIntelligence/fast-xml-parser - c2cc890002d87fb2100390ef9ff5261dfde01755 authored almost 8 years ago by Amit Gupta <[email protected]>
Update travis to generate bundle js before running tests

github.com/NaturalIntelligence/fast-xml-parser - fc2e54688bcba3f1b9662e2d3b170a02c5e61a3c authored almost 8 years ago by Amit Gupta <[email protected]>
1.Browserify, 2. add more tests for validator

github.com/NaturalIntelligence/fast-xml-parser - 671ed12167c4aa9381454aa544c29cbfa98668a9 authored almost 8 years ago by Amit Gupta <[email protected]>
Fix CLI default parameter bug

github.com/NaturalIntelligence/fast-xml-parser - c172f96f819264e51295b69cd8d6a6e82e095756 authored almost 8 years ago by Amit Gupta <[email protected]>
Bug fix: CLI default option

github.com/NaturalIntelligence/fast-xml-parser - b6dd0cf29fd52cbc291b672c18e18e3cc0236d67 authored almost 8 years ago by Amit Gupta <[email protected]>
Bug fix: capture closing tag when skip namespace

github.com/NaturalIntelligence/fast-xml-parser - e0cfb70744c20a29520d4acfd4dd5f416781993a authored almost 8 years ago by Amit Gupta <[email protected]>
Bug fix: set 'ignorenamespace' to 'true' to skip Name space

github.com/NaturalIntelligence/fast-xml-parser - 5fbcba92d34e35663430e67953baf7be45515045 authored almost 8 years ago by Amit Gupta <[email protected]>
Return traversal object

Bug fix: Don't ignore an empty tag

github.com/NaturalIntelligence/fast-xml-parser - cf8bf53476ae923db6b911dff25f386fe8a220fe authored almost 8 years ago by Amit Gupta <[email protected]>
Use textarea instead of pre

github.com/NaturalIntelligence/fast-xml-parser - cf75bcad68c8ce694f70e6495424465c44c1483e authored almost 8 years ago by Amit Gupta <[email protected]>
Add ignoreNameSpace feature

github.com/NaturalIntelligence/fast-xml-parser - b177aee257219764608f5fba0ed8d009b19ea1af authored almost 8 years ago by Amit Gupta <[email protected]>
Small code improvement

github.com/NaturalIntelligence/fast-xml-parser - 89c793de59b048281620e40763c0ccd8f5eb64c6 authored almost 8 years ago by Amit Gupta <[email protected]>
code improvement

small bug fix

github.com/NaturalIntelligence/fast-xml-parser - e70de97fadd0b5ff783b90fe08ab9c272381d160 authored almost 8 years ago by Amit Gupta <[email protected]>
Bug fix: when site name is attr value

github.com/NaturalIntelligence/fast-xml-parser - f7b3c8c8f7a7d59a1e56e2c2918da3817d53b95d authored almost 8 years ago by Amit Gupta <[email protected]>