Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.05 KB

HISTORY.md

File metadata and controls

26 lines (19 loc) · 1.05 KB

Release History Summary

  • Migrate Travis CI to container based infrastructure (#53)
  • Add a #recursive_to_h method (#43, thanks @blinsay)
  • Support ruby's pretty printing with line-wrapping like Struct (#46)
  • Fix zero-field Value class edge case (#23)
  • Fix Gemfile.lock issue (#22)
  • Add a #with method to support hash value replacement (#24)
  • Add a #to_h method to support conversion to Hash like OpenStruct (#27)
  • Add Travis CI and badge (#28)
  • Add CodeCov.io and badge (#29, #36 )
  • Add gem version badge (#30)
  • Document with YARD and add a rubydoc.info link to docs (#38)
  • Document that it also replaces OpenStruct (via #with and #to_h) (#39)
  • Add HISTORY.md
  • (first release in HISTORY.md)