Releases: ruby/psych
Releases · ruby/psych
v3.2.0
What's Changed
- add ruby 2.6 to travis by @colby-swandale in #380
- Exception backtraces should round trip by @tenderlove in #382
- Dump ivars befor hash elements by @tenderlove in #384
- Add test to demonstrate issue deserializing hash with ivar by @jkowens in #383
- Retired to write CHANGELOG.rdoc by @hsbt in #389
- Set up CI with Azure Pipelines by @hsbt in #391
- Remove string_cache in ScalarScanner by @casperisfine in #400
- Reduce string allocations in scalar_scanner by @casperisfine in #399
- Make psych.so deterministic by @jeremyevans in #403
- Drop to support fat gem by @hsbt in #408
- Deduplicate hash keys if they're strings by @casperisfine in #409
- Suppress uninitialized instance variable warnings by @nobu in #411
- Get rid of C90 feature by @nobu in #413
- Set required_ruby_version to 2.4.0 by @casperisfine in #415
- Try to use GitHub Actions by @hsbt in #418
- Remove taint support by @jeremyevans in #419
- Actions CI - Create windows.yml by @MSP-Greg in #421
- Freeze parsing option by @casperisfine in #414
- Migrate JRuby tasks to GitHub Actions. by @hsbt in #425
- Check for SnakeYAML version to confirm it's 1.21+ by @headius in #429
- Use
ruby/setup-ruby
to try fix CI by @deivid-rodriguez in #434 - Actions ubuntu-jruby - remove rvm, use ruby/setup-ruby by @MSP-Greg in #435
- Update Actions by @MSP-Greg in #432
- Fix gem installation by @deivid-rodriguez in #437
- Add LICENSE to the gem by @sunpoet in #446
- Update workflows/windows.yml - use setup-ruby-pkgs by @MSP-Greg in #449
- Remove unnecessary check on version by @deivid-rodriguez in #433
- Fixing compatibility with libyaml 0.2.5 by @tenderlove in #451
- Fix ArgumentError with leading and trailing underscores in number str… by @mthorn in #438
- Merge from ruby by @nobu in #453
- Fix anchor lookup with symbolized names by @casperisfine in #455
- Bump libyaml version to 0.2.5 by @hsbt in #456
- Update SNAKEYAML CVE-2017-18640 by @SzymonKowalczyk in #457
- Remove private_iv_get by @headius in #458
New Contributors
- @colby-swandale made their first contribution in #380
- @jkowens made their first contribution in #383
- @jeremyevans made their first contribution in #403
- @sunpoet made their first contribution in #446
- @mthorn made their first contribution in #438
- @SzymonKowalczyk made their first contribution in #457
Full Changelog: v3.1.0...v3.2.0
v3.1.0
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
- 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
- Add Deprecation Warnings to the unified interface of Psych by @sorryeh in #360
- Ignore warnings by @hsbt in #375
- Add comment for require fallback in Ruby repository; fix typo by @stomar in #376
- Use secure connection for pyyaml.org domain by @esparta in #377
- Use friendlier terminology in YAML.safe_load by @JuanitoFatas in #378
- Add uplelvel to deprecation warning of Psych by @koic in #379
New Contributors
- @zverok made their first contribution in #351
- @utilum made their first contribution in #359
- @sorryeh made their first contribution in #366
- @esparta made their first contribution in #377
- @JuanitoFatas made their first contribution in #378
- @koic made their first contribution in #379
Full Changelog: v3.0.2...v3.1.0
v3.1.0.pre2
What's Changed
- Add Deprecation Warnings to the unified interface of Psych by @sorryeh in #360
- Ignore warnings by @hsbt in #375
- Add comment for require fallback in Ruby repository; fix typo by @stomar in #376
- Use secure connection for pyyaml.org domain by @esparta in #377
New Contributors
Full Changelog: v3.1.0.pre1...v3.1.0.pre2
v3.0.3
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
v3.0.3.pre4
Full Changelog: v3.0.3.pre3...v3.0.3.pre4
v3.0.3.pre3
Full Changelog: v3.0.3.pre2...v3.0.3.pre3
v3.0.3.pre2
Full Changelog: v3.0.3.pre1...v3.0.3.pre2
v3.1.0.pre1
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
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