1. b3f6e0f Add value class support to the ProtoBufSchemaGenerator (#2542) by Felipe Rotilho · 12 months ago
  2. cd9f8b0 Implement ClassDiscriminatorMode.ALL, .NONE, and .POLYMORPHIC (#2532) by Leonid Startsev · 1 year ago
  3. ad9ddd1 Do not try to coerce input values for properties (#2530) by Leonid Startsev · 1 year ago
  4. d8b98b5 Fix: Hocon polymorphic serialization (#2151) by Matt · 1 year, 1 month ago
  5. b994572 Make empty objects and arrays collapsed in pretty print mode (#2506) by Leonid Startsev · 1 year, 1 month ago
  6. 4a5648b Add Wasm WASI target (#2510) by igoriakovlev · 1 year, 1 month ago
  7. b2a05a4 Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 1 year, 1 month ago
  8. cf71e08 Fix TaggedDecoder nullable decoding (#2456) by Phillip Schichtel · 1 year, 2 months ago
  9. b44f03f Fix IllegalAccessException (#2469) by Leonid Startsev · 1 year, 2 months ago
  10. bfbe6a9 Cbor: check if inline value classes is marked as @ByteString (#2466) by eater · 1 year, 2 months ago
  11. 7d4bb2a Improve polymorphic deserialization optimization: (#2481) by Leonid Startsev · 1 year, 2 months ago
  12. cf57414 Add a flag to allow parser to accept trailing commas. (#2480) by Leonid Startsev · 1 year, 2 months ago
  13. 6ac4902 Build improvements: Kotlin 1.9.20-RC, default target hierarchy, bump Okio (#2473) by Leonid Startsev · 1 year, 2 months ago
  14. a675cb3 Add protobuf conformance tests (#2404) by Doğaç Eldenk · 1 year, 3 months ago
  15. 9dab3f4 Update Minecraft Wiki link to new domain after fork (#2453) by Misode · 1 year, 3 months ago
  16. 7b75e39 Get rid of @Suppress("INVISIBLE_REFERENCE") for usage of internal declarations (#2444) by Leonid Startsev · 1 year, 3 months ago
  17. 681982c Add tomlkt to list of community formats (#2442) by Peanuuutz · 1 year, 3 months ago
  18. 7d287c8 Support decoding maps with boolean keys (#2440) by Leonid Startsev · 1 year, 3 months ago
  19. 7ae7a23 Add support of WASM target to mainline (#2410) by igoriakovlev · 1 year, 4 months ago
  20. a7109d8 Fix negative enums in protobuf not serializing & de-serializing (#2400) by Doğaç Eldenk · 1 year, 5 months ago
  21. 1e88d42 Rename JsonLexer.kt file to avoid confusion — we do not have this class anymore, it was split to ReaderJsonLexer and StringJsonLexer. by Leonid Startsev · 1 year, 5 months ago
  22. e55f807 Test & fix several exception messages from Json parser by Leonid Startsev · 1 year, 5 months ago
  23. 416e20a Add annotations from expect entity to actual entity. Required after KT-58551 (#2388) by Margarita Bobova · 1 year, 5 months ago
  24. f023988 Added annotation for named companion objects (#2381) by Sergey Shanshin · 1 year, 5 months ago
  25. 093321f Follow-up for #2379 — actually remove org.intellij.lang.annotations from JS and Native (#2390) by Leonid Startsev · 1 year, 5 months ago
  26. adf350b Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 1 year, 5 months ago
  27. b0189e7 Remove obsolete no longer supported kotlin.mpp.enableCompatibilityMetadataVariant that will be promoted to ERROR as part of KT-55891 (#2389) by Stanislav Erokhin · 1 year, 5 months ago
  28. 8b231ff Properly fix Java 8 API compatibility (#2350) by Björn Kautler · 1 year, 5 months ago
  29. 8e47ea2 Rename clashed files to fix per-file compilation for JS target by Artem Kobzar · 1 year, 5 months ago
  30. b5c8c15 Changed actual FormatLanguage annotation for JS and native (#2379) by Sergey Shanshin · 1 year, 5 months ago
  31. 4af0f30 Rename clashed files to fix per-file compilation for JS target by Artem Kobzar · 1 year, 5 months ago
  32. 245030b Update to Kotlin 1.9.0: (#2364) by Leonid Startsev · 1 year, 5 months ago
  33. e3bcb64 Use forgotten 'mode' in 'parameterizedTest' (#2367) by Leonid Startsev · 1 year, 5 months ago
  34. d53588a Actualize Protobuf documentation (#2355) by Leonid Startsev · 1 year, 6 months ago
  35. 3191884 Fix error triggered by 'consume leading class discriminator' polymorphic parsing optimization: (#2362) by Leonid Startsev · 1 year, 6 months ago
  36. b8de86f Support Serializer for Nothing on the JS target (#2330) by Shreck Ye · 1 year, 6 months ago
  37. 782b9f3 Introduce 'decodeEnumsCaseInsensitive' feature to Json. (#2345) by Leonid Startsev · 1 year, 6 months ago
  38. 5bba108 Fix beginStructure in JsonTreeDecoder when inner structure descriptor is same as outer (#2346) by Ugljesa Jovanovic · 1 year, 6 months ago
  39. d192d24 Fix Kotlin user projects build (#2341) by Abduqodiri Qurbonzoda · 1 year, 6 months ago
  40. 39918cb Update user projects config: adapt build script to new TeamCity variables (#2342) by Margarita Bobova · 1 year, 6 months ago
  41. e73e5e7 Increase visibility of the json-okio integration module: add it to the Dokka generated website by Leonid Startsev · 1 year, 6 months ago
  42. caa194b Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 1 year, 6 months ago
  43. 5fb55ff Update json5k, which now supports Kotlin/Native (#2335) by Adam · 1 year, 6 months ago
  44. a269f97 Fixed NoSuchMethodError when parsing a JSON stream on Java 8 (#2328) by Sergey Shanshin · 1 year, 7 months ago
  45. 881e7a9 Fixed regression with serialization using list parametrized with contextual types (#2331) by Sergey Shanshin · 1 year, 7 months ago
  46. 776e3c1 Fix typo in JsonElementSerializer (#2314) by Vinccool96 · 1 year, 7 months ago
  47. f76d073 Add support to decode numeric literals containing an exponent (#2227) by Roberto Blázquez · 1 year, 8 months ago
  48. f833852 Prepare 1.5.1 release (#2297) by Leonid Startsev · 1 year, 8 months ago
  49. 5a8795a Added FormatLanguage annotation to JSON (#2234) by Sergey Shanshin · 1 year, 8 months ago
  50. 40eb277 Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 1 year, 8 months ago
  51. 9157bf8 Implement addAll functions for JsonArrayBuilder (#2156) by aSemy · 1 year, 8 months ago
  52. cfce5d8 Properties Format: Support sealed/polymorphic classes as class properties (#2255) by EdwarDDay · 1 year, 8 months ago
  53. 961e87d Adapt tests for K2 and upcoming deprecations in K1 (#2230) by Leonid Startsev · 1 year, 8 months ago
  54. fc9aef5 Fix value class encoding in various corner cases (#2242) by Leonid Startsev · 1 year, 8 months ago
  55. 5084435 Improved docs for JsonContentPolymorphicSerializer (#2189) by Sergey Shanshin · 1 year, 8 months ago
  56. 350443a Fix incorrect json decoding iterator's .hasNext() behavior on array-wrapped inputs: (#2268) by Leonid Startsev · 1 year, 8 months ago
  57. 15aacd2 Replace deprecated ThreadLocal with kotlin.native.concurrent.ThreadLocal (#2266) by Margarita Bobova · 1 year, 9 months ago
  58. e2092a4 Get rid of deprecated toChar() in JS-specific code (#2252) by Leonid Startsev · 1 year, 9 months ago
  59. 2b77da3 Rename json-okio `target` variables to `sink` (#2226) by Ben Woodworth · 1 year, 9 months ago
  60. abb8afc Fixed NoSuchMethodError when parsing a JSON stream on Java 8 (#2219) by madhead · 1 year, 10 months ago
  61. 24c6028 Suppressed Animal Sniffer error on ULong.toString() by Sergey.Shanshin · 1 year, 10 months ago
  62. 6333daf Converted Serialization formats list to table by Sergey.Shanshin · 1 year, 10 months ago
  63. 0ec900b Converted Serialization formats list to table by Sergey.Shanshin · 1 year, 10 months ago
  64. 6246e0a Add functions for creating JsonPrimitives from unsigned numbers (#2160) by aSemy · 1 year, 10 months ago
  65. cbd8ce3 Fix MissingFieldException duplication (#2213) by Vsevolod Tolstopyatov · 1 year, 10 months ago
  66. 88f782c Removed redundant usages of @Serializer annotations (#2200) by Sergey Shanshin · 1 year, 10 months ago
  67. acb0988 Introduce HoconEncoder and HoconDecoder interfaces (#2094) by Alexander Mikhailov · 1 year, 10 months ago
  68. 90113a9 Added ability to read buffered huge strings in custom KSerializers (#2012) by Alexey Sviridov · 1 year, 10 months ago
  69. 2cb7f7d Added support for null values for nullable enums in lanient mode (#2176) by Sergey Shanshin · 1 year, 11 months ago
  70. 9e344bd Added function to run tests by specified compiler version (#2148) by Sergey Shanshin · 1 year, 11 months ago
  71. 0b01b53 Add opt-in to JsonConfiguration() constructor call by Leonid Startsev · 1 year, 11 months ago
  72. 169a145 Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 1 year, 11 months ago
  73. 60c632c Provide support for JsonNamingStrategy to be used in Json for properties' names. (#2111) by Leonid Startsev · 1 year, 11 months ago
  74. 1f4a9e5 Uncomment all stale tests that depended on Kotlin upgrade (#2147) by Leonid Startsev · 2 years ago
  75. ccf9c2c Correctly handle situation where different serializers can be provided (#2113) by Leonid Startsev · 2 years, 1 month ago
  76. 02f643c Further improve stream decoding performance (#2101) by Vsevolod Tolstopyatov · 2 years, 1 month ago
  77. 57deef6 Introduce CharArray pooling for InputStream decoding (#2100) by Vsevolod Tolstopyatov · 2 years, 1 month ago
  78. b749dd1 Provide killswitch for JPMS & improve building.md (#2105) by Leonid Startsev · 2 years, 1 month ago
  79. 52218e8 Add support for encoding Duration in HOCON format (#2080) by Alexander Mikhailov · 2 years, 2 months ago
  80. d75028c Add third-party library for the JSON5 format (#2084) by xn32 · 2 years, 2 months ago
  81. 520eeef Fixed serializers caching for parametrized types from different class loaders by Sergey Shanshin · 2 years, 2 months ago
  82. 77c8232 Add support for deserialization Duration in HOCON format (#2073) by Alexander Mikhailov · 2 years, 2 months ago
  83. f451e43 Remove experimentality from serializer(java.lang.Type) function family (#2069) by Leonid Startsev · 2 years, 2 months ago
  84. 95d5b4f Make DeserializationStrategy covariant at declaration-site (#1897) by Lukellmann · 2 years, 2 months ago
  85. 46a5ff6 Support unquoted literal JSON values (#2041) by aSemy · 2 years, 2 months ago
  86. de6864a Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 2 years, 3 months ago
  87. 0a1b6d8 Fix minor documentation and comment typos (#2061) by aSemy · 2 years, 3 months ago
  88. 0f35682 Fix incorrect behavior while deserializing maps to sealed classes (#2052) by Rodrigo Vedovato · 2 years, 3 months ago
  89. dc9983a Update test assertions to use IntelliJ "Click to see difference" format (#2062) by aSemy · 2 years, 3 months ago
  90. 182c53e Add documentation on using typealias for means of global configuration by Leonid Startsev · 2 years, 3 months ago
  91. e311eb8 Added support for the unsigned primitives and arrays as built-in by Sergey Shanshin · 2 years, 3 months ago
  92. 9658ea7 Use EnumSerializer for explicitly serializable enum instead of auto-generated by Sergey Shanshin · 2 years, 3 months ago
  93. f8d605d Add functions that can be used by compiler plugin for intrinsics (#2031) by Leonid Startsev · 2 years, 3 months ago
  94. 79de734 Added support of UTF-16 surrogate pairs to okio streams by Sergey Shanshin · 2 years, 4 months ago
  95. 2fe2efa Added test on custom serializer for sealed class with generic parameter by Sergey.Shanshin · 3 years ago
  96. 765d462 fix typo (serialise -> serialize) by Atsuto Yamashita · 2 years, 4 months ago
  97. bf57560 Fix core module configuration in hocon module by Osip Fatkullin · 2 years, 4 months ago
  98. f7a92f2 Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 2 years, 4 months ago
  99. 0c0648e Fixed decoding of huge JSON data for okio streams by Sergey Shanshin · 2 years, 4 months ago
  100. 16a85df Minor Kdoc update (#1999) by Martin Bonnin · 2 years, 5 months ago