aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/yaml/snakeyaml
AgeCommit message (Expand)Author
2021-12-13Format codeAndrey Somov
2021-10-26Merge branch 'master' into fixFlowSequenceAndrey Somov
2021-10-23Migrate to https://bitbucket.org/snakeyaml/snakeyamlAndrey Somov
2021-09-22comments are already processed in Production implementationsWolf2323
2021-09-22fix flow sequence comment parsingWolf2323
2021-09-07Merge branch 'master' into refactor-commentsAndrey Somov
2021-08-12Merged in fix/emit-comments-flow (pull request #23)zml
2021-08-11emitter: Make prettyFlow formatting for sequences match mappingszml
2021-08-11emitter: Handle comments written within flow nodeszml
2021-06-30reverted emitter tests and fixed the related emitter issueWolf2323
2021-06-29fix issue when processing empty entry followed by commentsWolf2323
2021-06-29removed duplicate codeWolf2323
2021-06-29cleaned code/performance improveWolf2323
2021-06-28Merged in DataWindowComments (pull request #20)Gabriel Wolf
2021-06-28Issue 506: improve Float PatternAndrey Somov
2021-06-28Merge pull request #16 from mziwisky/fix-0x_Andrey Somov
2021-06-28fixed ArrayIndexOutOfBounceException when data window breaks on a commentWolf2323
2021-06-22fix parsing of other unquoted int-like stringsMichael Ziwisky
2021-06-22fix parsing of unquoted string `0x_`Michael Ziwisky
2021-06-20fixed no indent after first line is blankWolf2323
2021-05-13fixed emitter parsing of sequence commentsWolf2323
2021-05-13fixed sequence readingWolf2323
2021-05-13change inline comments after sequence dash are now block comments. This is a ...Wolf2323
2021-05-13fix comment consumption in sequencesWolf2323
2021-05-13Comments are no longer consumed by a MappingNode or SequenceNode except in Fl...Wolf2323
2021-03-27Comments at the beginning of a Document are no longer ignore/skippedWolf2323
2021-03-27Merged in Yaml_LoadComments (pull request #10)Gabriel Wolf
2021-03-27Merged in DumperOptions_ProcessComments (pull request #9)Gabriel Wolf
2021-03-21Merged in master (pull request #8)Omer Azmon
2021-03-04loadFromReader, loadAll and parse now support the loading of commentsWolf2323
2021-03-04Added method setProcessComments to the DumperOptions to activate/deactivate s...Wolf2323
2021-03-01fix corner case for comments where blank lines after plain tokenOmer Azmon
2021-02-28Remove unused variableAndrey Somov
2021-02-20Remove unused codeAndrey Somov
2021-01-26Rename emit to parse in the scanning/parsing contextAndrey Somov
2021-01-19Added copyright noticetreekt
2021-01-19Changed action description in changes.xml and default value of enumCaseSensit...treekt
2021-01-19Moved enumCaseSensitive property to LoaderOptions and deleted ConstructorOpti...treekt
2021-01-19Removed jetbrains annotations cause maven build errortreekt
2021-01-19Update findEnumInsensitiveCase method java docs and add @NotNull annotationstreekt
2021-01-19Fixed java doc and generic enum typetreekt
2021-01-19Correct method to find enum insensitive case and changed java docstreekt
2021-01-19Correct of imports in Constructor classtreekt
2021-01-19Added constructor options to control constructing enum with case sensitivity,...treekt
2021-01-03Fix issue 493: env value can contain special charactersAndrey Somov
2020-11-08Update changesAndrey Somov
2020-11-05Update headersAndrey Somov
2020-11-01Merged in omer_comments_all (pull request #7)Omer Azmon
2020-10-13lint, comment, etc.Omer Azmon
2020-10-13implement serializer and emitter comment changes required changes toOmer Azmon