Recent Releases of https://github.com/ruby/psych
https://github.com/ruby/psych - v5.3.1
What's Changed
- bump snakeyaml-engine to 2.10 (jruby) by @kares in https://github.com/ruby/psych/pull/762
- Replace C extension
ToRuby#init_datawithData#initializebind_call by @nevans in https://github.com/ruby/psych/pull/765
Full Changelog: https://github.com/ruby/psych/compare/v5.3.0...v5.3.1
- Ruby
Published by github-actions[bot] 24 days ago
https://github.com/ruby/psych - v5.3.0
What's Changed
- Use the latest stable version for trusted publisher by @hsbt in https://github.com/ruby/psych/pull/732
- Alias value or join to take in old Ruby by @hsbt in https://github.com/ruby/psych/pull/733
- Removed unnecessary workaround by @hsbt in https://github.com/ruby/psych/pull/734
- Test with ppc64le and s390x by @hsbt in https://github.com/ruby/psych/pull/738
- CI: Skip ppc64le/s390x cases in forked repositories. by @junaruga in https://github.com/ruby/psych/pull/739
- Remove warning by not calling find_library after pkg_config by @etiennebarrie in https://github.com/ruby/psych/pull/744
- CI: test.yml: test-ibm: Use nproc instead of hard-coded number 2. by @junaruga in https://github.com/ruby/psych/pull/745
- Add a workflow to sync commits to ruby/ruby by @k0kubun in https://github.com/ruby/psych/pull/746
- Replace Ruby 3.5 with Ruby 4.0 by @yahonda in https://github.com/ruby/psych/pull/751
- Fix usage of rb_struct_initialize() to pass an Array of members values and not a Hash and add TruffleRuby in CI by @eregon in https://github.com/ruby/psych/pull/749
- Remove y Object extension in IRB by @runephilosof in https://github.com/ruby/psych/pull/748
- Add option to disable symbol parsing for ScalarScanner by @calebstewart in https://github.com/ruby/psych/pull/741
- Use Node#to_ruby parse_symbols option by @etiennebarrie in https://github.com/ruby/psych/pull/755
- Replaced macos-15-intel from macos-13 by @hsbt in https://github.com/ruby/psych/pull/759
New Contributors
- @etiennebarrie made their first contribution in https://github.com/ruby/psych/pull/744
- @yahonda made their first contribution in https://github.com/ruby/psych/pull/751
- @runephilosof made their first contribution in https://github.com/ruby/psych/pull/748
- @calebstewart made their first contribution in https://github.com/ruby/psych/pull/741
Full Changelog: https://github.com/ruby/psych/compare/v5.2.6...v5.3.0
- Ruby
Published by github-actions[bot] about 1 month ago
https://github.com/ruby/psych - v5.2.6
What's Changed
- Fix dumping
StringIO(and potentially others) on Ruby <= 2.7 by @Earlopain in https://github.com/ruby/psych/pull/729
New Contributors
- @Earlopain made their first contribution in https://github.com/ruby/psych/pull/729
Full Changelog: https://github.com/ruby/psych/compare/v5.2.5...v5.2.6
- Ruby
Published by matzbot 8 months ago
https://github.com/ruby/psych - v5.2.5
What's Changed
- Fix loading/parsing regular expressions with forward slashes by @mamhoff in https://github.com/ruby/psych/pull/715
- Data object encoding by @nevans in https://github.com/ruby/psych/pull/692
- Fix error in @dispatch_cache default value by @srawlins in https://github.com/ruby/psych/pull/188
- Ensure to remove the test constants by @nobu in https://github.com/ruby/psych/pull/727
- Refine Ruby 3.5 Set support. by @byroot in https://github.com/ruby/psych/pull/728
- Adding safe_load_stream: a ( nearly ) equivalent to load_stream, but safe by @OrenGitHub in https://github.com/ruby/psych/pull/724
New Contributors
- @mamhoff made their first contribution in https://github.com/ruby/psych/pull/715
- @nevans made their first contribution in https://github.com/ruby/psych/pull/692
- @srawlins made their first contribution in https://github.com/ruby/psych/pull/188
- @OrenGitHub made their first contribution in https://github.com/ruby/psych/pull/724
Full Changelog: https://github.com/ruby/psych/compare/v5.2.4...v5.2.5
- Ruby
Published by matzbot 8 months ago
https://github.com/ruby/psych - v5.2.4
What's Changed
- Bump step-security/harden-runner from 2.10.3 to 2.10.4 by @dependabot in https://github.com/ruby/psych/pull/710
- Avoid calls to
requirein hotspots by @byroot in https://github.com/ruby/psych/pull/713 - jruby: safer engine version resolution by @kares in https://github.com/ruby/psych/pull/716
- Bump step-security/harden-runner from 2.10.4 to 2.11.0 by @dependabot in https://github.com/ruby/psych/pull/717
- Schedule the CI by @nobu in https://github.com/ruby/psych/pull/718
- JRuby head fails to build by @nobu in https://github.com/ruby/psych/pull/719
- Format Date in ISO-8601 explicitly by @nobu in https://github.com/ruby/psych/pull/720
- Bump step-security/harden-runner from 2.11.0 to 2.11.1 by @dependabot in https://github.com/ruby/psych/pull/722
- Handle Ruby 3.5 new Set class by @casperisfine in https://github.com/ruby/psych/pull/725
New Contributors
- @byroot made their first contribution in https://github.com/ruby/psych/pull/713
- @kares made their first contribution in https://github.com/ruby/psych/pull/716
Full Changelog: https://github.com/ruby/psych/compare/v5.2.3...v5.2.4
- Ruby
Published by matzbot 8 months ago
https://github.com/ruby/psych - v5.2.3
What's Changed
- Bump rubygems/release-gem from 1.1.0 to 1.1.1 by @dependabot in https://github.com/ruby/psych/pull/702
- Improve readme formatting by @tas50 in https://github.com/ruby/psych/pull/704
- Support bundled gems like pstore and ostruct by @hsbt in https://github.com/ruby/psych/pull/705
- Added JAVA_OPTS for java version of psych by @hsbt in https://github.com/ruby/psych/pull/707
- Bump step-security/harden-runner from 2.10.2 to 2.10.3 by @dependabot in https://github.com/ruby/psych/pull/706
- remove vim settings by @tenderlove in https://github.com/ruby/psych/pull/708
- Update to SnakeYAML-Engine 2.9 by @headius in https://github.com/ruby/psych/pull/709
New Contributors
- @tas50 made their first contribution in https://github.com/ruby/psych/pull/704
Full Changelog: https://github.com/ruby/psych/compare/v5.2.2...v5.2.3
- Ruby
Published by matzbot 12 months ago
https://github.com/ruby/psych - v5.2.0.beta3
What's Changed
- Ensure strings with only underscores are not processed as Integer by @zendesk-jmeade in https://github.com/ruby/psych/pull/687
- Use
String#match?overString#=~when applicable by @casperisfine in https://github.com/ruby/psych/pull/688
New Contributors
- @zendesk-jmeade made their first contribution in https://github.com/ruby/psych/pull/687
Full Changelog: https://github.com/ruby/psych/compare/v5.2.0.beta1...v5.2.0.beta3
- Ruby
Published by hsbt about 1 year ago
https://github.com/ruby/psych - v5.2.2
What's Changed
- Do not depend on the evaluation order of C arguments by @mame in https://github.com/ruby/psych/pull/698
- Don't autolink Exception in psych module docs by @zzak in https://github.com/ruby/psych/pull/699
Full Changelog: https://github.com/ruby/psych/compare/v5.2.1...v5.2.2
- Ruby
Published by matzbot about 1 year ago
https://github.com/ruby/psych - v5.2.0.beta1
What's Changed
- Remove unused array by @amomchilov in https://github.com/ruby/psych/pull/665
- issue #443: quote Y and N when dumping by @ColinDKelley in https://github.com/ruby/psych/pull/641
- Provide a 'Changelog' link on rubygems.org/gems/psych by @mark-young-atg in https://github.com/ruby/psych/pull/666
- Add :stringify_names option to convert symbol keys to string for dumping by @fnordfish in https://github.com/ruby/psych/pull/621
- Don't call
Kernel#requirein hot loop by @casperisfine in https://github.com/ruby/psych/pull/678 - Convert tabs to spaces in C files by @peterzhu2118 in https://github.com/ruby/psych/pull/680
- Add .git-blame-ignore-revs to ignore expanding tabs by @peterzhu2118 in https://github.com/ruby/psych/pull/681
- Exclude Ruby 2.5 on macOS from CI by @peterzhu2118 in https://github.com/ruby/psych/pull/682
- Convert missed tabs to spaces by @peterzhu2118 in https://github.com/ruby/psych/pull/683
- Guard from memory leak in Psych::Emitter#start_document by @peterzhu2118 in https://github.com/ruby/psych/pull/684
- CI: Ruby 2.5 runs on macos-13 (amd64) by @olleolleolle in https://github.com/ruby/psych/pull/677
- docs: specify correct default
fallbackvalue by @G-Rath in https://github.com/ruby/psych/pull/668 - Make to load stringio lazily by @hsbt in https://github.com/ruby/psych/pull/686
- Unlimited line_width with -1 by @xuanxu in https://github.com/ruby/psych/pull/675
New Contributors
- @ColinDKelley made their first contribution in https://github.com/ruby/psych/pull/641
- @mark-young-atg made their first contribution in https://github.com/ruby/psych/pull/666
- @fnordfish made their first contribution in https://github.com/ruby/psych/pull/621
- @peterzhu2118 made their first contribution in https://github.com/ruby/psych/pull/680
- @G-Rath made their first contribution in https://github.com/ruby/psych/pull/668
- @xuanxu made their first contribution in https://github.com/ruby/psych/pull/675
Full Changelog: https://github.com/ruby/psych/compare/v5.1.2...v5.2.0.beta1
- Ruby
Published by hsbt about 1 year ago
https://github.com/ruby/psych - v5.2.1
What's Changed
- Eagerly require
dateby @tdeo in https://github.com/ruby/psych/pull/695 - Bump rubygems/release-gem from 612653d273a73bdae1df8453e090060bb4db5f31 to 9e85cb11501bebc2ae661c1500176316d3987059 by @dependabot in https://github.com/ruby/psych/pull/697
- Bump step-security/harden-runner from 2.10.1 to 2.10.2 by @dependabot in https://github.com/ruby/psych/pull/696
New Contributors
- @tdeo made their first contribution in https://github.com/ruby/psych/pull/695
Full Changelog: https://github.com/ruby/psych/compare/v5.2.0...v5.2.1
- Ruby
Published by matzbot about 1 year ago
https://github.com/ruby/psych - v5.2.0
What's Changed
- Remove unused array by @amomchilov in https://github.com/ruby/psych/pull/665
- issue #443: quote Y and N when dumping by @ColinDKelley in https://github.com/ruby/psych/pull/641
- Provide a 'Changelog' link on rubygems.org/gems/psych by @mark-young-atg in https://github.com/ruby/psych/pull/666
- Add :stringify_names option to convert symbol keys to string for dumping by @fnordfish in https://github.com/ruby/psych/pull/621
- Don't call
Kernel#requirein hot loop by @casperisfine in https://github.com/ruby/psych/pull/678 - Convert tabs to spaces in C files by @peterzhu2118 in https://github.com/ruby/psych/pull/680
- Add .git-blame-ignore-revs to ignore expanding tabs by @peterzhu2118 in https://github.com/ruby/psych/pull/681
- Exclude Ruby 2.5 on macOS from CI by @peterzhu2118 in https://github.com/ruby/psych/pull/682
- Convert missed tabs to spaces by @peterzhu2118 in https://github.com/ruby/psych/pull/683
- Guard from memory leak in Psych::Emitter#start_document by @peterzhu2118 in https://github.com/ruby/psych/pull/684
- CI: Ruby 2.5 runs on macos-13 (amd64) by @olleolleolle in https://github.com/ruby/psych/pull/677
- docs: specify correct default
fallbackvalue by @G-Rath in https://github.com/ruby/psych/pull/668 - Make to load stringio lazily by @hsbt in https://github.com/ruby/psych/pull/686
- Unlimited line_width with -1 by @xuanxu in https://github.com/ruby/psych/pull/675
- Ensure strings with only underscores are not processed as Integer by @zendesk-jmeade in https://github.com/ruby/psych/pull/687
- Use
String#match?overString#=~when applicable by @casperisfine in https://github.com/ruby/psych/pull/688
New Contributors
- @ColinDKelley made their first contribution in https://github.com/ruby/psych/pull/641
- @mark-young-atg made their first contribution in https://github.com/ruby/psych/pull/666
- @fnordfish made their first contribution in https://github.com/ruby/psych/pull/621
- @peterzhu2118 made their first contribution in https://github.com/ruby/psych/pull/680
- @G-Rath made their first contribution in https://github.com/ruby/psych/pull/668
- @xuanxu made their first contribution in https://github.com/ruby/psych/pull/675
- @zendesk-jmeade made their first contribution in https://github.com/ruby/psych/pull/687
Full Changelog: https://github.com/ruby/psych/compare/v5.1.2...v5.2.0
- Ruby
Published by matzbot about 1 year ago
https://github.com/ruby/psych - v5.2.0.beta7
Full Changelog: https://github.com/ruby/psych/compare/v5.2.0.beta6...v5.2.0.beta7
- Ruby
Published by matzbot about 1 year ago
https://github.com/ruby/psych - v5.2.0.beta6
Full Changelog: https://github.com/ruby/psych/compare/v5.2.0.beta5...v5.2.0.beta6
- Ruby
Published by matzbot about 1 year ago
https://github.com/ruby/psych - v5.2.0.beta5
Full Changelog: https://github.com/ruby/psych/compare/v5.2.0.beta4...v5.2.0.beta5
- Ruby
Published by matzbot about 1 year ago
https://github.com/ruby/psych - v5.2.0.beta4
Full Changelog: https://github.com/ruby/psych/compare/v5.2.0.beta2...v5.2.0.beta4
- Ruby
Published by matzbot about 1 year ago
https://github.com/ruby/psych - v5.2.0.beta2
What's Changed
- Remove unused array by @amomchilov in https://github.com/ruby/psych/pull/665
- issue #443: quote Y and N when dumping by @ColinDKelley in https://github.com/ruby/psych/pull/641
- Provide a 'Changelog' link on rubygems.org/gems/psych by @mark-young-atg in https://github.com/ruby/psych/pull/666
- Add :stringify_names option to convert symbol keys to string for dumping by @fnordfish in https://github.com/ruby/psych/pull/621
- Don't call
Kernel#requirein hot loop by @casperisfine in https://github.com/ruby/psych/pull/678 - Convert tabs to spaces in C files by @peterzhu2118 in https://github.com/ruby/psych/pull/680
- Add .git-blame-ignore-revs to ignore expanding tabs by @peterzhu2118 in https://github.com/ruby/psych/pull/681
- Exclude Ruby 2.5 on macOS from CI by @peterzhu2118 in https://github.com/ruby/psych/pull/682
- Convert missed tabs to spaces by @peterzhu2118 in https://github.com/ruby/psych/pull/683
- Guard from memory leak in Psych::Emitter#start_document by @peterzhu2118 in https://github.com/ruby/psych/pull/684
- CI: Ruby 2.5 runs on macos-13 (amd64) by @olleolleolle in https://github.com/ruby/psych/pull/677
- docs: specify correct default
fallbackvalue by @G-Rath in https://github.com/ruby/psych/pull/668 - Make to load stringio lazily by @hsbt in https://github.com/ruby/psych/pull/686
- Unlimited line_width with -1 by @xuanxu in https://github.com/ruby/psych/pull/675
- Ensure strings with only underscores are not processed as Integer by @zendesk-jmeade in https://github.com/ruby/psych/pull/687
- Use
String#match?overString#=~when applicable by @casperisfine in https://github.com/ruby/psych/pull/688
New Contributors
- @ColinDKelley made their first contribution in https://github.com/ruby/psych/pull/641
- @mark-young-atg made their first contribution in https://github.com/ruby/psych/pull/666
- @fnordfish made their first contribution in https://github.com/ruby/psych/pull/621
- @peterzhu2118 made their first contribution in https://github.com/ruby/psych/pull/680
- @G-Rath made their first contribution in https://github.com/ruby/psych/pull/668
- @xuanxu made their first contribution in https://github.com/ruby/psych/pull/675
- @zendesk-jmeade made their first contribution in https://github.com/ruby/psych/pull/687
Full Changelog: https://github.com/ruby/psych/compare/v5.1.2...v5.2.0.beta2
- Ruby
Published by matzbot about 1 year ago
https://github.com/ruby/psych - v5.1.2
What's Changed
- Prefer each_char in Psych::Visitors::Visitor::ToRuby#deserialize by @Maumagnaguagno in https://github.com/ruby/psych/pull/662
- Improve
YAMLTreeperformance by not usingobject_ids by @amomchilov in https://github.com/ruby/psych/pull/663
New Contributors
- @Maumagnaguagno made their first contribution in https://github.com/ruby/psych/pull/662
Full Changelog: https://github.com/ruby/psych/compare/v5.1.1.1...v5.1.2
- Ruby
Published by hsbt about 2 years ago
https://github.com/ruby/psych - v5.1.1.1
- Re-package v5.1.1 for JRuby: https://github.com/ruby/psych/issues/655
- Ruby
Published by hsbt about 2 years ago
https://github.com/ruby/psych - v5.1.1
What's Changed
- Use callable workflow by @hsbt in https://github.com/ruby/psych/pull/622
- Rename Actions yaml name by @hsbt in https://github.com/ruby/psych/pull/623
- Update test libraries from ruby/ruby 2023-03-24 by @hsbt in https://github.com/ruby/psych/pull/625
- Use test-unit-ruby-core by @hsbt in https://github.com/ruby/psych/pull/631
- Prefer
assert_includefor simple strings by @nobu in https://github.com/ruby/psych/pull/632 - Update spec files by @nobu in https://github.com/ruby/psych/pull/633
- Comment out the code used to expand the file list by @nobu in https://github.com/ruby/psych/pull/634
- Remove private methods unused since #487 by @nobu in https://github.com/ruby/psych/pull/635
- Extract accessor methods without forwardable by @hsbt in https://github.com/ruby/psych/pull/636
- Skip BigDecimal tests when it's missing to load by @hsbt in https://github.com/ruby/psych/pull/638
- Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/ruby/psych/pull/646
- Allow setting defaults for SnakeYAML limits by @headius in https://github.com/ruby/psych/pull/647
- More small JRuby improvements for Parser by @headius in https://github.com/ruby/psych/pull/650
- Remove SnakeYAML settings that don't work by @headius in https://github.com/ruby/psych/pull/653
Full Changelog: https://github.com/ruby/psych/compare/v5.1.0...v5.1.1
- Ruby
Published by hsbt about 2 years ago
https://github.com/ruby/psych - v5.0.2
What's Changed
- Add msys2 dependencies for windows by @dsisnero in https://github.com/ruby/psych/pull/601
- Fix wrong package name of MSYS2/MINGW dependency by @larskanis in https://github.com/ruby/psych/pull/609
- Get rid of anonymous eval calls by @casperisfine in https://github.com/ruby/psych/pull/610
- Minor cleanup of JRuby ext by @headius in https://github.com/ruby/psych/pull/611
- configure of libyaml couldn't detect "arm64-apple-darwin22" for build host by @hsbt in https://github.com/ruby/psych/pull/616
New Contributors
- @dsisnero made their first contribution in https://github.com/ruby/psych/pull/601
- @larskanis made their first contribution in https://github.com/ruby/psych/pull/609
Full Changelog: https://github.com/ruby/psych/compare/v5.0.1...v5.0.2
- Ruby
Published by hsbt almost 3 years ago
https://github.com/ruby/psych - v5.0.1
What's Changed
- Link to docs by @abitrolly in https://github.com/ruby/psych/pull/590
- Rebuild JRuby artifact https://github.com/ruby/psych/issues/598
New Contributors
- @abitrolly made their first contribution in https://github.com/ruby/psych/pull/590
Full Changelog: https://github.com/ruby/psych/compare/v5.0.0...v5.0.1
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v5.0.0
What's Changed
- Don't require
strscanunnecessarily by @deivid-rodriguez in https://github.com/ruby/psych/pull/534 - Remove alias of load to unsafe_load by @miry in https://github.com/ruby/psych/pull/539
- Add strict_integer option to parse numbers with commas as strings by @sethboyles in https://github.com/ruby/psych/pull/537
- Remove bundled libyaml by @hsbt in https://github.com/ruby/psych/pull/541
- Added dependabot.yml for actions by @hsbt in https://github.com/ruby/psych/pull/546
- Bump actions/checkout from 2 to 3 by @dependabot in https://github.com/ruby/psych/pull/547
- Update actions by @hsbt in https://github.com/ruby/psych/pull/545
- Added condition for macOS homebrew by @hsbt in https://github.com/ruby/psych/pull/548
- Add
--with-libyaml-source-diroption by @nobu in https://github.com/ruby/psych/pull/544 - Try bundled libyaml source if pre-installed is unavailable by @nobu in https://github.com/ruby/psych/pull/550
- Propagate the host configuration to libyaml by @nobu in https://github.com/ruby/psych/pull/551
- Remove
unknownvendor for cross-compiling tool prefix by @nobu in https://github.com/ruby/psych/pull/553 - Make a static library from PIC object files by @nobu in https://github.com/ruby/psych/pull/554
- Propagate
CCto libyaml by @nobu in https://github.com/ruby/psych/pull/556 - Improve libyaml source downloading error messages by @XrXr in https://github.com/ruby/psych/pull/557
- Update autoconf files bundled with yaml-2.5 by @nobu in https://github.com/ruby/psych/pull/559
- Update Psych::VERSION to 4.0.4.dev, Add Ruby 3.1 & windows-2022 to CI by @MSP-Greg in https://github.com/ruby/psych/pull/536
- scalar_scanner.rb - delete is typically 4 to 5 times faster than gsub by @MSP-Greg in https://github.com/ruby/psych/pull/530
- MSP-Greg actions is now ruby organization by @hsbt in https://github.com/ruby/psych/pull/560
- Fix libyaml download failure rescue under miniruby by @XrXr in https://github.com/ruby/psych/pull/562
- Fix infinite loop bug after YAML_MEMORY_ERROR (psych issue #440) by @khanderson in https://github.com/ruby/psych/pull/526
- Clarify tests about parsing aliases by @amomchilov in https://github.com/ruby/psych/pull/568
- Raise specific error when aliases are not enabled by @amomchilov in https://github.com/ruby/psych/pull/567
- Raise specific error when an anchor isn't defined by @amomchilov in https://github.com/ruby/psych/pull/569
- Dump Date/DateTime as proleptic Gregorian date as well as Time by @nobu in https://github.com/ruby/psych/pull/573
- Bump snakeyaml from 1.28 to 1.31 to resolve CVE-2022-25857 by @chadlwilson in https://github.com/ruby/psych/pull/574
- Convert some of Parser#parse to Ruby by @tenderlove in https://github.com/ruby/psych/pull/580
- Bump snakeyaml from 1.31 to 1.33 to resolve CVE-2022-38752 on JRuby by @chadlwilson in https://github.com/ruby/psych/pull/585
- Removed the related files for downloading with extlibs by @hsbt in https://github.com/ruby/psych/pull/588
- Cleanup bundled libyaml feature by @hsbt in https://github.com/ruby/psych/pull/589
- Only skip specific failures on JRuby instead of ignoring the whole CI feedback by @deivid-rodriguez in https://github.com/ruby/psych/pull/524
- Abandon when libyaml is not found by @nobu in https://github.com/ruby/psych/pull/592
New Contributors
- @miry made their first contribution in https://github.com/ruby/psych/pull/539
- @sethboyles made their first contribution in https://github.com/ruby/psych/pull/537
- @dependabot made their first contribution in https://github.com/ruby/psych/pull/547
- @XrXr made their first contribution in https://github.com/ruby/psych/pull/557
- @khanderson made their first contribution in https://github.com/ruby/psych/pull/526
- @amomchilov made their first contribution in https://github.com/ruby/psych/pull/568
Full Changelog: https://github.com/ruby/psych/compare/v4.0.3...v5.0.0
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v4.0.3
What's Changed
- Add stringio as a dependency. by @simi in https://github.com/ruby/psych/pull/525
- Prefer
require_relativefor internal requires by @deivid-rodriguez in https://github.com/ruby/psych/pull/522 - s/RubyVM::JIT/RubyVM::MJIT/g by @k0kubun in https://github.com/ruby/psych/pull/528
- psych depends stringio only CRuby by @hsbt in https://github.com/ruby/psych/pull/529
New Contributors
- @simi made their first contribution in https://github.com/ruby/psych/pull/525
Full Changelog: https://github.com/ruby/psych/compare/v4.0.2...v4.0.3
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v4.0.2
What's Changed
- Add a CI configuration with libyaml 0.1.7 by @mame in https://github.com/ruby/psych/pull/506
- require 'delegate' explicitly by @ahorek in https://github.com/ruby/psych/pull/507
- Use git repository link for LibYAML in docs by @rhysforyou in https://github.com/ruby/psych/pull/510
- Update ubuntu-jruby.yml by @jory-graham in https://github.com/ruby/psych/pull/513
- fix parsing integer values with '_' at the end by @OpakAlex in https://github.com/ruby/psych/pull/473
- Improve float scalar scanner by @tbrisker in https://github.com/ruby/psych/pull/460
- Add quotes to the strings "y" and "n" by @tenderlove in https://github.com/ruby/psych/pull/515
- Update ScalarScanner#tokenize pattern for unicode on master by @jory-graham in https://github.com/ruby/psych/pull/516
- Tweak actions by @hsbt in https://github.com/ruby/psych/pull/518
New Contributors
- @ahorek made their first contribution in https://github.com/ruby/psych/pull/507
- @rhysforyou made their first contribution in https://github.com/ruby/psych/pull/510
- @OpakAlex made their first contribution in https://github.com/ruby/psych/pull/473
Full Changelog: https://github.com/ruby/psych/compare/v4.0.1...v4.0.2
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v4.0.1
What's Changed
- Some tests fail with libyaml 0.1.7 by @mame in https://github.com/ruby/psych/pull/491
- Make YAML.load_file use YAML.load instead of safe_load by @mame in https://github.com/ruby/psych/pull/493
- Implement YAML.safe_dump to make safe_load more usable. by @casperisfine in https://github.com/ruby/psych/pull/495
- JRuby updates and fixes by @headius in https://github.com/ruby/psych/pull/481
Full Changelog: https://github.com/ruby/psych/compare/v4.0.0...v4.0.1
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v4.0.0
What's Changed
- Use Psych.safe_load by default by @tenderlove in https://github.com/ruby/psych/pull/487
Full Changelog: https://github.com/ruby/psych/compare/v3.3.2...v4.0.0
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v3.3.2
What's Changed
- Fix some typos [ci skip] by @kamipo in https://github.com/ruby/psych/pull/484
- Use test-unit instead of minitest by @hsbt in https://github.com/ruby/psych/pull/485
- CI - YAML: Avoid 3.0 -> "3" conversion by @olleolleolle in https://github.com/ruby/psych/pull/486
- Fix symbolize_name with non-string keys by @casperisfine in https://github.com/ruby/psych/pull/480
- feat: allow scalars and sequences to be styled when dumped by @whitehat101 in https://github.com/ruby/psych/pull/475
- Introduce
Psych.unsafe_loadby @tenderlove in https://github.com/ruby/psych/pull/488
New Contributors
- @kamipo made their first contribution in https://github.com/ruby/psych/pull/484
- @whitehat101 made their first contribution in https://github.com/ruby/psych/pull/475
Full Changelog: https://github.com/ruby/psych/compare/v3.3.1...v3.3.2
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v3.3.1
What's Changed
- Avoid repeated access to Ractor.current by @casperisfine in https://github.com/ruby/psych/pull/474
- docs: fix simple typo, expessed -> expressed by @timgates42 in https://github.com/ruby/psych/pull/470
- Fix custom marshalization with symbolize_names: true by @casperisfine in https://github.com/ruby/psych/pull/476
New Contributors
- @timgates42 made their first contribution in https://github.com/ruby/psych/pull/470
Full Changelog: https://github.com/ruby/psych/compare/v3.3.0...v3.3.1
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v3.3.0
What's Changed
- Ractor support by @hsbt in https://github.com/ruby/psych/pull/471
Full Changelog: https://github.com/ruby/psych/compare/v3.2.1...v3.3.0
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v3.2.1
What's Changed
- Forward keyword arguments in load_file and load_stream by @casperisfine in https://github.com/ruby/psych/pull/463
- Add
Psych.safe_load_file. Tweak doc to providesafe_examples. by @marcandre in https://github.com/ruby/psych/pull/469 - Remove unneeded assignment and condition by @tbrisker in https://github.com/ruby/psych/pull/459
New Contributors
- @marcandre made their first contribution in https://github.com/ruby/psych/pull/469
Full Changelog: https://github.com/ruby/psych/compare/v3.2.0...v3.2.1
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v3.2.0
What's Changed
- add ruby 2.6 to travis by @colby-swandale in https://github.com/ruby/psych/pull/380
- Exception backtraces should round trip by @tenderlove in https://github.com/ruby/psych/pull/382
- Dump ivars befor hash elements by @tenderlove in https://github.com/ruby/psych/pull/384
- Add test to demonstrate issue deserializing hash with ivar by @jkowens in https://github.com/ruby/psych/pull/383
- Retired to write CHANGELOG.rdoc by @hsbt in https://github.com/ruby/psych/pull/389
- Set up CI with Azure Pipelines by @hsbt in https://github.com/ruby/psych/pull/391
- Remove string_cache in ScalarScanner by @casperisfine in https://github.com/ruby/psych/pull/400
- Reduce string allocations in scalar_scanner by @casperisfine in https://github.com/ruby/psych/pull/399
- Make psych.so deterministic by @jeremyevans in https://github.com/ruby/psych/pull/403
- Drop to support fat gem by @hsbt in https://github.com/ruby/psych/pull/408
- Deduplicate hash keys if they're strings by @casperisfine in https://github.com/ruby/psych/pull/409
- Suppress uninitialized instance variable warnings by @nobu in https://github.com/ruby/psych/pull/411
- Get rid of C90 feature by @nobu in https://github.com/ruby/psych/pull/413
- Set required_ruby_version to 2.4.0 by @casperisfine in https://github.com/ruby/psych/pull/415
- Try to use GitHub Actions by @hsbt in https://github.com/ruby/psych/pull/418
- Remove taint support by @jeremyevans in https://github.com/ruby/psych/pull/419
- Actions CI - Create windows.yml by @MSP-Greg in https://github.com/ruby/psych/pull/421
- Freeze parsing option by @casperisfine in https://github.com/ruby/psych/pull/414
- Migrate JRuby tasks to GitHub Actions. by @hsbt in https://github.com/ruby/psych/pull/425
- Check for SnakeYAML version to confirm it's 1.21+ by @headius in https://github.com/ruby/psych/pull/429
- Use
ruby/setup-rubyto try fix CI by @deivid-rodriguez in https://github.com/ruby/psych/pull/434 - Actions ubuntu-jruby - remove rvm, use ruby/setup-ruby by @MSP-Greg in https://github.com/ruby/psych/pull/435
- Update Actions by @MSP-Greg in https://github.com/ruby/psych/pull/432
- Fix gem installation by @deivid-rodriguez in https://github.com/ruby/psych/pull/437
- Add LICENSE to the gem by @sunpoet in https://github.com/ruby/psych/pull/446
- Update workflows/windows.yml - use setup-ruby-pkgs by @MSP-Greg in https://github.com/ruby/psych/pull/449
- Remove unnecessary check on version by @deivid-rodriguez in https://github.com/ruby/psych/pull/433
- Fixing compatibility with libyaml 0.2.5 by @tenderlove in https://github.com/ruby/psych/pull/451
- Fix ArgumentError with leading and trailing underscores in number str… by @mthorn in https://github.com/ruby/psych/pull/438
- Merge from ruby by @nobu in https://github.com/ruby/psych/pull/453
- Fix anchor lookup with symbolized names by @casperisfine in https://github.com/ruby/psych/pull/455
- Bump libyaml version to 0.2.5 by @hsbt in https://github.com/ruby/psych/pull/456
- Update SNAKEYAML CVE-2017-18640 by @SzymonKowalczyk in https://github.com/ruby/psych/pull/457
- Remove private_iv_get by @headius in https://github.com/ruby/psych/pull/458
New Contributors
- @colby-swandale made their first contribution in https://github.com/ruby/psych/pull/380
- @jkowens made their first contribution in https://github.com/ruby/psych/pull/383
- @jeremyevans made their first contribution in https://github.com/ruby/psych/pull/403
- @sunpoet made their first contribution in https://github.com/ruby/psych/pull/446
- @mthorn made their first contribution in https://github.com/ruby/psych/pull/438
- @SzymonKowalczyk made their first contribution in https://github.com/ruby/psych/pull/457
Full Changelog: https://github.com/ruby/psych/compare/v3.1.0...v3.2.0
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v3.1.0.pre2
What's Changed
- Add Deprecation Warnings to the unified interface of Psych by @sorryeh in https://github.com/ruby/psych/pull/360
- Ignore warnings by @hsbt in https://github.com/ruby/psych/pull/375
- Add comment for require fallback in Ruby repository; fix typo by @stomar in https://github.com/ruby/psych/pull/376
- Use secure connection for pyyaml.org domain by @esparta in https://github.com/ruby/psych/pull/377
New Contributors
- @esparta made their first contribution in https://github.com/ruby/psych/pull/377
Full Changelog: https://github.com/ruby/psych/compare/v3.1.0.pre1...v3.1.0.pre2
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v3.1.0.pre1
What's Changed
- Add more test cases for fallback of Psych.load_file by @stomar in https://github.com/ruby/psych/pull/356
- Add more test cases for fallback of Psych.load_file by @stomar in https://github.com/ruby/psych/pull/357
- Correct doc typo "achor" should be "anchor" by @utilum in https://github.com/ruby/psych/pull/359
- Fix fallback keyword argument of Psych.load by @stomar in https://github.com/ruby/psych/pull/346
- Added tests for special cases and better overall API test coverage by @sorryeh in https://github.com/ruby/psych/pull/366
- Unify Psych's API by @sorryeh in https://github.com/ruby/psych/pull/358
- Upgrade vendored libyaml 0.2.1 from 0.1.7 by @hsbt in https://github.com/ruby/psych/pull/368
- Create a LICENSE for the project. by @sorryeh in https://github.com/ruby/psych/pull/369
- Try to use version constants from versions.rb again by @hsbt in https://github.com/ruby/psych/pull/373
- Update latest rubies by @hsbt in https://github.com/ruby/psych/pull/374
- Add a contribution file to help others contribute by @sorryeh in https://github.com/ruby/psych/pull/370
New Contributors
- @utilum made their first contribution in https://github.com/ruby/psych/pull/359
Full Changelog: https://github.com/ruby/psych/compare/v3.0.3.pre1...v3.1.0.pre1
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v3.1.0
What's Changed
- Add more test cases for fallback of Psych.load_file by @stomar in https://github.com/ruby/psych/pull/345
- README: add ruby annotation to Example by @olleolleolle in https://github.com/ruby/psych/pull/347
- Removed stale .gitignore file [ci skip] by @nobu in https://github.com/ruby/psych/pull/350
- Document Psych.dump options by @zverok in https://github.com/ruby/psych/pull/351
- Add more test cases for fallback of Psych.load_file by @stomar in https://github.com/ruby/psych/pull/356
- Add more test cases for fallback of Psych.load_file by @stomar in https://github.com/ruby/psych/pull/357
- Correct doc typo "achor" should be "anchor" by @utilum in https://github.com/ruby/psych/pull/359
- Fix fallback keyword argument of Psych.load by @stomar in https://github.com/ruby/psych/pull/346
- Added tests for special cases and better overall API test coverage by @sorryeh in https://github.com/ruby/psych/pull/366
- Unify Psych's API by @sorryeh in https://github.com/ruby/psych/pull/358
- Upgrade vendored libyaml 0.2.1 from 0.1.7 by @hsbt in https://github.com/ruby/psych/pull/368
- Create a LICENSE for the project. by @sorryeh in https://github.com/ruby/psych/pull/369
- Try to use version constants from versions.rb again by @hsbt in https://github.com/ruby/psych/pull/373
- Update latest rubies by @hsbt in https://github.com/ruby/psych/pull/374
- Add a contribution file to help others contribute by @sorryeh in https://github.com/ruby/psych/pull/370
- Add Deprecation Warnings to the unified interface of Psych by @sorryeh in https://github.com/ruby/psych/pull/360
- Ignore warnings by @hsbt in https://github.com/ruby/psych/pull/375
- Add comment for require fallback in Ruby repository; fix typo by @stomar in https://github.com/ruby/psych/pull/376
- Use secure connection for pyyaml.org domain by @esparta in https://github.com/ruby/psych/pull/377
- Use friendlier terminology in YAML.safe_load by @JuanitoFatas in https://github.com/ruby/psych/pull/378
- Add uplelvel to deprecation warning of Psych by @koic in https://github.com/ruby/psych/pull/379
New Contributors
- @zverok made their first contribution in https://github.com/ruby/psych/pull/351
- @utilum made their first contribution in https://github.com/ruby/psych/pull/359
- @sorryeh made their first contribution in https://github.com/ruby/psych/pull/366
- @esparta made their first contribution in https://github.com/ruby/psych/pull/377
- @JuanitoFatas made their first contribution in https://github.com/ruby/psych/pull/378
- @koic made their first contribution in https://github.com/ruby/psych/pull/379
Full Changelog: https://github.com/ruby/psych/compare/v3.0.2...v3.1.0
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v3.0.3.pre4
Full Changelog: https://github.com/ruby/psych/compare/v3.0.3.pre3...v3.0.3.pre4
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v3.0.3.pre3
Full Changelog: https://github.com/ruby/psych/compare/v3.0.3.pre2...v3.0.3.pre3
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v3.0.3.pre2
Full Changelog: https://github.com/ruby/psych/compare/v3.0.3.pre1...v3.0.3.pre2
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v3.0.3.pre1
What's Changed
- Add more test cases for fallback of Psych.load_file by @stomar in https://github.com/ruby/psych/pull/345
- README: add ruby annotation to Example by @olleolleolle in https://github.com/ruby/psych/pull/347
- Removed stale .gitignore file [ci skip] by @nobu in https://github.com/ruby/psych/pull/350
- Document Psych.dump options by @zverok in https://github.com/ruby/psych/pull/351
New Contributors
- @zverok made their first contribution in https://github.com/ruby/psych/pull/351
Full Changelog: https://github.com/ruby/psych/compare/v3.0.2...v3.0.3.pre1
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v3.0.3
What's Changed
- Add more test cases for fallback of Psych.load_file by @stomar in https://github.com/ruby/psych/pull/345
- README: add ruby annotation to Example by @olleolleolle in https://github.com/ruby/psych/pull/347
- Removed stale .gitignore file [ci skip] by @nobu in https://github.com/ruby/psych/pull/350
- Document Psych.dump options by @zverok in https://github.com/ruby/psych/pull/351
New Contributors
- @zverok made their first contribution in https://github.com/ruby/psych/pull/351
Full Changelog: https://github.com/ruby/psych/compare/v3.0.2...v3.0.3
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v3.0.2
What's Changed
- Improve docs for Psych.safe_load by @stomar in https://github.com/ruby/psych/pull/338
- Convert fallback option to a keyword argument by @stomar in https://github.com/ruby/psych/pull/342
Full Changelog: https://github.com/ruby/psych/compare/v3.0.1...v3.0.2
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v3.0.1
Full Changelog: https://github.com/ruby/psych/compare/v3.0.0...v3.0.1
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v3.0.0.beta4
What's Changed
- Parse.load with an IO/File which has a non-YAML allowed encoding will… by @enebo in https://github.com/ruby/psych/pull/328
- Add Psych::Handler#event_location by @asterite in https://github.com/ruby/psych/pull/326
- Double quote stings that contain single quotes only by @knugie in https://github.com/ruby/psych/pull/325
- Fixup Recorder example documentation by @petekinnecom in https://github.com/ruby/psych/pull/330
- CI against Ruby 2.4.2, 2.3.5 and 2.2.8 by @pocke in https://github.com/ruby/psych/pull/332
- Add :symbolize_names option to Psych.load like JSON.parse by @k0kubun in https://github.com/ruby/psych/pull/333
New Contributors
- @enebo made their first contribution in https://github.com/ruby/psych/pull/328
- @asterite made their first contribution in https://github.com/ruby/psych/pull/326
- @knugie made their first contribution in https://github.com/ruby/psych/pull/325
- @petekinnecom made their first contribution in https://github.com/ruby/psych/pull/330
- @pocke made their first contribution in https://github.com/ruby/psych/pull/332
Full Changelog: https://github.com/ruby/psych/compare/v3.0.0.beta3...v3.0.0.beta4
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v3.0.0.beta3
What's Changed
- Make frozen string literal = true by @hsbt in https://github.com/ruby/psych/pull/320
- Cross Compilation task for mingw platform by @hsbt in https://github.com/ruby/psych/pull/321
Full Changelog: https://github.com/ruby/psych/compare/v3.0.0.beta2...v3.0.0.beta3
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v3.0.0.beta2
What's Changed
- Cleanup warnings by @hsbt in https://github.com/ruby/psych/pull/310
- Update travis configuration. by @hsbt in https://github.com/ruby/psych/pull/311
- Remove deprecated code related syck by @hsbt in https://github.com/ruby/psych/pull/304
- Typo fix in scanner.c by @brchristian in https://github.com/ruby/psych/pull/313
- Remove deprecated methods by @hsbt in https://github.com/ruby/psych/pull/312
- Update .travis.yml by @junaruga in https://github.com/ruby/psych/pull/317
- Preserve time zone offset when deserializing times by @stomar in https://github.com/ruby/psych/pull/316
New Contributors
- @brchristian made their first contribution in https://github.com/ruby/psych/pull/313
- @junaruga made their first contribution in https://github.com/ruby/psych/pull/317
Full Changelog: https://github.com/ruby/psych/compare/v2.2.4...v3.0.0.beta2
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v2.2.4
Full Changelog: https://github.com/ruby/psych/compare/v2.2.3...v2.2.4
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v2.2.3
Full Changelog: https://github.com/ruby/psych/compare/v2.2.2...v2.2.3
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v2.2.2
What's Changed
- Update snakeyaml by @headius in https://github.com/ruby/psych/pull/305
Full Changelog: https://github.com/ruby/psych/compare/v2.2.1...v2.2.2
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v2.2.1
What's Changed
- Make Psych::Emitter store the IO object in an instance variable by @rhenium in https://github.com/ruby/psych/pull/296
- Unify Psych version constants to psych/versions.rb. by @hsbt in https://github.com/ruby/psych/pull/298
- Removed HAVE_RUBY_ENCODING_H by @hsbt in https://github.com/ruby/psych/pull/301
- Works with JRuby by @hsbt in https://github.com/ruby/psych/pull/302
New Contributors
- @rhenium made their first contribution in https://github.com/ruby/psych/pull/296
Full Changelog: https://github.com/ruby/psych/compare/v2.2.0...v2.2.1
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v2.2.0
What's Changed
- Enabled to test with Appveyor by @hsbt in https://github.com/ruby/psych/pull/266
- convert markdown format from rdoc by @hsbt in https://github.com/ruby/psych/pull/294
Full Changelog: https://github.com/ruby/psych/compare/v2.1.1...v2.2.0
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v2.1.1
What's Changed
- fix serialization of a string that looks like a valid YAML float by @ccutrer in https://github.com/ruby/psych/pull/276
- Bundlerize by @hsbt in https://github.com/ruby/psych/pull/285
- Skips multiple requires of bigdecimal and date by @kjeldahl in https://github.com/ruby/psych/pull/284
- Close Tempfile by @nobu in https://github.com/ruby/psych/pull/288
New Contributors
- @ccutrer made their first contribution in https://github.com/ruby/psych/pull/276
- @kjeldahl made their first contribution in https://github.com/ruby/psych/pull/284
Full Changelog: https://github.com/ruby/psych/compare/v2.1.0...v2.1.1
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v2.1.0
What's Changed
- Fix typo in error message by @davydovanton in https://github.com/ruby/psych/pull/275
- Support YAML 1.2 Core Schema by @hsbt in https://github.com/ruby/psych/pull/270
- Typo with "indentation" by @bbashy in https://github.com/ruby/psych/pull/274
- Add optional fallback return value parameter by @tuexss in https://github.com/ruby/psych/pull/264
New Contributors
- @davydovanton made their first contribution in https://github.com/ruby/psych/pull/275
- @bbashy made their first contribution in https://github.com/ruby/psych/pull/274
- @tuexss made their first contribution in https://github.com/ruby/psych/pull/264
Full Changelog: https://github.com/ruby/psych/compare/v2.0.17...v2.1.0
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v2.0.9
Full Changelog: https://github.com/ruby/psych/compare/v2.0.8...v2.0.9
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v2.0.8
Full Changelog: https://github.com/ruby/psych/compare/v2.0.7...v2.0.8
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v2.0.7
Full Changelog: https://github.com/ruby/psych/compare/v2.0.6...v2.0.7
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v2.0.6
Full Changelog: https://github.com/ruby/psych/compare/v2.0.5...v2.0.6
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v2.0.5
Full Changelog: https://github.com/ruby/psych/compare/v2.0.4...v2.0.5
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v2.0.4
Full Changelog: https://github.com/ruby/psych/compare/v2.0.3...v2.0.4
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v2.0.3
Full Changelog: https://github.com/ruby/psych/compare/v2.0.2...v2.0.3
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v2.0.2
Full Changelog: https://github.com/ruby/psych/compare/v2.0.1...v2.0.2
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v2.0.17
Full Changelog: https://github.com/ruby/psych/compare/v2.0.16...v2.0.17
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v2.0.16
Full Changelog: https://github.com/ruby/psych/compare/v2.0.15...v2.0.16
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v2.0.15
Full Changelog: https://github.com/ruby/psych/compare/v2.0.14...v2.0.15
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v2.0.14
Full Changelog: https://github.com/ruby/psych/compare/v2.0.13...v2.0.14
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v2.0.13
Full Changelog: https://github.com/ruby/psych/compare/v2.0.12...v2.0.13
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v2.0.12
Full Changelog: https://github.com/ruby/psych/compare/v2.0.11...v2.0.12
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v2.0.11
Full Changelog: https://github.com/ruby/psych/compare/v2.0.10...v2.0.11
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v2.0.10
Full Changelog: https://github.com/ruby/psych/compare/v2.0.9...v2.0.10
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v2.0.1
Full Changelog: https://github.com/ruby/psych/compare/v2.0.0...v2.0.1
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v2.0.0
Full Changelog: https://github.com/ruby/psych/compare/v1.3.4...v2.0.0
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v1.3.4
Full Changelog: https://github.com/ruby/psych/compare/v1.3.3...v1.3.4
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v1.3.3
Full Changelog: https://github.com/ruby/psych/compare/v1.3.2...v1.3.3
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v1.3.2
Full Changelog: https://github.com/ruby/psych/compare/v1.3.1...v1.3.2
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v1.3.1
Full Changelog: https://github.com/ruby/psych/compare/v1.2.2...v1.3.1
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v1.3.0
Full Changelog: https://github.com/ruby/psych/compare/v1.2.2...v1.3.0
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v1.2.2.rc1
Full Changelog: https://github.com/ruby/psych/compare/v1.2.1...v1.2.2.rc1
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v1.2.2
Full Changelog: https://github.com/ruby/psych/compare/v1.2.1...v1.2.2
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v1.2.1
Full Changelog: https://github.com/ruby/psych/compare/v1.2.0...v1.2.1
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v1.2.0
Full Changelog: https://github.com/ruby/psych/compare/v1.1.1...v1.2.0
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v1.1.1
Full Changelog: https://github.com/ruby/psych/compare/v1.1.0...v1.1.1
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v1.1.0
Full Changelog: https://github.com/ruby/psych/commits/v1.1.0
- Ruby
Published by hsbt about 3 years ago
https://github.com/ruby/psych - v4.0.4
- tr is typically 4 to 5 times faster than gsub · ruby/psych@8533be8
- Remove alias of load to unsafe_load · ruby/psych@39e23cc
- Don't require `strscan` unnecessarily · ruby/psych@3911356
- Add strict_integer option to parse numbers with commas as strings · ruby/psych@75bebb3
- Ruby
Published by hsbt over 3 years ago
https://github.com/ruby/psych - v3.0.0
- Add :symbolize_names option to Psych.load, Psych.safe_load like JSON.parse
https://github.com/ruby/psych/pull/333, https://github.com/ruby/psych/pull/337
* Add Psych::Handler#event_location
https://github.com/ruby/psych/pull/326
* Make frozen string literal = true
https://github.com/ruby/psych/pull/320
* Preserve time zone offset when deserializing times
https://github.com/ruby/psych/pull/316
* Removed deprecated method aliases for syck gem
https://github.com/ruby/psych/pull/312
- Ruby
Published by hsbt about 8 years ago