1. e492d34 Add notes with releasing process. Copy license text to top-level so it by Leonid Startsev · 6 years ago
  2. a45e71a Update to Kotlin 1.3.40, Changelog for 0.11.1. by Leonid Startsev · 6 years ago
  3. d656e5a Update compiler to latest dev version. by Leonid Startsev · 6 years ago
  4. 1efb642 Clarify @Polymorphic with sealed classes. Clarify documentation for JSON by Leonid Startsev · 6 years ago
  5. d0fb63d Remove dependency on stdlib-jvm from common source set (Fixes #481) by Leonid Startsev · 6 years ago
  6. d0d8b93 Add prefix to all published modules so artifacts names will look properly. by Leonid Startsev · 6 years ago
  7. 6158c39 Update to 1.3.40 eap2; Fix obsolete/broken links by Leonid Startsev · 6 years ago
  8. 45241c1 Merge branch 'master' into dev by Leonid Startsev · 6 years ago
  9. fe1fe4b Clarify configuration in some examples by Leonid Startsev · 6 years ago
  10. 490c751 Fix @UseSerializers argument type and clarify some docs by Leonid Startsev · 6 years ago
  11. 06d95f9 Fixed the type of the `BinaryPayload` serializer by Paul Woitaschek · 6 years ago
  12. 0333a70 Support primitives (ints, strings, JsonLiterals, JsonNull, etc) on a top-level when saving/restoring JSON AST by Leonid Startsev · 6 years ago
  13. fa2231c Infrastructure to build kotlinx.serialization against Kotlin snapshots by Vsevolod Tolstopyatov · 6 years ago
  14. f850cae Add test for non-ascii characters Remove old buildscript by Leonid Startsev · 6 years ago
  15. ef526ec Update issue templates by Leonid Startsev · 6 years ago
  16. b6a7a6d Update issue templates by Leonid Startsev · 6 years ago
  17. 45aa7c7 Migrate to infra and new MPP by Leonid Startsev · 6 years ago
  18. ea4cc5f Add @SharedImmutable to default json module Fixes #441 and #446 by Leonid Startsev · 6 years ago
  19. 8abeed2 Update README.md by Leonid Startsev · 6 years ago
  20. 41c8d75 Fix optional property example by shun · 6 years ago
  21. 009d8de Update runtime_usage.md by Leonid Startsev · 6 years ago
  22. 0e19a27 Add Dagger to dependencies to test integration with Kapt. by Leonid Startsev · 6 years ago
  23. 26d8bbb Update changelog and samples for 0.11.0 by Leonid Startsev · 6 years ago
  24. c48819e Merge branch 'master' into dev by Leonid Startsev · 6 years ago
  25. 0f359d0 Update to release version Update documentation for JSON by Leonid Startsev · 6 years ago
  26. 30a51b0 Merge pull request #421 from Kotlin/json-polymorphism by Vsevolod Tolstopyatov · 6 years ago
  27. 74b4802 Introduce JsonBuilder and JsonConfiguration as a better mechanism for configuring and changing configuration of the JSON by Vsevolod Tolstopyatov · 6 years ago
  28. 5049115 Implement polymorphic serialization in JSON using class discriminator key by Vsevolod Tolstopyatov · 6 years ago
  29. dccaf87 Properly delegate to encoders before calling serializer by Vsevolod Tolstopyatov · 6 years ago
  30. 3fecf30 Make an integration test on a basis of example-multiplatform by Leonid Startsev · 6 years ago
  31. 0913ea7 Update to latest RC by Leonid Startsev · 6 years ago
  32. 9319b30 Alter buildscripts in examples so they will use globally set kotlin and lib version by Leonid Startsev · 6 years ago
  33. a5ebb36 Move most tests for json to source set with Native by Leonid Startsev · 6 years ago
  34. ebd1034 Force quoting for map keys (fixes #379) by Leonid Startsev · 6 years ago
  35. a5b7252 Tests for auto-applying @Polymorphic by Leonid Startsev · 6 years ago
  36. b947e6b Move a lot of tests to source set which runs together with Native by Leonid Startsev · 6 years ago
  37. 6bfccf0 Fix bug with endianness in Native for Longs/Doubles by Leonid Startsev · 6 years ago
  38. 1d3e150 Update to the most recent Kotlin and Kotlin/Native compilers by Leonid Startsev · 6 years ago
  39. b319ba1 Tests for new functionality: by Leonid Startsev · 6 years ago
  40. 61ea4f2 Fix typo by Dominic Fischer · 6 years ago
  41. b9a87d5 Do not allow to mutate SerialModule in formats by Vsevolod Tolstopyatov · 6 years ago
  42. 09aabf2 Update documentation to reflect new modules and polymorphic system by Leonid Startsev · 6 years ago
  43. d77ba5b Implement multiplatform (JVM, JS and Native) PolymorphicSerializer by Leonid Startsev · 6 years ago
  44. 49b75b4 Remove obsolete and poorly designed global class cache by Leonid Startsev · 6 years ago
  45. 7e1a13e Replace old SerialModule with new one which: by Leonid Startsev · 6 years ago
  46. c5bca93 Improve error message for unknown enum constant by Leonid Startsev · 6 years ago
  47. e426502 Get rid of deprecated @Optional by Leonid Startsev · 6 years ago
  48. deb0113 Deprecate @Optional, introduce @Required by Leonid Startsev · 6 years ago
  49. dafca6a Fix access to property on teamcity by Leonid Startsev · 6 years ago
  50. 8e4f650 Upgrade to 1.3.30 EAP 1 by Leonid Startsev · 6 years ago
  51. eaaba62 Update README.md by Alvaro Miranda Aguilera · 6 years ago
  52. 55c564f Added code of conduct by Roman Elizarov · 6 years ago
  53. 4016f62 Use long instead of int in JsonLiteralSerializer by Vsevolod Tolstopyatov · 6 years ago
  54. e59f515 Move custom generics test by Leonid Startsev · 6 years ago
  55. 97b7187 Update to 1.3.21 by Leonid Startsev · 6 years ago
  56. 770630b Tests for hotfixes by Leonid Startsev · 6 years ago
  57. b2ceafd Fix broken and obsolete links in docs by Leonid Startsev · 6 years ago
  58. 4d765d9 Rename samples=>examples folder by Leonid Startsev · 6 years ago
  59. 5d9fb84 Make all samples single Gradle project by Leonid Startsev · 6 years ago
  60. 3acabba Add new multiplatform sample by Leonid Startsev · 6 years ago
  61. b15ce81 Generalize README and fix links by Leonid Startsev · 6 years ago
  62. 3966083 Move samples to separate directory by Leonid Startsev · 6 years ago
  63. 2a91ced Made some functions internal for now by Leonid Startsev · 6 years ago
  64. a37421b Update some missing copyrights by Leonid Startsev · 6 years ago
  65. 8c9fa3b Make proper use of .findAnnotation function by Leonid Startsev · 6 years ago
  66. 6dba4d5 Move everything related to Json and Protobuf schemas to 'sample' module by Leonid Startsev · 6 years ago
  67. 55650ab Json and protobuf schemas recording prototype by Leonid Startsev · 6 years ago
  68. b72b85d Change JsonObject so it would comply to a Map interface: .get should return null for a missing key by Leonid Startsev · 6 years ago
  69. d27c450 JsonElementSerializer public API cleanup: by Vsevolod Tolstopyatov · 6 years ago
  70. 74cebbf Make JsonElementSerializer public by Quentin LITZLER · 6 years ago
  71. 3d25c11 Clarify docs about @Serializer by Leonid Startsev · 6 years ago
  72. 1b65502 Update docs for JSON by Leonid Startsev · 6 years ago
  73. 0c6cf43 Update & fix JVM sample by Leonid Startsev · 6 years ago
  74. 82e4ba5 Repository with fixed Native version by Leonid Startsev · 6 years ago
  75. f080c59 Update changelog and samples by Leonid Startsev · 6 years ago
  76. daf888e Update version number by Leonid Startsev · 6 years ago
  77. a165928 Merge branch 'master' into dev by Leonid Startsev · 6 years ago
  78. 3379ba9 Avoid ImplicitReflectionSerializer by Francesco Vasco · 6 years ago
  79. e97b4f1 Update reference to kaml to indicate it supports serialization as well. by Charles Korn · 6 years ago
  80. b4656a0 Migrate to Gradle 4.10 and metadata 0.4 by Leonid Startsev · 6 years ago
  81. 0407548 Update to 1.3.20 eap 3 by Leonid Startsev · 6 years ago
  82. dc661e9 Reorder Json parameter for consistency by Quentin LITZLER · 6 years ago
  83. dda62f5 Make JsonElement.toString() consistent with stringify (#325) by qlitzler · 6 years ago
  84. 90f34c3 Reader.read(): Int should return -1 on EOF. by Todd Vierling · 6 years ago
  85. edf56c0 Optimize the Writer.write(String) case. by Todd Vierling · 6 years ago
  86. 5cf3c92 Update the docs with new annotations by Leonid Startsev · 6 years ago
  87. 3d1357b Changelog by Leonid Startsev · 6 years ago
  88. 9266132 Turn around messed endianness names by Leonid Startsev · 6 years ago
  89. 69ac2ae Update to Kotlin 1.3.20 EAP 2 by Leonid Startsev · 6 years ago
  90. 7e9d4ba Add empty clause for credentials, becuase Gradle throws strange NPE when by Leonid Startsev · 6 years ago
  91. e62e23b Get rid of protobuf-platform functions since @SerialInfo annotations are supported now. by Leonid Startsev · 6 years ago
  92. 38df9c5 Add kaml to list of supported formats. by Charles Korn · 6 years ago
  93. f2d99cf Delegates `equals`, `hashCode` of `JsonObject` and `JsonArray`. by Raphael Reitzig · 6 years ago
  94. 9dba440 Update runtime_usage.md by Leonid Startsev · 6 years ago
  95. b0fd120 Update version to 1.3.20-eap (dev build from teamcity is used because by Leonid Startsev · 6 years ago
  96. acd6245 Test for fixed #190 in plugin by Leonid Startsev · 6 years ago
  97. 5663611 Some clarifications about project building by Leonid Startsev · 6 years ago
  98. c6dd98c UseSerializers annotation by Leonid Startsev · 6 years ago
  99. 8abe877 Update notes by Leonid Startsev · 6 years ago
  100. d2abee0 More verbose exception message and comment, add more tests by Leonid Startsev · 6 years ago