Camaro Versions Save

camaro is an utility to transform XML to JSON, using Node.js binding to native XML parser pugixml, one of the fastest XML parser around.

v6.2.3

2 months ago
  • add env var (CAMARO_FORCE_SINGLE_THREAD) to disable worker pool

v6.2.2

4 months ago

v6.2.1-rc0

8 months ago

6.2.0

1 year ago

rebuild with latest emsdk image to fix issue with node 18 and fetch

6.1.0

3 years ago
  • use worker_threads only when available. expect performance drop if use node < 12.

6.0.4

3 years ago

6.0.1

3 years ago
  • fix 6.0.0 release, missing worker.js file in files section of package.json.

6.0.0

3 years ago
  • drop ready(). Introducing this method was a mistake.
  • drop support for Node < 12
  • make use of worker_threads module (avail since Node 12)
  • no longer works on the web
  • major performance improvement.

To upgrade from v5

  • Just remove .ready() call.
  • Update to a recent Node version (12+)

3.0.19

4 years ago

camaro 3.0.19