Ecosyste.ms: OpenCollective

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

github.com/NaturalIntelligence/fast-xml-parser

Validate XML, Parse XML and Build XML rapidly without C/C++ based libraries and no callback.
https://github.com/NaturalIntelligence/fast-xml-parser

Update ISSUE_TEMPLATE.md

ce2c41a271c2a0d58e1c226183429c027327a62b authored over 6 years ago by Amit Gupta <[email protected]>
revert changes to support old version of node

8c0daa6574c4028971218bf832c46a257536f159 authored over 6 years ago by Amit Gupta <[email protected]>
update dependencies

e4d8e4bdb02130d71b1015992a55a4a98a247ca0 authored over 6 years ago by Amit Gupta <[email protected]>
Update CONTRIBUTING.md

506f93f5e164b676d5c82cdd64ba5c9f6eaec447 authored over 6 years ago by Amit Gupta <[email protected]>
Update changelog

af22852871833e5363945d8f1e684b299ce65be3 authored over 6 years ago by Amit Gupta <[email protected]>
remove babel dependencies until needed

f22a924d392329850e39c18c66f8eadeb0688525 authored over 6 years ago by Amit Gupta <[email protected]>
include all css js lib in demo app

1987ce2c94268ba9d257338ff9a67a33c3c24fe2 authored over 6 years ago by Amit Gupta <[email protected]>
fix #77: parse even if closing tag has space before '>'

XML to JSON parsing problem when end tag name contains space before the '>'

6afa829a90cd694911abf252ae2ee408149c8b80 authored over 6 years ago by Amit Gupta <[email protected]>
Merge pull request #76 from recca0120/patch-1

fix error TS7006

b264d0ec59fd6a3e62c2b692f7cd242b730ffe5e authored over 6 years ago by Amit Gupta <[email protected]>
fix error TS7006

Parameter 'schema' implicitly has an 'any' type

79853ba5775c247270e9d5cf81af95d09eb27e3c authored over 6 years ago by Recca Tsai <[email protected]>
Merge pull request #75 from tomasbruckner/master

fix #74: TS2314 compiler error

cea32175155453c30eccc5abc4730167b83125ac authored over 6 years ago by Amit Gupta <[email protected]>
Changelog and version 3.3.9

516037c6a64f5a99462d6350f3ae854c892a9bd7 authored over 6 years ago by Tomas Bruckner <[email protected]>
fix #74: TS2314 compiler error

e4810bb09e956f50669ac31cc741c8df7208cc81 authored over 6 years ago by Tomas Bruckner <[email protected]>
Update ISSUE_TEMPLATE.md

2c225daf6ec97a17aa7b8177d7ed7fea978f07ae authored over 6 years ago by Amit Gupta <[email protected]>
Update ISSUE_TEMPLATE.md

27a56afac7aa53ec2fef178189e0cf46af2c3672 authored over 6 years ago by Amit Gupta <[email protected]>
remove update dependecy accidently added

149d70c505c9b73160084be57918eec77c70c449 authored over 6 years ago by Amit Gupta <[email protected]>
make node backward compatible

2c4a280d1acd979675f4c559089750ffc91625f2 authored over 6 years ago by Amit Gupta <[email protected]>
fix #73 : IE doesn't support Object.assign

4a6169dd6da9c1b3c12af5eb412349e0428804f7 authored over 6 years ago by Amit Gupta <[email protected]>
Change logo position

e408d4637a1bc686fa4c804050d58e4fc1ee8187 authored over 6 years ago by Amit Gupta <[email protected]>
Add logo

1814661605edea1d536995734fe54cdf19f6077e authored over 6 years ago by Amit Gupta <[email protected]>
Update read me

46d98fac214e5dfaeece0ae19423631f16dd42a4 authored over 6 years ago by Amit Gupta <[email protected]>
fix: use let insted of const in for loop

240610fe3fb16f5220ab08b67832cacfba5bb20e authored over 6 years ago by Amit Gupta <[email protected]>
Update README.md

430e238be2de7fd603c8263497eb7038597ec6a9 authored over 6 years ago by Amit Gupta <[email protected]>
Update README.md

9d249847df6ed5e8eed4403d88db228dea9ce735 authored almost 7 years ago by Amit Gupta <[email protected]>
Merge pull request #71 from bb/master

first draft of typings for typescript #69

273416bc8d48887a7432d095a09531d040e3e85c authored almost 7 years ago by Amit Gupta <[email protected]>
reference newly added typings in package.json

needed for automatic discovery

4dbd87f544eaaca53cc49cfd1503e191de14ab86 authored almost 7 years ago by Benjamin Bock <[email protected]>
add some typings for typescript usage

2d6594c750166d6415684da0df1fd8d8f5419469 authored almost 7 years ago by Benjamin Bock <[email protected]>
Merge pull request #70 from bb/patch-1

fix some typos in readme

04fe4508c7f10c7656f1748a8f864e68c02d088c authored almost 7 years ago by Amit Gupta <[email protected]>
fix some typos in readme

just some spelling corrections.

Thanks for creating fxp!

a2868189eaba0a15a9db2fa6433484f51142f575 authored almost 7 years ago by Benjamin Bock <[email protected]>
Update README.md

5952560ef458be8da69ab27067d442a3ffba4471 authored almost 7 years ago by Amit Gupta <[email protected]>
change arrow functions to full notation for IE compatibility

ef89ac66d4c654ab54bd7018d44001b4bc6e38da authored almost 7 years ago by Amit Gupta <[email protected]>
update changelog

d076ea602b8efd475af3ae9b499f28aacfcfa92e authored almost 7 years ago by Amit Gupta <[email protected]>
bump the version and update browser bundle

349c293f3660925c92268ea3c764b17f696bdd43 authored almost 7 years ago by Amit Gupta <[email protected]>
fix #67 : attrNodeName invalid behavior

It was happening when attribute name prefix was set as blank.
When attr node name is present the...

43f058410bebf037f9adab5654cf61e55d804ce5 authored almost 7 years ago by Amit Gupta <[email protected]>
fix: remove decodeHTML char condition

fe15a1da716efa5498f63dda9c7e9ac9e72fe1c7 authored almost 7 years ago by Amit Gupta <[email protected]>
adding manual transformation of "const", "let" to "var" until find the proper solution

a28ef6099f2f20cf2e45bf6320fa44b21ccdf3f8 authored almost 7 years ago by Amit Gupta <[email protected]>
Add "use strict"

3a60f70f60ca0cbbb237293016381d8ba7e3f1b0 authored almost 7 years ago by Amit Gupta <[email protected]>
update next to do

3b098b3d11e856cb3bc088f4a84cf0640c8c0978 authored almost 7 years ago by Amit Gupta <[email protected]>
update generated browser bundle, and version

e7b8715ca66ed4c133fa17d8b1f312e395840070 authored almost 7 years ago by Amit Gupta <[email protected]>
remove reference to "he" package

d788cb22a012bc248d214a6efdca806d2f7d6e0d authored almost 7 years ago by Amit Gupta <[email protected]>
Remove the dependency from "he" package to make it user's choice and keep the size of original lib small.

5ac57a508b8156549e8e9c01848d5f7e627e43f9 authored almost 7 years ago by Amit Gupta <[email protected]>
update perf tests

3c885b2d6ddb33fa5c5b799b534c92afc1b47113 authored almost 7 years ago by Amit Gupta <[email protected]>
refactoring

5b2b0cb8d2a6e69e18398f282ba33e98f65ba792 authored almost 7 years ago by Amit Gupta <[email protected]>
transform XML string to json string

code is partially implemented. will complete in free time.

f0fb21f4ebf42a9d6735168b4033d9156edf0785 authored almost 7 years ago by Amit Gupta <[email protected]>
bump the version

d41e128645d7a26c733d05b3e4d523a805acc11a authored almost 7 years ago by Amit Gupta <[email protected]>
fix npmignore not to exclude src folder

1d5888ce456d0a519b84ec7c66f4c017d123f2f0 authored almost 7 years ago by Amit Gupta <[email protected]>
upgrade yarn

d8254f19fbedc8f19fca7e3e5841ad67876f9bc1 authored almost 7 years ago by Amit Gupta <[email protected]>
bump the version

85b2d2a0f7580de16852103415cd0b1783d12375 authored almost 7 years ago by Amit Gupta <[email protected]>
fix: add "use strict" to nimndata.js

a4e21db593bad12b18d107b7c35ad466b3bd713a authored almost 7 years ago by Amit Gupta <[email protected]>
exclude perf test file from travis run

58069f46ef418fff21d0493dc43bcc867efae432 authored almost 7 years ago by Amit Gupta <[email protected]>
install coverall only on travis to report coverage report

f4557adb7c1145c5d6db05156e26cbde8aaa5a7a authored almost 7 years ago by Amit Gupta <[email protected]>
remove dependency from opencollective package

created own postinstall task

eceb14e9a4ad322b61c4736afb461c4227e31e3d authored almost 7 years ago by Amit Gupta <[email protected]>
revert back to browserify

reasons:
1. running travis build on old nodejs versions. Somehow travis cli was failing to insta...

3b511a41cabd38f17f787aad7a257ab6e7ed155e authored almost 7 years ago by Amit Gupta <[email protected]>
Update README for contributors

9ff9467cc3dba1d22e2dcb0fe371fabfc87dd52a authored almost 7 years ago by Amit Gupta <[email protected]>
Update CONTRIBUTING.md

867b25635b153791f9ea1600cf397ef8a796cec7 authored almost 7 years ago by Amit Gupta <[email protected]>
Create pull_request_template.md

6b2a2dba91ef31bb013c2731509e1ade69a6b3a9 authored almost 7 years ago by Amit Gupta <[email protected]>
Update CONTRIBUTING.md

4c52fba0739c9c4809f8f7869f06dc99f12734f4 authored almost 7 years ago by Amit Gupta <[email protected]>
Merge pull request #61 from Delagen/master

code reworks, bitHound fixes, attached eslint

a90f66d9d5587254640ae865092189d23993c24b authored almost 7 years ago by Amit Gupta <[email protected]>
restore LICENSE

a766a4e07a07468afb781eb18b5792c91ccbe531 authored almost 7 years ago by Vohmyanin Sergey Vasilevich <[email protected]>
code reworks, bitHound fixes, attached eslint

b0b12a0e141c5441e861223f9769cbfc7febc7e0 authored almost 7 years ago by Vohmyanin Sergey Vasilevich <[email protected]>
update changelog and nexttodo

354aab96bcc29b1feb1e0f62ffa6cb9a19a5bbf4 authored almost 7 years ago by Amit Gupta <[email protected]>
Update read me

af57ad11999c6670341bbacd936541e4021e7e46 authored almost 7 years ago by Amit Gupta <[email protected]>
use common default options for XML parsing for consistency. And create parseToNimn method.

b3d583c1f4b1fd6fb3ae7d502a712a72bff074ca authored almost 7 years ago by Amit Gupta <[email protected]>
bump the version

7a66bbe87ee05cc2bc0e6d0e51865942b0649cb5 authored almost 7 years ago by Amit Gupta <[email protected]>
generate browser bundle

9089048b4427cb2ed39736baef97e67b1f8ff1f1 authored almost 7 years ago by Amit Gupta <[email protected]>
Update read me with separate line for donate buttons

d19f65d185e3f197eaa40a002a7ee73e27392423 authored almost 7 years ago by Amit Gupta <[email protected]>
nimndata: add options, handle array

de6ce99eab146c9436eaf97ae66d0c2d67053309 authored almost 7 years ago by Amit Gupta <[email protected]>
Revert "remove unneded nimnjs dependency, move opencollective to devDependencies and replace it with more light opencollective-postinstall"

This reverts commit d47aa7181075d82db4fee97fd8ea32b056fe3f46.

834e067111fed18ad7e75a5fb57e45086b19b798 authored almost 7 years ago by Amit Gupta <[email protected]>
update CONTRIBUTING.ms mentioning nexttodo

379282a8c19ab94402cda45ddf1b5cb0c70d5aba authored almost 7 years ago by Amit Gupta <[email protected]>
update package json

7e54d51d471586f37a1d191c682c92365177a86d authored almost 7 years ago by Amit Gupta <[email protected]>
validate xml processing instruction tags #62

1e611660f546c355bfe50c89e01bd2bb50dfa82c authored almost 7 years ago by Amit Gupta <[email protected]>
add xml to nimn data converter

b8c4053afa7ce533e5dc15826309c4e776ad321a authored almost 7 years ago by Amit Gupta <[email protected]>
nimndata: handle attributes and text node

ced3a45cb12389207c16d8438a476fea535298ca authored almost 7 years ago by Amit Gupta <[email protected]>
add negative case for XML PIs

df354118902350c7b82b5015b45bf9b05b478a73 authored almost 7 years ago by Amit Gupta <[email protected]>
update nexttodo

d0ae1c561f374f27580939059cec68845891d00a authored almost 7 years ago by Amit Gupta <[email protected]>
x2j: direct access property with tagname

ea7de8e6ab9dbc392684852a7cc8e3bc2a10b5ae authored almost 7 years ago by Amit Gupta <[email protected]>
fix validator when single quote presents in value enclosed with double quotes or vice versa

ce807e73817532c1720493123107b088c95b6ad2 authored almost 7 years ago by Amit Gupta <[email protected]>
update README about XML to Nimn transformation and remove special notes about 3.x release

a645d0957ae856d980cbc463288a01509005e824 authored almost 7 years ago by Amit Gupta <[email protected]>
nimndata: handle array with object

113f9787ff994d8adcf8b5943261d70418d3a2b5 authored almost 7 years ago by Amit Gupta <[email protected]>
nimndata: node with nested node and text node

87eaa9592a5d81e1c9297028e19a7b9d4fd0f125 authored almost 7 years ago by Amit Gupta <[email protected]>
update changelog

668843b2e220e8c59d9ac3f63b33d8849ba8f083 authored almost 7 years ago by Amit Gupta <[email protected]>
Merge pull request #63 from HaroldPutman/suppress-undefined

Keep undefined nodes out of the XML output.

87c9324345cb397328e68a73779b64a6c122911d authored almost 7 years ago by Amit Gupta <[email protected]>
Keep undefined nodes out of the XML output.

This is useful when you are deleting nodes from the JSON and rewriting XML. While I could see a ...

007a3a84a34ab8a3cc9f392c680b0360987c73d3 authored almost 7 years ago by Harold Putman <[email protected]>
Create nexttodo.md

7d0a8c5409001b5d45e8f36fd619500ed1c3a01f authored almost 7 years ago by Amit Gupta <[email protected]>
Merge pull request #59 from Delagen/master

remove unneded nimnjs dependency, move opencollective to devDependenc…

1a8891014f2c13a97f65ddac86cb04e5a5c8dda6 authored almost 7 years ago by Amit Gupta <[email protected]>
exclude static from bitHound tests

08f1cb9e7a8ebf1f31164a4532f239ebbfca5762 authored almost 7 years ago by Vohmyanin Sergey Vasilevich <[email protected]>
remove unneded nimnjs dependency, move opencollective to devDependencies and replace it with more light opencollective-postinstall

d47aa7181075d82db4fee97fd8ea32b056fe3f46 authored almost 7 years ago by Vohmyanin Sergey Vasilevich <[email protected]>
add package lock

5614beb1b4adac47355c6716bc3c49ab7da84ed5 authored almost 7 years ago by Amit Gupta <[email protected]>
update changelog

5e2547faf959d4a93e2e024c390f36e32f500289 authored almost 7 years ago by Amit Gupta <[email protected]>
update package information

23147601e692d9e1ef6e47aba29a48869ef3021a authored almost 7 years ago by Amit Gupta <[email protected]>
Merge pull request #57 from Delagen/master

fix namespaces can contain the same characters as xml names

545ecb7d9694e4b59d463b3a13b9563a1a743220 authored almost 7 years ago by Amit Gupta <[email protected]>
fix namespaces can contain the same characters as xml names

9a6dbcb3ea051e1f8dd156f2d9dd2aed02969252 authored almost 7 years ago by Vohmyanin Sergey Vasilevich <[email protected]>
Update README.md

1b2f66789a81143e788f3e705cdbb614c1c9eed1 authored almost 7 years ago by Amit Gupta <[email protected]>
Update ISSUE_TEMPLATE.md

748814ceb6d74023b9bbc7786cf18ef3b187b59e authored almost 7 years ago by Amit Gupta <[email protected]>
generate browser bundle

a10610c95f4e4c8dfc3a2cc83b685ab39d1b556e authored almost 7 years ago by Amit Gupta <[email protected]>
update changelog

270ff5671c827355d9ab9bf953928d68b10d809b authored almost 7 years ago by Amit Gupta <[email protected]>
fix bug: don't remove xmlns until ignoreNameSpace is set to true

1065c15c2d74ba74509c54169472091a81091ed1 authored almost 7 years ago by Amit Gupta <[email protected]>
Create CONTRIBUTING.md

c783533e33b2cef3b78428b9aa9ce20bda3861a8 authored almost 7 years ago by Amit Gupta <[email protected]>
Update changelog

94f92bc80c092ee9e818dba8d3c62b9a515ecddc authored almost 7 years ago by Amit Gupta <[email protected]>
fix: empty attribute should be parsed

4787f6025098214efeb60693304897898b272513 authored almost 7 years ago by Amit Gupta <[email protected]>