1. 54840e0 Fix a typo in polymorphism.md (#2562) by Shreck Ye · 11 months ago
  2. 8b58c60 Align Kotlin Native targets with Kotlin documentation (#2560) by Loïc Lamarque · 11 months ago
  3. 41c0bb1 Minor, move decodeDuration logic to a function reference (#2550) by Alexander Udalov · 11 months ago
  4. 8a3ed23 Add kebab-case naming strategy (#2531) by Emil Kantis · 11 months ago
  5. b3f6e0f Add value class support to the ProtoBufSchemaGenerator (#2542) by Felipe Rotilho · 12 months ago
  6. c10428e Slightly improve error messages thrown from serializer<T>() function (#2533) by Leonid Startsev · 12 months ago
  7. cd9f8b0 Implement ClassDiscriminatorMode.ALL, .NONE, and .POLYMORPHIC (#2532) by Leonid Startsev · 1 year ago
  8. ad9ddd1 Do not try to coerce input values for properties (#2530) by Leonid Startsev · 1 year ago
  9. afebbcb Reorder and filter mavenLocal() for more reproducible builds (#2527) by Leonid Startsev · 1 year, 1 month ago
  10. d8b98b5 Fix: Hocon polymorphic serialization (#2151) by Matt · 1 year, 1 month ago
  11. b994572 Make empty objects and arrays collapsed in pretty print mode (#2506) by Leonid Startsev · 1 year, 1 month ago
  12. 7c62a79 Remove metaInfo usage (#2519) by Ilya Goncharov · 1 year, 1 month ago
  13. e997d3e Prepare 1.6.2 release (#2515) by Leonid Startsev · 1 year, 1 month ago
  14. 4a5648b Add Wasm WASI target (#2510) by igoriakovlev · 1 year, 1 month ago
  15. 31d779f Enable error loglevel for partial linkage messages (#2507) by Stanislav Ruban · 1 year, 1 month ago
  16. 8b8c4f8 Bring back linuxArm32Hfp target because it is deprecated, but not removed yet. (#2505) by Leonid Startsev · 1 year, 1 month ago
  17. 79bbd4c Prepare 1.6.1 release (#2503) by Leonid Startsev · 1 year, 1 month ago
  18. b2a05a4 Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 1 year, 1 month ago
  19. cf71e08 Fix TaggedDecoder nullable decoding (#2456) by Phillip Schichtel · 1 year, 2 months ago
  20. d5bc7f7 Run knit on README.md after ba38b7099e502c16efd30386d18174e3a7aefb3a by Leonid Startsev · 1 year, 2 months ago
  21. b44f03f Fix IllegalAccessException (#2469) by Leonid Startsev · 1 year, 2 months ago
  22. 919062f Suppress experimental expect/actual warning for verifyKotlinModule task (#2482) by Leonid Startsev · 1 year, 2 months ago
  23. fe10d6a Add Gradle properties for disabling project's TC integration (#2483) by Leonid Startsev · 1 year, 2 months ago
  24. bfbe6a9 Cbor: check if inline value classes is marked as @ByteString (#2466) by eater · 1 year, 2 months ago
  25. 7d4bb2a Improve polymorphic deserialization optimization: (#2481) by Leonid Startsev · 1 year, 2 months ago
  26. cf57414 Add a flag to allow parser to accept trailing commas. (#2480) by Leonid Startsev · 1 year, 2 months ago
  27. 6ac4902 Build improvements: Kotlin 1.9.20-RC, default target hierarchy, bump Okio (#2473) by Leonid Startsev · 1 year, 2 months ago
  28. e684f47 Fix JPMS verification task for K2 by Alexander.Likhachev · 1 year, 3 months ago
  29. ba38b70 README: Hide old Gradle plugin instructions, clear up setup flow (#2470) by Sebastian Aigner · 1 year, 3 months ago
  30. a675cb3 Add protobuf conformance tests (#2404) by Doğaç Eldenk · 1 year, 3 months ago
  31. 79ecba6 Update MissingFieldException documentation (#2465) by Vsevolod Tolstopyatov · 1 year, 3 months ago
  32. 9dab3f4 Update Minecraft Wiki link to new domain after fork (#2453) by Misode · 1 year, 3 months ago
  33. 7b75e39 Get rid of @Suppress("INVISIBLE_REFERENCE") for usage of internal declarations (#2444) by Leonid Startsev · 1 year, 3 months ago
  34. 681982c Add tomlkt to list of community formats (#2442) by Peanuuutz · 1 year, 3 months ago
  35. 7d287c8 Support decoding maps with boolean keys (#2440) by Leonid Startsev · 1 year, 3 months ago
  36. 01fcfee Respect overriden language version when creating verifyModule task (#2437) by Leonid Startsev · 1 year, 3 months ago
  37. 2b3645f Remove obsolete unnecessary suppression (#2443) by Leonid Startsev · 1 year, 3 months ago
  38. 6707f19 Actualize ContextualSerializer KDoc: serializersModule was renamed to serializersModuleOf (#2439) by Leonid Startsev · 1 year, 4 months ago
  39. 7ae7a23 Add support of WASM target to mainline (#2410) by igoriakovlev · 1 year, 4 months ago
  40. c2303d9 Updated code examples and documentation to mention where `@Serializable` annotation can be applied directly to the types. (#2397) by Leonid Startsev · 1 year, 4 months ago
  41. f4c3a70 Mute "expect/actual classes are experimental" warning (#2427) by Nikita Bobko · 1 year, 4 months ago
  42. 8baa04b Prepare 1.6.0 release (#2414) by Leonid Startsev · 1 year, 4 months ago
  43. 79867f1 Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 1 year, 4 months ago
  44. 77af2c9 Fix incorrect descriptor in advanced JsonDecoder/Encoder example (#2415) by Leonid Startsev · 1 year, 4 months ago
  45. ef923de Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 1 year, 4 months ago
  46. a7109d8 Fix negative enums in protobuf not serializing & de-serializing (#2400) by Doğaç Eldenk · 1 year, 5 months ago
  47. 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
  48. e55f807 Test & fix several exception messages from Json parser by Leonid Startsev · 1 year, 5 months ago
  49. 7bf105e Mark @SerialName, @Required and @Transient with @MustBeDocumented (#2407) by Vsevolod Tolstopyatov · 1 year, 5 months ago
  50. e68f08e Use JavaCompile.destinationDirectory instead of the whole task (#2405) by Leonid Startsev · 1 year, 5 months ago
  51. ed1b057 Update Knit to 0.5.0-Beta (#2402) by Vsevolod Tolstopyatov · 1 year, 5 months ago
  52. 6602fe4 Use kotlin version as a build number while building in kotlin user projects (#2396) by Margarita Bobova · 1 year, 5 months ago
  53. d83496d Merge branch 'dev' into master by Leonid Startsev · 1 year, 5 months ago
  54. 72d88fc Prepare 1.6.0-RC release (#2391) by Leonid Startsev · 1 year, 5 months ago
  55. e3b7e2b Clarify plugin releases in README by Sebastian Aigner · 1 year, 5 months ago
  56. 416e20a Add annotations from expect entity to actual entity. Required after KT-58551 (#2388) by Margarita Bobova · 1 year, 5 months ago
  57. f023988 Added annotation for named companion objects (#2381) by Sergey Shanshin · 1 year, 5 months ago
  58. 093321f Follow-up for #2379 — actually remove org.intellij.lang.annotations from JS and Native (#2390) by Leonid Startsev · 1 year, 5 months ago
  59. adf350b Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 1 year, 5 months ago
  60. 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
  61. 8b231ff Properly fix Java 8 API compatibility (#2350) by Björn Kautler · 1 year, 5 months ago
  62. 271034b Remove obsolete no longer supported kotlin.mpp.enableCompatibilityMetadataVariant that will be promoted to ERROR as part of KT-55891 (#2380) by Vsevolod Tolstopyatov · 1 year, 5 months ago
  63. 8e47ea2 Rename clashed files to fix per-file compilation for JS target by Artem Kobzar · 1 year, 5 months ago
  64. b5c8c15 Changed actual FormatLanguage annotation for JS and native (#2379) by Sergey Shanshin · 1 year, 5 months ago
  65. 4af0f30 Rename clashed files to fix per-file compilation for JS target by Artem Kobzar · 1 year, 5 months ago
  66. 245030b Update to Kotlin 1.9.0: (#2364) by Leonid Startsev · 1 year, 5 months ago
  67. e41097e Fix missing backticks in MapEntrySerializer documentation (#2373) by Simon Marquis · 1 year, 5 months ago
  68. e3bcb64 Use forgotten 'mode' in 'parameterizedTest' (#2367) by Leonid Startsev · 1 year, 5 months ago
  69. d53588a Actualize Protobuf documentation (#2355) by Leonid Startsev · 1 year, 6 months ago
  70. 3191884 Fix error triggered by 'consume leading class discriminator' polymorphic parsing optimization: (#2362) by Leonid Startsev · 1 year, 6 months ago
  71. b8de86f Support Serializer for Nothing on the JS target (#2330) by Shreck Ye · 1 year, 6 months ago
  72. b0af403 docs(CONTRIBUTING.md): enhance guidelines clarity and grammar (#2361) by Henok Woldesenbet · 1 year, 6 months ago
  73. 782b9f3 Introduce 'decodeEnumsCaseInsensitive' feature to Json. (#2345) by Leonid Startsev · 1 year, 6 months ago
  74. a87b0f1 Manually apply the `java` plugin (#2356) by Sebastian Sellmair · 1 year, 6 months ago
  75. 9056f30 docs: Fix missing call to endStructure() (#2351) by Pavel Vasin · 1 year, 6 months ago
  76. 5bba108 Fix beginStructure in JsonTreeDecoder when inner structure descriptor is same as outer (#2346) by Ugljesa Jovanovic · 1 year, 6 months ago
  77. fd75d35 Bump compatibility-validator version to 0.13.2 (#2349) by Leonid Startsev · 1 year, 6 months ago
  78. d192d24 Fix Kotlin user projects build (#2341) by Abduqodiri Qurbonzoda · 1 year, 6 months ago
  79. 39918cb Update user projects config: adapt build script to new TeamCity variables (#2342) by Margarita Bobova · 1 year, 6 months ago
  80. ba7d17a Suppress org.intellij.lang.annotations from Dokka output. by Leonid Startsev · 1 year, 6 months ago
  81. e73e5e7 Increase visibility of the json-okio integration module: add it to the Dokka generated website by Leonid Startsev · 1 year, 6 months ago
  82. caa194b Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 1 year, 6 months ago
  83. 3e54de5 Actualize 'serializer not found' platform-specific message (#2339) by Leonid Startsev · 1 year, 6 months ago
  84. 5fb55ff Update json5k, which now supports Kotlin/Native (#2335) by Adam · 1 year, 6 months ago
  85. 7d597c1 Remove deprecated K/N targets for 1.9.20 (#2325) by Alexander Shabalin · 1 year, 7 months ago
  86. a269f97 Fixed NoSuchMethodError when parsing a JSON stream on Java 8 (#2328) by Sergey Shanshin · 1 year, 7 months ago
  87. 881e7a9 Fixed regression with serialization using list parametrized with contextual types (#2331) by Sergey Shanshin · 1 year, 7 months ago
  88. 780f43e Remove erroneous external-generated serializer for generic class (#2316) by Leonid Startsev · 1 year, 7 months ago
  89. 9b35e6f Rename Serializers.kt to SerializersJs.kt to support JS per-file compilation (#2315) by Artem Kobzar · 1 year, 7 months ago
  90. 84d4af0 Update releasing docs for the API reference (#2307) by Ignat Beresnev · 1 year, 7 months ago
  91. 776e3c1 Fix typo in JsonElementSerializer (#2314) by Vinccool96 · 1 year, 7 months ago
  92. 0515f5b Fix incorrect spelling of documentation tag (#2310) by Pavel Vasin · 1 year, 7 months ago
  93. 7a35a2d Add documentation for JsonNamingStrategy to the Json guide (#2305) by Leonid Startsev · 1 year, 7 months ago
  94. f76d073 Add support to decode numeric literals containing an exponent (#2227) by Roberto Blázquez · 1 year, 7 months ago
  95. 06aabd2 Fix outdated buildClassSerialDescriptor documentation (#2306) by Leonid Startsev · 1 year, 7 months ago
  96. f833852 Prepare 1.5.1 release (#2297) by Leonid Startsev · 1 year, 8 months ago
  97. a27e86f Function to retrieve KSerializer by KClass and type arguments serializers (#2291) by Sergey Shanshin · 1 year, 8 months ago
  98. 5a8795a Added FormatLanguage annotation to JSON (#2234) by Sergey Shanshin · 1 year, 8 months ago
  99. 40eb277 Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 1 year, 8 months ago
  100. 9157bf8 Implement addAll functions for JsonArrayBuilder (#2156) by aSemy · 1 year, 8 months ago