dev

full changelog

0.9.0 / 2012-12-22

full changelog

  • Added Pump::XML#to_structs

0.8.0 / 2012-12-18

full changelog

  • Added Pump::JSON#to_structs

0.7.0 / 2017-06-26

full changelog

  • Fixed Fixnum warning in Ruby 2.4.1
  • Test against ruby 2.3 and 2.4
  • Updated to OJ 3.2

0.6.6 / 2014-07-03

full changelog

  • XML: Remove ilegal chars from string values also on multiple line strings

0.6.5 / 2014-07-03

full changelog

  • XML: Remove ilegal chars from string values

0.6.4 / 2013-11-08

full changelog

  • :fields option is now supported on array in JSON and XML

0.6.3 / 2013-11-08

full changelog

  • Pump::Xml allow partial output with :fields option
  • Pump::JSON allow partial output with :fields option

0.6.2 / 2013-07-26

full changelog

  • Pump::Encoder now forces loading of ActiveRecord::Relation to detect array
  • Format times correctly with OJ options alone (does not rely on activesupports to_json)

0.6.1 / 2013-07-25

full changelog

  • Fixed issues with time/date objects in JSON
  • XML defaults now to dasherized key names, JSON to underscores
  • Added :xml_key_style & :json_key_style options

0.6.0 / 2013-07-24

full changelog

  • Added JSON serialization
  • Added simple inheritance for encoders