summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #515 from ruby/quote-y-nAaron Patterson2021-08-041-0/+2
|\
| * Add quotes to the strings "y" and "n"Aaron Patterson2021-08-041-0/+2
* | Merge pull request #460 from tbrisker/floatscannerAaron Patterson2021-08-041-4/+3
|\ \
| * | Improve float scalar scannerTomer Brisker2020-08-081-4/+3
* | | Merge pull request #473 from OpakAlex/fix-integer-parsing-for-yamlAaron Patterson2021-08-041-4/+4
|\ \ \ | |_|/ |/| |
| * | Update lib/psych/scalar_scanner.rbopak2021-06-011-1/+1
| * | add more testsAlexandr Opak2021-01-291-4/+4
| * | fix parsing integer values with '_' at the endAlexandr Opak2021-01-291-4/+4
* | | fix: use git repository link for LibYAML in docsRhys Powell2021-07-241-1/+1
* | | Bump version to 4.0.1v4.0.1Hiroshi SHIBATA2021-06-071-1/+1
* | | Merge pull request #495 from Shopify/safe-dumpAaron Patterson2021-05-214-5/+125
|\ \ \
| * | | Implement YAML.safe_dump to make safe_load more usable.Jean Boussier2021-05-194-5/+125
* | | | Make YAML.load_file use YAML.load instead of safe_loadYusuke Endoh2021-05-171-2/+11
|/ / /
* | | remove deprecated interfaceAaron Patterson2021-05-131-54/+6
* | | Bump versionAaron Patterson2021-05-131-1/+1
* | | Use Psych.safe_load by defaultAaron Patterson2021-05-131-6/+47
* | | Introduce `Psych.unsafe_load`Aaron Patterson2021-05-132-5/+7
* | | Merge pull request #475 from whitehat101/feature/dynamic-scalar-seq-styleAaron Patterson2021-05-101-2/+2
|\ \ \
| * | | feat: allow scalars and sequences to be styled when dumpedJeremy Ebler2021-02-071-2/+2
* | | | Merge pull request #480 from Shopify/symbolize-name-non-string-keysHiroshi SHIBATA2021-05-101-1/+1
|\ \ \ \
| * | | | Fix symabolize_name with non-string keysJean Boussier2021-02-251-1/+1
* | | | | Fix some typos [ci skip]Ryuta Kamizono2021-04-262-2/+2
|/ / / /
* | | | bump versionv3.3.1Aaron Patterson2021-02-241-1/+1
* | | | Merge pull request #476 from Shopify/symbolize-name-ruby-objectAaron Patterson2021-02-241-3/+3
|\ \ \ \
| * | | | Fix custom marshalization with symbolize_names: trueJean Boussier2021-02-151-3/+3
| |/ / /
* | | | Update to latest SnakeYAMLCharles Oliver Nutter2021-02-231-1/+1
|/ / /
* | | Cache dispatch cache in an instance variableJean Boussier2021-01-301-1/+1
* | | Cache access to Psych.load_tags in Visitor::ToRubyJean Boussier2021-01-301-4/+6
|/ /
* | Bump version to 3.3.0v3.3.0Hiroshi SHIBATA2020-12-231-1/+1
* | [ruby/psych] Optimize cache with `compare_by_identity`Marc-Andre Lafortune2020-12-232-2/+2
* | [ruby/psych] Make Ractor-ready.Marc-Andre Lafortune2020-12-232-6/+40
* | [ruby/psych] Don't use instance variables directly for configMarc-Andre Lafortune2020-12-231-9/+9
* | [ruby/psych] Avoid methods depending on bindingsMarc-Andre Lafortune2020-12-231-3/+5
* | [ruby/psych] Freeze constants.Marc-Andre Lafortune2020-12-232-3/+3
* | Bump version to 3.2.1v3.2.1Hiroshi SHIBATA2020-12-141-1/+1
* | Merge pull request #459 from tbrisker/patch-1Hiroshi SHIBATA2020-12-141-2/+1
|\ \
| * | Remove unneeded assignment and conditionTomer Brisker2020-08-011-2/+1
| |/
* | Add `Psych.safe_load_file`. Tweak doc to provide `safe_` examples.Marc-Andre Lafortune2020-11-121-3/+21
* | Forward keyword arguments in load_file and load_streamJean Boussier2020-09-101-5/+5
|/
* Bump version to 3.2.0v3.2.0Hiroshi SHIBATA2020-07-181-1/+1
* Remove private_iv_getCharles Oliver Nutter2020-07-161-1/+1
* Revert psych versionSzymonKowalczyk2020-07-161-1/+1
* Update SNAKEYAML CVE-2017-18640SzymonKowalczyk2020-07-161-2/+2
* Fix anchor lookup with symbolized namesJean Boussier2020-06-081-7/+7
* Merge pull request #438 from mthorn/masterAaron Patterson2020-06-031-1/+1
|\
| * Fix ArgumentError with leading and trailing underscores in number strings.Mark Thorn2020-03-031-1/+1
* | Remove unnecessary version guard from versions.rbDavid Rodríguez2020-03-171-1/+1
|/
* Implement `freeze` option for Pysch.loadJean Boussier2019-11-281-7/+11
* Implement a freeze load optionJean Boussier2019-11-283-10/+11
* Refactor `symbolize_names`Jean Boussier2019-11-283-24/+15