aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/yaml/snakeyaml/representer
AgeCommit message (Expand)Author
2022-09-07Reformat with IntelliJAndrey Somov
2022-09-07Reformat with IntelliJAndrey Somov
2022-09-07Reformat with Google styleAndrey Somov
2021-12-14Remove snakeyaml.orgAndrey Somov
2019-10-26Sonar: improve Iterable contractAndrey Somov
2019-03-25Use NonPrintableStyle enum to configure non-printable styleAndrey Somov
2019-03-24Introduce setting to keep !!str tag for String even when it contains non-prin...Andrey Somov
2018-11-06Testcase and fix for Issue 423Robert Robinson
2018-08-04Fix issue 409: check only property.getType()Andrey Somov
2018-08-04Add more info for issue 409Andrey Somov
2018-02-16Flow style must not be nullAndrey Somov
2018-02-14Refactor nodes and events - use enum FlowStyle instead of BooleanAndrey Somov
2018-02-10Refactor representers to use ScalarStyleAndrey Somov
2018-02-10Refactor ScalarNode - use enum ScalarStyle instead of CharacterAndrey Somov
2017-08-26Fix javadoc errorAndrey Somov
2017-06-24Issue #383 -- Some configuration properties of Representer are ignoredRoman Kishchenko
2017-06-14Merge with 55b33e57b1abc989c09fcc8d80569f9036c6429chg
2017-02-28issue 364: fix for incorrect serialization of Calendars with certain offsetsOscar Scholten
2016-12-12Improve javadocAndrey Somov
2016-09-05Merge with 9bb4f02c31e04f9f64f7bbbfaf0fb3e225cd8fd9maslovalex
2016-09-01Fix issue 323: Handle surrogate codepointsPawel Skierczynski
2016-05-27Merge with 81c24084dd3370dddc9d4e650378132780f5a94bmaslovalex
2016-05-03Fix issue 341Andrey Somov
2016-02-22Merge with be45b4c2574954e055206477a190267626acc81dmaslovalex
2016-01-07issue #310. Skip checkGlobalTag for Sequence nodes if the real value is not I...maslovalex
2015-11-23Merge with c27fdd906c8f651baa6ee2232cc7b56c724439b8maslovalex
2015-09-23Better UUID supportAndrey Somov
2015-02-25Merge with ea3271f28fff70ede92c89214a331c2a69781dfbmaslovalex
2015-02-17Only leave the start year in the Copyright statementAndrey Somov
2015-02-16Apply PMD recommendationsAndrey Somov
2014-09-23Reformat deprecated stuffAndrey Somov
2014-09-23Reformat codeAndrey Somov
2014-04-03Apply year 2014 in the headerAndrey Somov
2013-07-05Merge with 865ad4e463658fa3e36b0b9af8a059c74017f532maslovalex
2013-04-11Issue 135: Arrays of primitives are not fully supportedJordan
2013-03-30Apply 2013 year in the copyrightpy4fun
2013-03-30fix issue 171: use more generic generics in BaseRepresenterpy4fun
2012-09-04Fix issue 155: a YAML document created by SnakeYAML must be parsed without ex...py4fun
2012-09-02Add test code for issue 155py4fun
2012-06-15Merge with ed6df25121c041b10495858a574749dbc7db6634maslovalex
2012-06-11Improve JavaDocpy4fun
2012-02-08fix: String.getBytes(Charset) is not available for Java 5py4fun
2012-02-08Merge with acfb2636814405068b1bf9270b4da05f6882ec91py4fun
2012-02-03issue 141: TimeZone is configurable in DumperOptionspy4fun
2012-02-02Merge with 461936201cd37d3fc29ca618d768281403ceb2d2maslovalex
2012-01-28Refactor with FindBugs: do not rely on default encodingpy4fun
2012-01-28Refactor: apply FindBugs recommendationspy4fun
2012-01-06Update year to 2012py4fun
2012-01-05Use EolExtension to force LF as line separator for all operating systemspy4fun
2011-10-10Issue 29: Deprecate DumperOptions.calculateScalarStyle()py4fun