summaryrefslogtreecommitdiff
path: root/lib/psych
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 5.1 for releasev5.1.0Charles Oliver Nutter2023-02-071-1/+1
* Fix RestrictedYAMLTree allowing the Symbol class should allow all symbolsJean Boussier2023-01-221-2/+2
* Merge pull request #612 from headius/snakeyaml_engineAaron Patterson2023-01-201-1/+1
|\
| * Initial move to SnakeYAML EngineCharles Oliver Nutter2023-01-131-1/+1
* | Bump up 5.0.2v5.0.2Hiroshi SHIBATA2023-01-181-1/+1
* | Bump up 5.0.2.pre1 for testingHiroshi SHIBATA2023-01-171-1/+1
|/
* Get rid of anonymous eval callsJean Boussier2023-01-112-3/+3
* Bump version to 5.0.1v5.0.1Hiroshi SHIBATA2022-12-081-1/+1
* Bump version to 5.0.0v5.0.0Hiroshi SHIBATA2022-12-051-1/+1
* Bump snakeyaml from 1.31 to 1.33Chad Wilson2022-09-271-1/+1
* Merge pull request #580 from ruby/more-rubyAaron Patterson2022-09-191-0/+13
|\
| * Convert some of Parser#parse to RubyAaron Patterson2022-09-151-0/+13
* | Merge branch 'master' into bump-snakeyamlHiroshi SHIBATA2022-09-073-10/+12
|\ \
| * | Dump Date/DateTime as proleptic Gregorian date as well as TimeNobuyoshi Nakada2022-08-093-10/+12
* | | Bump snakeyaml from 1.28 to 1.31Chad Wilson2022-09-041-1/+1
|/ /
* | Raise specific error when an anchor isn't definedAlexander Momchilov2022-07-272-1/+8
* | Raise specific error when aliases are not enabledAlexander Momchilov2022-07-272-1/+8
|/
* Prepare to develop 5.0.0Hiroshi SHIBATA2022-05-161-1/+1
* Merge pull request #530 from MSP-Greg/gsub2trAaron Patterson2022-05-091-2/+2
|\
| * tr is typically 4 to 5 times faster than gsubMSP-Greg2022-03-291-2/+2
* | [CI] Add/update 'rake install', update Psych version for Ruby 3.1 gem installMSP-Greg2022-03-291-1/+1
|/
* Add strict_integer option to parse numbers with commas as stringsSeth Boyles2022-01-143-11/+19
* Don't require `strscan` unnecessarilyDavid Rodríguez2022-01-131-1/+0
* Bump version to 4.0.3v4.0.3Hiroshi SHIBATA2021-12-201-1/+1
* Merge pull request #522 from deivid-rodriguez/prefer_require_relative_for_int...Hiroshi SHIBATA2021-10-2414-32/+32
|\
| * Prefer `require_relative` for internal requiresDavid Rodríguez2021-10-0614-32/+32
* | Bump up psych version to 4.0.2v4.0.2Hiroshi SHIBATA2021-10-211-1/+1
|/
* Replace A-Za-z with [:alpha:]jory-graham2021-08-051-1/+1
* 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
* | | Bump version to 4.0.1v4.0.1Hiroshi SHIBATA2021-06-071-1/+1
* | | Implement YAML.safe_dump to make safe_load more usable.Jean Boussier2021-05-193-4/+50
* | | Bump versionAaron Patterson2021-05-131-1/+1
* | | Introduce `Psych.unsafe_load`Aaron Patterson2021-05-131-2/+2
* | | 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