1. cd12b42 Add Minecraft NBT to community formats (#1452) by Ben Woodworth · 3 years, 8 months ago
  2. fc9343f Update Kotlin and add changelog for 1.2.0 (#1436) by Leonid Startsev · 3 years, 9 months ago
  3. 75566cc Generator for .proto files based on serializable Kotlin classes (#1255) by Sergey Shanshin · 3 years, 9 months ago
  4. 38adb1b Support serializer<T> on JS IR when T is an interface (#1431) by Leonid Startsev · 3 years, 9 months ago
  5. f8f37a3 Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 3 years, 9 months ago
  6. c6025c9 Support contextual serialization of generic classes (#1416) by Leonid Startsev · 3 years, 9 months ago
  7. 59d3216 Make JsonConfiguration public and expose it for custom serializers (#1409) by Vsevolod Tolstopyatov · 3 years, 9 months ago
  8. 436cf83 Replace Array<String> in JsonNames with vararg by Leonid Startsev · 3 years, 9 months ago
  9. f7b7f19 Fix incorrect skipElement() when string literals contain ] or } by Leonid Startsev · 3 years, 9 months ago
  10. 6087755 Add @JsonNames annotation by Leonid Startsev · 5 years ago
  11. 83d0faa Fix serializer lookup by KType for third party generics (#1397) by Matthijs van den Bos · 3 years, 9 months ago
  12. 603c85f Fix inability to encode/decode inline class with string to JsonElement (#1408) by Leonid Startsev · 3 years, 9 months ago
  13. cb3786b Rename JsonConf to JsonConfiguration (#1380) by Vsevolod Tolstopyatov · 3 years, 9 months ago
  14. 6547cb7 Fixed loss of precision in JS (#1403) by Sergey Shanshin · 3 years, 9 months ago
  15. b79e4e7 Remove local class from function by Sergey Shanshin · 3 years, 10 months ago
  16. fc865ed Fix possible typo (#1396) by Dmitriy Otstavnov · 3 years, 10 months ago
  17. 6d2e5cf Get rid of Bintray leftovers (#1378) by Vsevolod Tolstopyatov · 3 years, 10 months ago
  18. 6e74f93 Throw SerializationException instead of AIOB when ProtoBug encounters… (#1373) by Vsevolod Tolstopyatov · 3 years, 10 months ago
  19. 68aa94a Disable inline class compilation in IDE by Leonid Startsev · 3 years, 10 months ago
  20. 2b376e5 Add support for watchosX64 target (#1366) by Sergey Bogolepov · 3 years, 10 months ago
  21. 861e5ae Activate js legacy tests (#1371) by EdwarDDay · 3 years, 10 months ago
  22. 0883e54 Fix numeric overflow in JsonLexer (#1367) by EdwarDDay · 3 years, 10 months ago
  23. 3219c71 Adjust benchmarks naming by Vsevolod Tolstopyatov · 3 years, 10 months ago
  24. 628c973 Rewrite and restructure JSON parser (#1343) by Vsevolod Tolstopyatov · 3 years, 10 months ago
  25. 333f9ff Improve performance of JSON encoding (#1354) by Vsevolod Tolstopyatov · 3 years, 10 months ago
  26. 5d0c86c Introduce kotlinx-serialization-bom (#1356) by Vsevolod Tolstopyatov · 3 years, 11 months ago
  27. 43d5f78 Update Kotlin to 1.4.30 release and prepare 1.1.0 release (#1340) by Leonid Startsev · 3 years, 11 months ago
  28. f10d8c6 Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 4 years ago
  29. 7a0f671 Throw SerializationException instead of IllegalStateException in Enum… (#1325) by Vsevolod Tolstopyatov · 4 years ago
  30. 358dc0b Adjust TwitterMacro data model by Vsevolod Tolstopyatov · 4 years ago
  31. f28e005 Json benchmarks (#1337) by Vsevolod Tolstopyatov · 4 years ago
  32. b904cc8 Update version shield (#1335) by Victor Turansky · 4 years ago
  33. 6a8dc86 Remove JCenter() from repositories where possible (#1322) by Leonid Startsev · 4 years ago
  34. 94b09eb Added test of support for nullable types by not null serializers (#1269) by Sergey Shanshin · 4 years ago
  35. 4236a7e Maven central publication (#1319) by Sergey Shanshin · 4 years ago
  36. fc1e1a9 Prepare 1.1.0-RC (#1316) by Leonid Startsev · 4 years ago
  37. 15a5caa Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 4 years ago
  38. b275a2d Contextual serialization for derived classes (#1277) by Martin Raison · 4 years ago
  39. c8c14c9 Fix typo in serializers.md (#1315) by Mike Gershunovsky · 4 years ago
  40. 2a4ce55 Fix typo in serializers.md (#1307) by Donghyeon Kim · 4 years ago
  41. ac54504 Experimental support for inline classes (#1244) by Leonid Startsev · 4 years ago
  42. 07f730a Ensure serialization is usable from K/N background thread by Vsevolod Tolstopyatov · 4 years ago
  43. 2d96a71 Fail on primitive type overflow during JsonElement deserialization by Vsevolod Tolstopyatov · 4 years ago
  44. f818be0 Throw SerializationException when encountering an invalid boolean in JSON by Vsevolod Tolstopyatov · 4 years ago
  45. 7ae2bf2 Update Gradle version to 6.7.1 (#1295) by Kamil Doległo · 4 years ago
  46. cb6a56b Optimize the loop for writing varints in ProtoBuf (#1294) by Vsevolod Tolstopyatov · 4 years ago
  47. f8f5419 Add serializerOrNull function for KType and Type arguments (#1164) by Leonid Startsev · 4 years, 1 month ago
  48. 0e0ff1a Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 4 years, 1 month ago
  49. 6c272a3 Optimize check for missing fields in deserialization (#1153) by Sergey Shanshin · 4 years, 1 month ago
  50. 07b2460 Fix serializing property with custom accessors and backing field (#1197) by Sergey Shanshin · 4 years, 1 month ago
  51. b6eaad1 Add Multiplatform MsgPack community format (#1259) by Ensar Sarajčić · 4 years, 1 month ago
  52. 7bf5119 Remove deprecated declarations from runtime (#1260) by Leonid Startsev · 4 years, 1 month ago
  53. 6357dea Improved test of supporting of nullable serializer in UserSerializers annotation (#1195) by Sergey Shanshin · 4 years, 1 month ago
  54. a9899a7 Treat Collection as ArrayList in serializer by type lookups (#1257) by Leonid Startsev · 4 years, 1 month ago
  55. ec6d55c Fixed some typos in the serializers chapter. (#1218) by Ian Brandt · 4 years, 1 month ago
  56. 5bae104 Correctly escape keys in JsonObject.toString() (#1246) by Karlatemp · 4 years, 1 month ago
  57. a2d1f83 Protobuf: Fix bug example code (#1241) by Anh Le (Andy) · 4 years, 1 month ago
  58. 6dae08f Do not try to end structure in encode/decode stucture extensions if an exception has been thrown, so the original exception will be propagated (#1201) by Vsevolod Tolstopyatov · 4 years, 2 months ago
  59. fb65be2 Fixed a couple typos in the guide intro. (#1212) by Ian Brandt · 4 years, 2 months ago
  60. 728e220 Fixed some typos in the basics chapter. (#1214) by Ian Brandt · 4 years, 2 months ago
  61. de9b574 Fix dynamic serialization for nullable values (#1199) by Ankush Gupta · 4 years, 2 months ago
  62. 196d06c Fixed some typos in the built-in classes chapter. (#1216) by Ian Brandt · 4 years, 2 months ago
  63. 7863f3c Properly cache serial names in order to improve performance of JSON parser with strict mode (#1209) by Vsevolod Tolstopyatov · 4 years, 2 months ago
  64. 548550f Fixed some typos in the custom formats chapter. (#1211) by Ian Brandt · 4 years, 2 months ago
  65. 2e56542 Add build parameter to build serialization with JVM IR compiler (#1206) by Alexander Likhachev · 4 years, 2 months ago
  66. f5dffb8 Add Android SharedPreferences format (#1204) by EdwarDDay · 4 years, 2 months ago
  67. d1149d6 Update compatibility policy with actual state of different Kotlin components (#1174) by Leonid Startsev · 4 years, 2 months ago
  68. 31f646a Alllow shared prefix names (#1183) by TorRanfelt · 4 years, 2 months ago
  69. f08c62f Add support for encoding/decoding Properties values as Strings (#1158) by Leonid Startsev · 4 years, 3 months ago
  70. 7ce6915 Update formats/properties/commonMain/src/kotlinx/serialization/properties/Properties.kt by Leonid Startsev · 4 years, 3 months ago
  71. 4bd949b Prepare 1.0.1 release by Leonid Startsev · 4 years, 3 months ago
  72. f102e60 Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 4 years, 3 months ago
  73. aed6cef Match releasing document with current TeamCity setup (#1130) by Leonid Startsev · 4 years, 3 months ago
  74. 21a76f0 Improve documentation of Properties serialization methods by Daniel Jasiński · 4 years, 3 months ago
  75. 9bb671f Add Pair and Triple to serializer resolving from Java type token (#1160) by Leonid Startsev · 4 years, 3 months ago
  76. ed7bf80 Properly cache generated serializers in PluginGeneratedSerialDescript… (#1159) by Vsevolod Tolstopyatov · 4 years, 3 months ago
  77. d271407 Add support for object polymorhism in HOCON decoder (#1136) by Sergey Shanshin · 4 years, 3 months ago
  78. 5a8f09f Add object-based serialization and deserialization of polimorphic types in JSON on JS platform (#1122) by Sergey Shanshin · 4 years, 3 months ago
  79. 07db572 Add support for encoding/deconding Properties as String by Daniel Jasiński · 4 years, 3 months ago
  80. d58afee Fix deserialization of float and double types in CBOR (#1112) by Sergey Shanshin · 4 years, 3 months ago
  81. 66f3238 Fix example for Json.encodeDefaults to reflect the change in the default (#1155) by Roman Elizarov · 4 years, 3 months ago
  82. 703f8e7 Add support of decoding map in the root of HOCON config (#1106) by Sergey Shanshin · 4 years, 3 months ago
  83. 4b7e225 Add community-supported library multiplatform YAML to the formats list (#1150) by Him188 · 4 years, 3 months ago
  84. 317ff19 Fix ByteString annotation detection when ByteArray is nullable (#1139) by Travis Wyatt · 4 years, 3 months ago
  85. f3526d7 Remove kotlin-stdlib from README.md (#1132) by Martin Bonnin · 4 years, 3 months ago
  86. 0ba55a6 Fix API references in docs that differ only in case (#1131) by Roman Elizarov · 4 years, 3 months ago
  87. 3126d4e Fix typo in moduledoc.md (#1126) by Aakarshit Uppal · 4 years, 3 months ago
  88. 528ce78 Update releasing guide with website buildscript by Leonid Startsev · 4 years, 3 months ago
  89. d24399e Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 4 years, 3 months ago
  90. 0e19cc7 Fix failing `knitCheck` task on Windows by Leonid Startsev · 4 years, 3 months ago
  91. d51ccbb Prepare 1.0.0 release by Leonid Startsev · 4 years, 3 months ago
  92. afc3bed Update ProGuard documentation (#1095) by Vsevolod Tolstopyatov · 4 years, 3 months ago
  93. de538ad Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 4 years, 3 months ago
  94. 3904bd1 Support nullable types at top-level for JsonElement decoding (#1117) by Vsevolod Tolstopyatov · 4 years, 3 months ago
  95. ef53d75 Get rid of deprecated API and replacements (#1111) by Vsevolod Tolstopyatov · 4 years, 3 months ago
  96. f7f1bcc Add CBOR ignoreUnknownKeys option (#947) by Travis Wyatt · 4 years, 3 months ago
  97. d3d2dca Update to new Dokka (#1100) by Vsevolod Tolstopyatov · 4 years, 3 months ago
  98. b2e9104 Add handling of the project property that allows to disable cross-compilation (#1096) by Leonid Startsev · 4 years, 4 months ago
  99. 174be44 Fix incorrect documentation of `encodeDefaults` (#1108) by Anders Carling · 4 years, 4 months ago
  100. 36c1315 Expanded Contributing Guidelines (#1076) by Roman Elizarov · 4 years, 4 months ago