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

Generate browser bundles for 3.17.3

github.com/NaturalIntelligence/fast-xml-parser - 83dfd8b2645b86aa8b94983e4f10d81448ec091e authored over 4 years ago by Amit Gupta <[email protected]>
fix: allow a tag to be separated by \n\t chars

github.com/NaturalIntelligence/fast-xml-parser - decf141f9c81c80670d2f3f69fa0b8f0ca7a0b98 authored over 4 years ago by Amit Gupta <[email protected]>
fix: err when a tag is not properly closed

github.com/NaturalIntelligence/fast-xml-parser - f0bf79e24475f96c48103bc170838f0a13695e78 authored over 4 years ago by Amit Gupta <[email protected]>
Merge branch 'master' of github.com:NaturalIntelligence/fast-xml-parser

github.com/NaturalIntelligence/fast-xml-parser - eb18a45714d9c571a705a08eca592a0ca0d08ae0 authored over 4 years ago by Amit Gupta <[email protected]>
fix(performance): compare with substr faster than several index comparison

github.com/NaturalIntelligence/fast-xml-parser - 55149f6d7b295b050d1d416c05e04446fba1a792 authored over 4 years ago by Vohmyanin Sergey Vasilevich <[email protected]>
update release info, dependencies & browser bundle

github.com/NaturalIntelligence/fast-xml-parser - 6e91beac168e2615c33ce234d38ce7a907695417 authored over 4 years ago by Amit Gupta <[email protected]>
fix docttype tag issue

github.com/NaturalIntelligence/fast-xml-parser - 93ed6e14c634858ba53c5ab604368994062e89c2 authored over 4 years ago by Amit Gupta <[email protected]>
fix: exclude any whitespace char from tagName

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

github.com/NaturalIntelligence/fast-xml-parser - 7ff6f0de55fbedd042f355e5cf2709cd1e37fefd authored over 4 years ago by Amit Gupta <[email protected]>
Fix: check opening tag having non alpha num char

github.com/NaturalIntelligence/fast-xml-parser - 4de9d4a97a747b148ef9f8845bad84c8f3840186 authored over 4 years ago by Amit Gupta <[email protected]>
change publish config as all dependencies are used in dev only

github.com/NaturalIntelligence/fast-xml-parser - 6f59838b9c919df6a6a83fa8d4b4cc20d25a0d73 authored over 4 years ago by Amit Gupta <[email protected]>
create bundles for browsers

github.com/NaturalIntelligence/fast-xml-parser - 35815ae04df621683891c1553c9b6adac5bf9022 authored over 4 years ago by Amit Gupta <[email protected]>
Update package detail before publish

github.com/NaturalIntelligence/fast-xml-parser - d00494d4ba34584d40d49c5001668ad3f38392d2 authored over 4 years ago by Amit Gupta <[email protected]>
Make benchmark sub-module

github.com/NaturalIntelligence/fast-xml-parser - 2db2b609599c6434593daca6c746840c5c124c87 authored over 4 years ago by Amit Gupta <[email protected]>
Fix #167 #186 and #250 : '>' is allowed in attr val

github.com/NaturalIntelligence/fast-xml-parser - 6bc46da9f9859cd945b10610ee3a133eed8e9c1c authored over 4 years ago by Amit Gupta <[email protected]>
Update issue templates

github.com/NaturalIntelligence/fast-xml-parser - 76795ff66af4ab896001f8e0178a2464d642d8d7 authored over 4 years ago by Amit K Gupta <[email protected]>
Update issue templates

github.com/NaturalIntelligence/fast-xml-parser - 394d1cdf56e94027441dc4f0289e53d37a73ce11 authored over 4 years ago by Amit K Gupta <[email protected]>
Update ISSUE_TEMPLATE.md

github.com/NaturalIntelligence/fast-xml-parser - 96dcb5911c706a58f4b5be59bcf021da6353babc authored over 4 years ago by Amit K Gupta <[email protected]>
fix IE11 not supporting ES6 template strings

github.com/NaturalIntelligence/fast-xml-parser - 1a08786ca1bdd654b062c9ca52dff8b8ab32ef14 authored over 4 years ago by buggy1985 <[email protected]>
Make tests compatible to node v6

github.com/NaturalIntelligence/fast-xml-parser - c4e4a93ae1ce6f6c3bce751b32e96e591f4b9199 authored over 4 years ago by Amit K Gupta <[email protected]>
Bump acorn from 6.3.0 to 6.4.1 (#232)

Bumps [acorn](https://github.com/acornjs/acorn) from 6.3.0 to 6.4.1.
- [Release notes](https://...

github.com/NaturalIntelligence/fast-xml-parser - 52c0495908ab31bb3fcea8360446a23c18df1362 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix some typos in the README (#233)

github.com/NaturalIntelligence/fast-xml-parser - 4d9988c18dcd3cbd1f82b1ee5ab519b7505a5eab authored over 4 years ago by Leo <[email protected]>
Bump serialize-javascript from 1.9.1 to 2.1.2 (#241)

Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) from 1.9.1 to 2.1.2....

github.com/NaturalIntelligence/fast-xml-parser - a2a6df74ab001ea72c6e9a3e658519183e3b82ab authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Handle numbers ending in .0, .00 and so on

* Add tests for parsing numbers ending in .0

Tests fails when parseTrueNumberOnly:true

* H...

github.com/NaturalIntelligence/fast-xml-parser - ea5d544f9a4631a7de88cfe1e8f9b12f48df6ec8 authored almost 5 years ago by Håkan Canberger <[email protected]>
Validator: Beautify

github.com/NaturalIntelligence/fast-xml-parser - 74b55867d00149988e3f60eb6aac8330b0669934 authored almost 5 years ago by Orgad Shaneh <[email protected]>
Validator: Simplify tests

github.com/NaturalIntelligence/fast-xml-parser - a3436ded87017ee4cf91f841a91ba2480990247b authored almost 5 years ago by Orgad Shaneh <[email protected]>
[AG] update package for release

github.com/NaturalIntelligence/fast-xml-parser - 97dcaf9077dd0cfdb0080ce42b554882a97a471e authored almost 5 years ago by Amit Gupta <[email protected]>
fix: correct misspelled word

github.com/NaturalIntelligence/fast-xml-parser - de5239909f6c3af8e1f042b008f0c877da9b068c authored almost 5 years ago by Vasyl Zuzyak <[email protected]>
Update parser.d.ts

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

spelling correction

github.com/NaturalIntelligence/fast-xml-parser - be81aac8a18299b86761740909ed2004fe56290c authored about 5 years ago by Amit K Gupta <[email protected]>
Change regexp to match the XML spec, supporting Unicode (#205)

Replace the regexp with one that matches the XML spec[1]
(except [\u10000-\uEFFFF] which matche...

github.com/NaturalIntelligence/fast-xml-parser - 2032c1990de93ed04e6b70272e40b257ac8c893d authored about 5 years ago by Orgad Shaneh <[email protected]>
[AG] fix #219 : Add missing _ in attr name regex

github.com/NaturalIntelligence/fast-xml-parser - e26752bda5656643bd208a27fcc859a21880fe06 authored about 5 years ago by Amit Gupta <[email protected]>
Validator: Fail for stray ampersand characters (#215)

* Introduce a helper function for simplifying the tests

The following:
const xmlData = '...

github.com/NaturalIntelligence/fast-xml-parser - a8ccdb9eb5f223204dc469756f7200cdfea2a58c authored about 5 years ago by Orgad Shaneh <[email protected]>
Update FUNDING.yml

github.com/NaturalIntelligence/fast-xml-parser - ce2093a85fcdae4eb1d55f6c06a2b064d97d8342 authored about 5 years ago by Amit K Gupta <[email protected]>
Create FUNDING.yml

github.com/NaturalIntelligence/fast-xml-parser - 97e59422b2d31555b9c4d6532dc8dc7dc43b877b authored about 5 years ago by Amit K Gupta <[email protected]>
[AG] update package detail for release with browser bundles

github.com/NaturalIntelligence/fast-xml-parser - 370aec5bcfcac3e60233be861e2566a645babb06 authored about 5 years ago by Amit Gupta <[email protected]>
Fix Single root element only

* Verified that there is a single root element only

* Improved detection of single root nodes...

github.com/NaturalIntelligence/fast-xml-parser - 9225c04d7dc67ce932bce3d384f7614aa4748dca authored about 5 years ago by Norbert <[email protected]>
Update pull_request_template.md

github.com/NaturalIntelligence/fast-xml-parser - d0e18babe50de2ee47bfc4e8e2c3a403bf194c93 authored about 5 years ago by Amit K Gupta <[email protected]>
[AG] update dependencies

github.com/NaturalIntelligence/fast-xml-parser - 55ef403466fed6944f25645c63be0478ffe07227 authored about 5 years ago by Amit Gupta <[email protected]>
[AG] update package details

github.com/NaturalIntelligence/fast-xml-parser - 179fbd2f4c26e71f8b125801e41675ee42bd7209 authored about 5 years ago by Amit Gupta <[email protected]>
[AG] update browser bundles

github.com/NaturalIntelligence/fast-xml-parser - 7eddb3bc823b51955d861b9987e258c20a7136de authored about 5 years ago by Amit Gupta <[email protected]>
[AG] add google analytics

github.com/NaturalIntelligence/fast-xml-parser - c7038082edf50673ff1f95bc7fc9818b3470cac5 authored about 5 years ago by Amit Gupta <[email protected]>
[AG] validator: improve error message in case of extra space

github.com/NaturalIntelligence/fast-xml-parser - c603f4c6df53474242a3f5ebb44a4416cb3db3c7 authored about 5 years ago by Amit Gupta <[email protected]>
[AG] fix validator error messages

1. tag name and attributes name should be surrounded by quotes to make a message more meaningful...

github.com/NaturalIntelligence/fast-xml-parser - 7078703ccc5a5db8e0f3fa6f6f3da44f13385970 authored about 5 years ago by Amit Gupta <[email protected]>
Merge branch 'master' of github.com:NaturalIntelligence/fast-xml-parser

github.com/NaturalIntelligence/fast-xml-parser - 3a4b2bcbaf84ea51c4de170c78f9a120ddf78d48 authored about 5 years ago by Amit Gupta <[email protected]>
Validation errors now include line numbers in the error message

* Validation errors now include line numbers in the error message

* Fixed broken unit test af...

github.com/NaturalIntelligence/fast-xml-parser - 0ec1e94dbdbb73c54ef8647119e8ed0034e96524 authored about 5 years ago by Norbert <[email protected]>
Create greetings.yml

github.com/NaturalIntelligence/fast-xml-parser - 6335d34ac3b176d73294d3406ade974a52a09eac authored about 5 years ago by Amit K Gupta <[email protected]>
[AG] fix #196 parsing of float ending with 0.

github.com/NaturalIntelligence/fast-xml-parser - dbf2b51bcd528398e7cf4989a7775bf08b981fef authored about 5 years ago by Amit Gupta <[email protected]>
[AG] validate localeRange in validator

github.com/NaturalIntelligence/fast-xml-parser - 42601123b5ef77fe5bcca01e2e0bb12599120e28 authored about 5 years ago by Amit Gupta <[email protected]>
[AG] fix tagName and attrName regex in validator

github.com/NaturalIntelligence/fast-xml-parser - 9d1376ee4d2332d043b14956e836594f3bcc0e75 authored about 5 years ago by Amit Gupta <[email protected]>
Validator: Remove redundant space in error message

github.com/NaturalIntelligence/fast-xml-parser - 863e1823c5c2209d766c6534cc1e05e366a4e453 authored about 5 years ago by Orgad Shaneh <[email protected]>
Fix broken link in PR template

github.com/NaturalIntelligence/fast-xml-parser - 6a980ac52603c696b1297e409b186c95a10cafb7 authored about 5 years ago by Orgad Shaneh <[email protected]>
Reach 100% coverage in validator spec

The "else" case of a potential comment was missing

github.com/NaturalIntelligence/fast-xml-parser - 8dfa0bb3b0f6c211517eec258b6c20e1f9f19a7f authored about 5 years ago by Orgad Shaneh <[email protected]>
[AG] update package for release

github.com/NaturalIntelligence/fast-xml-parser - ad82a600a20523f8eb4b2b69bc58d1472a7cef67 authored about 5 years ago by Amit Gupta <[email protected]>
Add type support for arrayMode = 'strict'

github.com/NaturalIntelligence/fast-xml-parser - 6c1f7193783fe1008d5b99c3b7a267091134aa27 authored about 5 years ago by Tom <[email protected]>
bugfix(types): add stopNodes to X2jOptions (#192)

so they can be used cleanly in typescript.

Fixes #191

github.com/NaturalIntelligence/fast-xml-parser - 4a49683f64b4af51d41a63d2f16f243ba3200198 authored about 5 years ago by Sander Verweij <[email protected]>
update package detail

github.com/NaturalIntelligence/fast-xml-parser - 3a279ac8169d42cfbfdbbd879af1e4818ca9d35e authored over 5 years ago by Amit Gupta <[email protected]>
Update README with value processor change

github.com/NaturalIntelligence/fast-xml-parser - c699cd020d13527ece0c9e831b631af60192d541 authored over 5 years ago by Amit Gupta <[email protected]>
pass attr name in attrValueProcessor

github.com/NaturalIntelligence/fast-xml-parser - 3778f8cc2791df0e7f8e06a10b133c194b7dc43c authored over 5 years ago by Amit Gupta <[email protected]>
pass tag name to tagValueProcessor

github.com/NaturalIntelligence/fast-xml-parser - 00dbde2b37dd6901301c1530a9b2c39a0958d9ac authored over 5 years ago by Amit Gupta <[email protected]>
Add tests for negative and long numbers

github.com/NaturalIntelligence/fast-xml-parser - 21026a16ea67ec3bfc1ce93d79ec4b6901bab4f0 authored over 5 years ago by Amit Gupta <[email protected]>
Add optional validation while parsing

github.com/NaturalIntelligence/fast-xml-parser - ce425b0b17586e56bebd2a6de3a0d24c52cca383 authored over 5 years ago by Amit Gupta <[email protected]>
update publish config

github.com/NaturalIntelligence/fast-xml-parser - ba550fbfd4448f3d0f50d675d5f38a135053f1d2 authored over 5 years ago by Amit Gupta <[email protected]>
update release detail

github.com/NaturalIntelligence/fast-xml-parser - e5f3d17a5584a93ca0775cf23697c986ae6b732e authored over 5 years ago by Amit Gupta <[email protected]>
remove demo app test file

github.com/NaturalIntelligence/fast-xml-parser - cd4a2ee988638055c3d23125a71c5afbcb10056f authored over 5 years ago by Amit Gupta <[email protected]>
update dependencies and add publish-please

github.com/NaturalIntelligence/fast-xml-parser - 0304698bd0fba5c88376b4195fab24e0da810c5c authored over 5 years ago by Amit Gupta <[email protected]>
update dependency tree

github.com/NaturalIntelligence/fast-xml-parser - 2b76de77e54b9695c092e69cffb0cc4a9035835f authored over 5 years ago by Amit Gupta <[email protected]>
[AG] fix validator: invalidate XML with no closing tag

github.com/NaturalIntelligence/fast-xml-parser - 2897845d17914ba358f2832bbb51dcc901697672 authored over 5 years ago by Amit Gupta <[email protected]>
Update CONTRIBUTING.md

github.com/NaturalIntelligence/fast-xml-parser - ff0b2504a66c77603ad87af7ac045729fd4a4044 authored over 5 years ago by Amit K Gupta <[email protected]>
Merge branch 'master' of github.com:NaturalIntelligence/fast-xml-parser

github.com/NaturalIntelligence/fast-xml-parser - 961a86853e9343c8544d7c50ada6a4ae89817a6c authored over 5 years ago by Amit Gupta <[email protected]>
Update demo to parse JSON to XML

github.com/NaturalIntelligence/fast-xml-parser - 37e172e186b6e0de60b135a3450d732105dc1228 authored over 5 years ago by Amit Gupta <[email protected]>
update dependencies and detail

github.com/NaturalIntelligence/fast-xml-parser - fa8a6abc5d40c46095c5ae9633a53e11a6c33a39 authored over 5 years ago by Amit Gupta <[email protected]>
Revert "Fix #167: '>' in attribute value"

This reverts commit b46db1bd5f5d404374cecaf721c66364e2483a98.

github.com/NaturalIntelligence/fast-xml-parser - 057cd7e5a29cf06c9553b6acbe39f5d1fae61d0a authored over 5 years ago by Amit Gupta <[email protected]>
Fix #170: js to xml parser should work for date values

github.com/NaturalIntelligence/fast-xml-parser - 3cb3e30ff1c18729429691469420f45ed15561cc authored over 5 years ago by Amit Gupta <[email protected]>
update dependencies and readme

github.com/NaturalIntelligence/fast-xml-parser - e137dcbf08d553a31fd50d08f81953b37f45d4db authored over 5 years ago by Amit Gupta <[email protected]>
update dependencies and readme

github.com/NaturalIntelligence/fast-xml-parser - 7f7e1261e76b4c31f4d5c241f8e4a42247e97a56 authored over 5 years ago by Amit Gupta <[email protected]>
remove configstore dependency

github.com/NaturalIntelligence/fast-xml-parser - 52d0ef971405c6f373b34d3c05a3180e928415f8 authored over 5 years ago by Amit Gupta <[email protected]>
update package detail

github.com/NaturalIntelligence/fast-xml-parser - 4114d20051c0e31c806bb482a95132b4edce0acb authored over 5 years ago by Amit Gupta <[email protected]>
Add task to test particular test file

github.com/NaturalIntelligence/fast-xml-parser - 5f3e18e548d56eda27b714a25b1b5ab1deb6d5d2 authored over 5 years ago by Amit Gupta <[email protected]>
Fix #167: '>' in attribute value

github.com/NaturalIntelligence/fast-xml-parser - b46db1bd5f5d404374cecaf721c66364e2483a98 authored over 5 years ago by Amit Gupta <[email protected]>
fix validation for tag on multiple lines (#164)

github.com/NaturalIntelligence/fast-xml-parser - 8a090d7662221c74221ee30e13acb24263cf06e1 authored over 5 years ago by francesco barbera <[email protected]>