Skip to content

Releases: thisismydesign/json-streamer

v2.1.0

25 Nov 14:21
Compare
Choose a tag to compare
  • New feature: custom event generators
  • New feature: when not passed a block get and get_with_conditions return an Enumerable with the requested objects
  • Discarded the idea to deprecate and move symbolize_keys

v2.0.1

29 Sep 09:35
Compare
Choose a tag to compare

Adds description to README about callback constraint (Issue #9)

v2.0.0

19 Sep 01:01
Compare
Choose a tag to compare

Major version bump: the compatibility of documented features have NOT been broken however some non-private methods have been moved around therefore technically breaking compatibility. Please continue to rely on documented features only or raise an issue if you're unsure.

  • Created abstraction layers for the callback handler and conditions
  • Introduced custom conditions
  • Reverted fix for Issue #8 which caused values to be stuck in memory
  • Reorganised and added new test cases

v1.3.0

16 Sep 21:09
Compare
Choose a tag to compare

Adds symbolize keys feature (Issue #6)

v1.2.1

16 Sep 00:08
Compare
Choose a tag to compare

Fixes API versions in README

v1.2.0

16 Sep 00:07
Compare
Choose a tag to compare

Provides new module-level API

v1.1.2

15 Sep 22:24
Compare
Choose a tag to compare

Fixes Issue #8 Array values consumed
Fixes Issue #7 when parsing a json array, [] object yielded at end
Big refactoring and additional test cases

v1.1.1

15 Sep 15:36
Compare
Choose a tag to compare

Fixes Issue #7
Removes unneeded dev dependency

v1.1.0

29 May 19:36
Compare
Choose a tag to compare
  • Support for EventMachine style input (Issue #4, Pull #5)

v1.0.0

24 May 11:49
Compare
Choose a tag to compare

With this version the gem reached production quality and is considered stable

  • Fixed handling of non-hash values in arrays
  • Added memory usage tests