1. 9866884 Better support to customise BaseConstructor. Make 'composer' field and constructDocument() method protected by Andrey Somov · 9 years ago
  2. 5d47381 Remove deprecation warnings caused by old JUnit code by Andrey Somov · 9 years ago
  3. b71447e Fix issue 306: UUID support is complete by Andrey Somov · 9 years ago
  4. ebe7279 Better UUID support by Andrey Somov · 9 years ago
  5. 463ea2a Intriduce AbstractConstructTest to improve coverage by Andrey Somov · 9 years ago
  6. ecf965a Rename pom.yml to pom.yaml by Andrey Somov · 9 years ago
  7. 3f2b89d Update changes.xml by Andrey Somov · 9 years ago
  8. 64d42dc Rearrange items in YAML POM. by Andrey Somov · 9 years ago
  9. 2c26dd5 Merged in jasonvanzyl/snakeyaml (pull request #3) by Andrey Somov · 9 years ago
  10. 6c87d81 Remove unused code in tests by Andrey Somov · 9 years ago
  11. 28dbc25 Add support for Polyglot Maven using the YAML dialect by Jason van Zyl · 9 years ago
  12. b02f233 Fix test by Andrey Somov · 9 years ago
  13. d98b17b Update plugin versions by Andrey Somov · 9 years ago
  14. f5d32ad Provide ability to customize anchor names by Andrey Somov · 9 years ago
  15. 4ec2f29 Update changes by Andrey Somov · 9 years ago
  16. 513cfb1 [maven-release-plugin] prepare for next development iteration by Andrey Somov · 9 years ago
  17. f222ac2 [maven-release-plugin] copy for tag v1.16 by Andrey Somov · 9 years ago
  18. 7cc0637 [maven-release-plugin] prepare release v1.16 by Andrey Somov · 9 years ago
  19. 0ca913e Add SCM server ID by Andrey Somov · 9 years ago
  20. 64ea2f2 Apply ANN by Andrey Somov · 9 years ago
  21. 947dfae Fix issues URL by Andrey Somov · 9 years ago
  22. 05d02b2 Improve example for issue 311 by Andrey Somov · 9 years ago
  23. 757c6a9 Add example for issue 311 by Andrey Somov · 9 years ago
  24. d187b36 issue #310 try not only public constructors in ConstructScalar, try constructor for scpecific Tag if available before throwing YAMLException("Unsupported class...") from constructStandardJavaInstance(...) by maslovalex · 9 years ago
  25. f573941 Merge by Andrey Somov · 9 years ago
  26. 234c86c Improve testing for Java 8 by Andrey Somov · 9 years ago
  27. fbd9f6c README.md edited online with Bitbucket by Andrey Somov · 9 years ago
  28. 711b0d4 README.md edited online with Bitbucket by Andrey Somov · 9 years ago
  29. c84cbe2 README.md edited online with Bitbucket by Andrey Somov · 9 years ago
  30. 733fef7 README.md edited online with Bitbucket by Andrey Somov · 9 years ago
  31. 373e848 README.md edited online with Bitbucket by Andrey Somov · 9 years ago
  32. 7ac2103 README.md edited online with Bitbucket by Andrey Somov · 9 years ago
  33. 31caeed Merge by Andrey Somov · 9 years ago
  34. 7b78d4a Merged in obfischer/snakeyaml (pull request #2) by Andrey Somov · 9 years ago
  35. 859a518 Added a correct URL for the license used by SnakeYAML. A correct URL is required by some plugins which analyses the project dependencies. by Oliver B. Fischer · 9 years ago
  36. 339b737 Update changes by Andrey Somov · 9 years ago
  37. 0fca807 Convert byte[] to String when it matches the JavaBean property by Andrey Somov · 9 years ago
  38. b43703f README.md edited online with Bitbucket by Andrey Somov · 9 years ago
  39. 50626d2 README.md edited online with Bitbucket by Andrey Somov · 9 years ago
  40. 78ff479 README.md edited online with Bitbucket by Andrey Somov · 9 years ago
  41. 14eb7b5 Migrate to Bitbucket by Andrey Somov · 9 years ago
  42. 5ef29b0 Fix a typo in an error message in ScannerImpl by Andrey Somov · 9 years ago
  43. cc24b94 Do not print special characters in the error message by Andrey Somov · 9 years ago
  44. f6ef975 [maven-release-plugin] prepare for next development iteration by Andrey Somov · 9 years ago
  45. d2f8c77 [maven-release-plugin] copy for tag v1.15 by Andrey Somov · 9 years ago
  46. df04ff1 [maven-release-plugin] prepare release v1.15 by Andrey Somov · 9 years ago
  47. 11a89b4 Only leave the start year in the Copyright statement by Andrey Somov · 9 years ago
  48. 25ac3b2 Apply PMD recommendations by Andrey Somov · 9 years ago
  49. d62b061 Apply FindBugs recommendations by Andrey Somov · 9 years ago
  50. 591473d Findbugs recommendation: do not expose mutable data by Andrey Somov · 9 years ago
  51. 5b7749b Remove unused Maven profile 'fast' by Andrey Somov · 9 years ago
  52. 49e8883 Update plugin versions by Andrey Somov · 9 years ago
  53. 43828cf Add a test for issue 207 by Andrey Somov · 9 years ago
  54. 9cddfdc Merge by Andrey Somov · 9 years ago
  55. c5a8071 Additional unit tests for split line functionality in Emitter. by Ville Koskela · 9 years ago
  56. 8171e08 Update changes.xml by Andrey Somov · 9 years ago
  57. 7ab18a9 Prepare 1.15 release notes by Andrey Somov · 9 years ago
  58. cd642cb Backed out changeset: e9ec8f7cbaa9 - keep ignoring duplicate keys by Andrey Somov · 9 years ago
  59. 242cbad Update changes by Andrey Somov · 9 years ago
  60. 7fbc656 Added split lines option to DumperOptions to allow line splitting to be disabled. by Ville Koskela · 9 years ago
  61. 3d2fa27 Use Maven 3 by Andrey Somov · 9 years ago
  62. 9a9a2d6 Reformat POM by Andrey Somov · 9 years ago
  63. 155694e Fail to parse with duplicate mapping keys by Andrey Somov · 9 years ago
  64. be5b9a4 Add test to clarify iOS emoji character in the surrogate range by Andrey Somov · 9 years ago
  65. 6f3a52d Add test for issue 203 by Andrey Somov · 9 years ago
  66. cbf6bfd Add missing copyright statement by Andrey Somov · 9 years ago
  67. bb60497 Fix issue 201: correct grammar mistake in exception message by Andrey Somov · 10 years ago
  68. 466d458 Remove temp. fix which was implemented as a quick fix for issue 29 by Andrey Somov · 10 years ago
  69. 615d371 Reformat deprecated stuff by Andrey Somov · 10 years ago
  70. 9b3d9d7 Reformat code by Andrey Somov · 10 years ago
  71. 99c671d [maven-release-plugin] prepare for next development iteration by maslovalex · 10 years ago
  72. f14607f [maven-release-plugin] copy for tag v1.14 by maslovalex · 10 years ago
  73. 69f91dc [maven-release-plugin] prepare release v1.14 by maslovalex · 10 years ago
  74. 9eb87b8 Prepare 1.14 release by maslovalex · 10 years ago
  75. 668afb8 trailing spaces removed by maslovalex · 10 years ago
  76. b6e058b Prepare announcement for release 1.14 by Andrey Somov · 10 years ago
  77. 9708cf2 (issues 197) Treat not secondary tags ("tag:yaml.org:2002:") a bit different way. by maslovalex · 10 years ago
  78. a970ad3 convert line endings by maslovalex · 10 years ago
  79. 15abdfd change tests to reproduce issue 197 by maslovalex · 10 years ago
  80. 6b158cf some changes to test for issue 193 by maslovalex · 10 years ago
  81. e71fc27 Add tests for issue 193 by Andrey Somov · 10 years ago
  82. fd3b721 Issue 192: Drop support for 'Value Key Language-Independent Type' by Andrey Somov · 10 years ago
  83. ba74e7f Disable javadoc doclint for maven-site-plugin by maslovalex · 10 years ago
  84. 7be8e3a Using LinkedHashMap in some tests to be sure about keys order in dumped yaml. by maslovalex · 10 years ago
  85. e2055f3 Update issue 92 by maslovalex · 10 years ago
  86. a183fe8 jdk8 profile added to be able to use some specific configuration for different plugins by maslovalex · 10 years ago
  87. c755243 Update test by Andrey Somov · 10 years ago
  88. 3577be5 Merge by Andrey Somov · 10 years ago
  89. 9c87d57 Apply year 2014 in the header by Andrey Somov · 10 years ago
  90. 9e7e270 Fix issue 183: Number fields failed to parse dumped values for +/- Infinity and NaN by Andrey Somov · 10 years ago
  91. c8c49ee change sonatype links http -> https by maslovalex · 10 years ago
  92. cef525a Minor test change by Andrey Somov · 10 years ago
  93. 8d3a3b2 Issue 188: improve error message by Andrey Somov · 10 years ago
  94. 11f453c Ignore IDEA project files by Andrey Somov · 10 years ago
  95. 8723ed3 Fix issue 183: Support Number class by Andrey Somov · 11 years ago
  96. 8c0d5ed Fix issue 182: Double.POSITIVE_INFINITY applied to float fields by Andrey Somov · 11 years ago
  97. a289c18 [maven-release-plugin] prepare for next development iteration by Andrey Somov · 11 years ago
  98. 91f9c7e [maven-release-plugin] copy for tag v1.13 by Andrey Somov · 11 years ago
  99. ac7bd47 [maven-release-plugin] prepare release v1.13 by Andrey Somov · 11 years ago
  100. dd6e632 Prepare 1.13 release by Andrey Somov · 11 years ago