summaryrefslogtreecommitdiff
path: root/lib
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-202-2/+2
|\
| * Initial move to SnakeYAML EngineCharles Oliver Nutter2023-01-132-2/+2
* | 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-273-2/+9
|/
* 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
|/
* Merge pull request #537 from sethboyles/strict_integer_optionAaron Patterson2022-01-214-17/+26
|\
| * Add strict_integer option to parse numbers with commas as stringsSeth Boyles2022-01-144-17/+26
* | Remove alias of load to unsafe_loadMichael Nikitochkin2022-01-191-1/+0
|/
* 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-2415-49/+49
|\
| * Prefer `require_relative` for internal requiresDavid Rodríguez2021-10-0615-49/+49
* | 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
* | | 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
|\ \ \ \