Skip to content

Releases: manojc/xtreamer

Readme Update

10 Oct 21:32
a8fd579
Compare
Choose a tag to compare

Updated readme & added badges to show current package status.

No code changes involved.

Patch - Fix For Global Variable Leak

10 Oct 15:12
Compare
Choose a tag to compare

Added declaration for indices variable to avoid global leak.

No breaking changes.

Handling & Skipping Tag Occurrences In Comments & Cdata

18 Sep 22:21
Compare
Choose a tag to compare

Issue Fixes

  • As a corner case scenario, tag name occurrences in comments / cdata was resulting in partial xml nodes.

Breaking Changes

  • None

Options Support, Minor Bug Fixes & Tests

03 Sep 21:29
Compare
Choose a tag to compare

What's New?

  • Added support to override the maximum in memory data holding limit using options object.
  • Updated tests and readme for better understanding.

Breaking Changes

None