Skip to content

Releases: ruby/psych

v3.0.3.pre3

17 Nov 08:41
1ccddd2

Choose a tag to compare

v3.0.3.pre2

17 Nov 08:41
62c1365

Choose a tag to compare

v3.1.0.pre1

17 Nov 08:41
229c32c

Choose a tag to compare

What's Changed

  • Add more test cases for fallback of Psych.load_file by @stomar in #356
  • Add more test cases for fallback of Psych.load_file by @stomar in #357
  • Correct doc typo "achor" should be "anchor" by @utilum in #359
  • Fix fallback keyword argument of Psych.load by @stomar in #346
  • Added tests for special cases and better overall API test coverage by @sorryeh in #366
  • Unify Psych's API by @sorryeh in #358
  • Upgrade vendored libyaml 0.2.1 from 0.1.7 by @hsbt in #368
  • Create a LICENSE for the project. by @sorryeh in #369
  • Try to use version constants from versions.rb again by @hsbt in #373
  • Update latest rubies by @hsbt in #374
  • Add a contribution file to help others contribute by @sorryeh in #370

New Contributors

Full Changelog: v3.0.3.pre1...v3.1.0.pre1

v3.0.3.pre1

17 Nov 08:41
97af871

Choose a tag to compare

What's Changed

  • Add more test cases for fallback of Psych.load_file by @stomar in #345
  • README: add ruby annotation to Example by @olleolleolle in #347
  • Removed stale .gitignore file [ci skip] by @nobu in #350
  • Document Psych.dump options by @zverok in #351

New Contributors

Full Changelog: v3.0.2...v3.0.3.pre1

v3.0.2

17 Nov 08:41
dd8bb41

Choose a tag to compare

What's Changed

  • Improve docs for Psych.safe_load by @stomar in #338
  • Convert fallback option to a keyword argument by @stomar in #342

Full Changelog: v3.0.1...v3.0.2

v3.0.1

17 Nov 08:41
843256b

Choose a tag to compare

Full Changelog: v3.0.0...v3.0.1

v3.0.0

01 Dec 02:17
1400402

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

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

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

Choose a tag to compare

What's Changed

New Contributors

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