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

Update ISSUE_TEMPLATE.md

github.com/NaturalIntelligence/fast-xml-parser - 5704b6559f148af4ed85bffaed30c72221b343ee authored almost 7 years ago
Merge pull request #52 from opencollective/opencollective

Activating Open Collective

github.com/NaturalIntelligence/fast-xml-parser - 262a9fef99f594ae2278a99a658d12deb8ed9540 authored almost 7 years ago
Added backers and sponsors on the README

github.com/NaturalIntelligence/fast-xml-parser - 34049648eaf99a8b7b487d97aebec1f97b607c09 authored almost 7 years ago
Added call to donate after npm install (optional)

github.com/NaturalIntelligence/fast-xml-parser - ae650c7d31d174d90b720f06f5ee768a947ba58b authored almost 7 years ago
refer j2x parser from main file

github.com/NaturalIntelligence/fast-xml-parser - 5a553ae1d0bdd7ca48b941f2b767c77fb91b8e6e authored almost 7 years ago
move the xml parser to separate file

github.com/NaturalIntelligence/fast-xml-parser - 9531bcb96cd00a10b6b276351e3e827f3a65f265 authored almost 7 years ago
fix demo page to set attributes options correctly

github.com/NaturalIntelligence/fast-xml-parser - 99088c039b1753cce0d780fb5d596896f7981bac authored almost 7 years ago
Update ISSUE_TEMPLATE.md

github.com/NaturalIntelligence/fast-xml-parser - ba58d37672aac8f3a50709f475bdaa54cd901d19 authored almost 7 years ago
Update ISSUE_TEMPLATE.md

github.com/NaturalIntelligence/fast-xml-parser - b2e8aea9ac501c95475d455169907b7ad5d2b024 authored almost 7 years ago
Merge pull request #49 from NaturalIntelligence/dev

Dev to Master

github.com/NaturalIntelligence/fast-xml-parser - 3a79168de4922152a3f39189b2e5e86bea4d2219 authored almost 7 years ago
Update README and version

github.com/NaturalIntelligence/fast-xml-parser - ecb3910f7d3d34feeb0d41fe5a4981ad360f3e35 authored almost 7 years ago
j2x:add performance test

github.com/NaturalIntelligence/fast-xml-parser - 2a245e956ddadf4c865721c3663e275c93ec16e5 authored almost 7 years ago
j2x: make optional formatting

github.com/NaturalIntelligence/fast-xml-parser - a0245f8795a89c912c421067f62144d2a63329ae authored almost 7 years ago
j2x: suppress empty nodes to self closing node if configured

github.com/NaturalIntelligence/fast-xml-parser - 4ab773c1e53143821f3bbd5e27669dc0edeedaef authored almost 7 years ago
j2x: provide option to give indentation depth

github.com/NaturalIntelligence/fast-xml-parser - 19446abc5d300eac40c8efced48e40455770517b authored almost 7 years ago
j2x: Remove extra empty line before closing tag

github.com/NaturalIntelligence/fast-xml-parser - 1c3faf81d4ee85e4a5ea030f22eb0d7d4455b0bd authored almost 7 years ago
j2x: handle grouped attributes

github.com/NaturalIntelligence/fast-xml-parser - bac4936752728f24f33f86a9c89eaf690a4d486c authored almost 7 years ago
convert json to xml

- nested object
- array
- attributes
- text value

github.com/NaturalIntelligence/fast-xml-parser - f55135e1ee144e32d83e33da3488461e1120751b authored almost 7 years ago
Merge pull request #48 from TheDeathConqueror/patch-1

Update cli.js to let user validate XML file or data

github.com/NaturalIntelligence/fast-xml-parser - 7e43788663cb6c8e58cb17326d943751343f7913 authored almost 7 years ago
Add option for rendering CDATA as separate property

github.com/NaturalIntelligence/fast-xml-parser - 99818381365ab79c02fde4e311272de0c5c4498e authored almost 7 years ago
replace CRLF with single space for attribute value only

github.com/NaturalIntelligence/fast-xml-parser - e25d8dade4ccbf0babc851278c7ab60a6c95492d authored almost 7 years ago
update large file perf test

github.com/NaturalIntelligence/fast-xml-parser - 9ab9cfc9eaea11c92a287439cffce5e94767c846 authored almost 7 years ago
update info about new options

github.com/NaturalIntelligence/fast-xml-parser - eeaffbcce004e25b5439cfa8dad8538a86d2b3ec authored almost 7 years ago
change online tool with new changes

github.com/NaturalIntelligence/fast-xml-parser - eaedd77a828cacedd7a5f09da62e8dbfaf90aa0e authored almost 7 years ago
change cli options as per v3

github.com/NaturalIntelligence/fast-xml-parser - 283867c5c85b83c1e1d37f6020c58827d0f4f86c authored almost 7 years ago
remove fake calls

separate tag value processing to separate function
make HTML decoding optional
give an option to ...

github.com/NaturalIntelligence/fast-xml-parser - 0c2b4894013a8947e1ce96eeea2b60e6e4d7d581 authored almost 7 years ago
Correct comparison table format

github.com/NaturalIntelligence/fast-xml-parser - 96062589006d32619391577e52c310420b5be093 authored almost 7 years ago
some performance improvement changes

github.com/NaturalIntelligence/fast-xml-parser - d423f3bd3ab484dea9598c6412c887aadbea0ed3 authored almost 7 years ago
Make regex object local to the method and move some common methods to util

github.com/NaturalIntelligence/fast-xml-parser - 972bc05a1cd0b78a78c49d1acda159082ad7620a authored almost 7 years ago
Change parser to

- handle multiple instances of CDATA
- make triming of value optionals
- HTML decode attribute an...

github.com/NaturalIntelligence/fast-xml-parser - 32a3f671d2433a2a965737bc699be8aa4fd60cc7 authored almost 7 years ago
Ignore newline chars without RE

github.com/NaturalIntelligence/fast-xml-parser - f77371da17e666cc290b04977fbc36420e94e3c9 authored almost 7 years ago
Validate DOCTYPE without RE

github.com/NaturalIntelligence/fast-xml-parser - 2c797e8f934ccfd84576ee7ca9a406d1819f032b authored almost 7 years ago
Update validator to return error response

github.com/NaturalIntelligence/fast-xml-parser - 53aff1bedcb92feebad0b332a35d5478a01ed6e1 authored almost 7 years ago
Update README to add detail about V3

github.com/NaturalIntelligence/fast-xml-parser - 04aa4a2fe337e7b11621157055d86f51cf06fff5 authored almost 7 years ago
Add test files for parser 2

github.com/NaturalIntelligence/fast-xml-parser - ee5e1c4d0cd71267b3369f9b69339db34d973838 authored almost 7 years ago
make triming value optional

github.com/NaturalIntelligence/fast-xml-parser - 55583400b82178177e69ce107557fe7f481e82b3 authored almost 7 years ago
Separate xmlNode model class

github.com/NaturalIntelligence/fast-xml-parser - b051f6236e8f440316fbe825120e3f672cb90710 authored almost 7 years ago
Bump the version due to fixes in validator

github.com/NaturalIntelligence/fast-xml-parser - dc15f7c78faf4181a8bda2cd2e7ff1d17db49208 authored almost 7 years ago
Fix validator for self closing tag

github.com/NaturalIntelligence/fast-xml-parser - 1c187e6bab5f1d76e00f3b93608db44427f735b1 authored almost 7 years ago
fix for repeated object

fix attribute regex for boolean attributes
fix

github.com/NaturalIntelligence/fast-xml-parser - 393fceb08e7a1fb2e6056488d0f4215314520103 authored almost 7 years ago
remove empty text properties when nested object or attributes are present

github.com/NaturalIntelligence/fast-xml-parser - 2e8741a01e50d5daae382032b63da93991b171d7 authored almost 7 years ago
Refactor to separate code in functions

github.com/NaturalIntelligence/fast-xml-parser - 8783d34e06c167924553c81ceb43c85674fb6b0e authored almost 7 years ago
Fix for self closing tag attributes and boolean attributes

github.com/NaturalIntelligence/fast-xml-parser - cd0752a3cca046e48dfd87b0ea8fd5df63439802 authored almost 7 years ago
Empty attribute object should not be added

github.com/NaturalIntelligence/fast-xml-parser - 6f48bc99dd84133e02dd9400b986dcd5bf7362d4 authored almost 7 years ago
change name of some attributes

remove some unnecessary comments
return err object instead of false when validation fails
using H...

github.com/NaturalIntelligence/fast-xml-parser - 60a0333a3349808e0b1a745bc84178ed765057fc authored almost 7 years ago
Handle repeated nodes for selfclosing nodes

github.com/NaturalIntelligence/fast-xml-parser - 08780111245b31d7958e9589d03a8d3f57134cf6 authored almost 7 years ago
include vscode debug config

github.com/NaturalIntelligence/fast-xml-parser - 12554b2ae4240a1805cb3b0278e53299893bc743 authored almost 7 years ago
Create a parser to handle large files effectively

github.com/NaturalIntelligence/fast-xml-parser - 08f4b6cf7c09cf110f0d963a7f4184965be4f0f4 authored almost 7 years ago
Fix validator for invalid attributes

github.com/NaturalIntelligence/fast-xml-parser - 45d0d8db21caaff7a423aa52b3d6b4fc9220aa11 authored almost 7 years ago
Bump the version for release

github.com/NaturalIntelligence/fast-xml-parser - 798ad4cfe02156a12169fff07c9986553f2162cb authored almost 7 years ago
Merge pull request #41 from Delagen/master

parse html entities in text values, fixes #40

github.com/NaturalIntelligence/fast-xml-parser - 2485df36c37a102d6fd6060bbd7e87e1253fdb47 authored almost 7 years ago
parse html entities in text values, fixes #40

github.com/NaturalIntelligence/fast-xml-parser - 4c351421c707ccb787ecd5fae3173aa51582b0cd authored almost 7 years ago
ignore bundle js file from npm

github.com/NaturalIntelligence/fast-xml-parser - c479b5ee77cc2e0177d12b2e379b1b77c26b39a5 authored almost 7 years ago
refactor source folder name

github.com/NaturalIntelligence/fast-xml-parser - 42aaac1bf3c21736d02b3e1823009fa9f4e1f01a authored almost 7 years ago
Add changelog and bump the version

github.com/NaturalIntelligence/fast-xml-parser - 71680008ac4ab377832d00ba292a252f2cbf39c4 authored almost 7 years ago
Merge pull request #37 from j0k3r/crlf

Correctly remove CRLF line breaks

github.com/NaturalIntelligence/fast-xml-parser - 6d1e8df717080ce2f857a8c43d5db6c6dc4664f4 authored almost 7 years ago
Correctly remove CRLF line breaks

github.com/NaturalIntelligence/fast-xml-parser - 8dced436f7e5ff1e5bf28de497d588ef523d0914 authored almost 7 years ago
Enable to parse attribute in online editor

github.com/NaturalIntelligence/fast-xml-parser - bde65f81d38b11fe1106d3d4bf1e5c415e7f8c5b authored almost 7 years ago
Fix testing demo app test

github.com/NaturalIntelligence/fast-xml-parser - 4a8cd16ea251a645251b93407dfa5cc2d7a60880 authored about 7 years ago
Add options for online demo

github.com/NaturalIntelligence/fast-xml-parser - ce8a8a8584f19a5edcea46f7eda1aa7d21f6dbbd authored about 7 years ago
comment test to start asserting tagname starting with XML

github.com/NaturalIntelligence/fast-xml-parser - 10cddfbb17f07800fc066b567ece2f7938c26e21 authored about 7 years ago
bump the version for release

github.com/NaturalIntelligence/fast-xml-parser - fa7f8cd189ca5b95c1267b8ac6dd9e5242ea6ae8 authored about 7 years ago