Skip to content

Releases: TBPixel/xml-streamer

1.5.3

14 Mar 16:59
f340ee0
Compare
Choose a tag to compare
  • Provided Client always rewinds stream at end of iteration; resolves #20.

1.5.2

12 Mar 19:00
Compare
Choose a tag to compare
  • Re-addresses issue #21, resolving it properly this time.

1.5.1

11 Mar 23:20
0ec58fc
Compare
Choose a tag to compare
  • Resolves an issue where ReaderStream did not iterate every record correctly; fixes #21.

1.5.0

11 Mar 17:36
85945f6
Compare
Choose a tag to compare
  • Allows the client to return an array of items, resolving #17.

1.4.0

11 Mar 17:28
a62542f
Compare
Choose a tag to compare
  • Allows the client to be countable, resolving #16.

1.3.0

11 Mar 17:11
85728e2
Compare
Choose a tag to compare
  • Implements mutation testing library infection.
  • Fixes an issue where the cursor was not wrapping correctly and adds tests.
  • Fixes an issue where the XMLReader based streams did not properly rewind.
  • Fixes an issue where __toString may throw an exception.
  • Fixes an issue where iterating by tag name only returned the first result.

1.2.0

05 Mar 22:07
3938cc9
Compare
Choose a tag to compare
  • Resolve issue #12, implementing IteratorAggregate onto the client to allow for convenient looping.

1.1.2

14 Feb 17:11
f0131f3
Compare
Choose a tag to compare
  • Resolves issue #8, fixing stream size calculation and adjusting tests accordingly.

1.1.1

13 Feb 18:11
d1d9032
Compare
Choose a tag to compare
  • Resolves issue #6, adding __destruct magic method to ReaderStream to close stream on object destruct.

1.1.0

12 Feb 16:56
f6ba6de
Compare
Choose a tag to compare
  • Resolves issue #3, adding the ability to pass a tag name to a reader stream and get it to iterate manually.