Skip to content

Releases: ruby/psych

v3.0.0

01 Dec 02:17
1400402
Compare
Choose a tag to compare
  • Add :symbolize_names option to Psych.load, Psych.safe_load like JSON.parse
    #333, #337
    * Add Psych::Handler#event_location
    #326
    * Make frozen string literal = true
    #320
    * Preserve time zone offset when deserializing times
    #316
    * Removed deprecated method aliases for syck gem
    #312

v3.0.0.beta4

17 Nov 08:41
462a9a0
Compare
Choose a tag to compare

What's Changed

  • Parse.load with an IO/File which has a non-YAML allowed encoding will… by @enebo in #328
  • Add Psych::Handler#event_location by @asterite in #326
  • Double quote stings that contain single quotes only by @knugie in #325
  • Fixup Recorder example documentation by @petekinnecom in #330
  • CI against Ruby 2.4.2, 2.3.5 and 2.2.8 by @pocke in #332
  • Add :symbolize_names option to Psych.load like JSON.parse by @k0kubun in #333

New Contributors

Full Changelog: v3.0.0.beta3...v3.0.0.beta4

v3.0.0.beta3

17 Nov 08:41
4039a81
Compare
Choose a tag to compare

What's Changed

  • Make frozen string literal = true by @hsbt in #320
  • Cross Compilation task for mingw platform by @hsbt in #321

Full Changelog: v3.0.0.beta2...v3.0.0.beta3

v3.0.0.beta2

17 Nov 08:41
0ecb87c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.4...v3.0.0.beta2

v2.2.4

17 Nov 08:41
Compare
Choose a tag to compare

Full Changelog: v2.2.3...v2.2.4

v2.2.3

17 Nov 08:41
Compare
Choose a tag to compare

Full Changelog: v2.2.2...v2.2.3

v2.2.2

17 Nov 08:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.1...v2.2.2

v2.2.1

17 Nov 08:41
Compare
Choose a tag to compare

What's Changed

  • Make Psych::Emitter store the IO object in an instance variable by @rhenium in #296
  • Unify Psych version constants to psych/versions.rb. by @hsbt in #298
  • Removed HAVE_RUBY_ENCODING_H by @hsbt in #301
  • Works with JRuby by @hsbt in #302

New Contributors

Full Changelog: v2.2.0...v2.2.1

v2.2.0

17 Nov 08:41
0d16708
Compare
Choose a tag to compare

What's Changed

  • Enabled to test with Appveyor by @hsbt in #266
  • convert markdown format from rdoc by @hsbt in #294

Full Changelog: v2.1.1...v2.2.0

v2.1.1

17 Nov 08:41
f5a5fae
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.1.1