summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-22Prepare 1.6.0 releaseupstream-1.6.0-releaseLeonid Startsev
2023-08-22Merge remote-tracking branch 'origin/master' into devLeonid Startsev
2023-08-22Fix incorrect descriptor in advanced JsonDecoder/Encoder example (#2415)Leonid Startsev
2023-08-21Merge remote-tracking branch 'origin/master' into devLeonid Startsev
2023-08-14Fix negative enums in protobuf not serializing & de-serializing (#2400)Doğaç Eldenk
2023-08-11Rename JsonLexer.kt file to avoid confusion — we do not have this class any...Leonid Startsev
2023-08-11Test & fix several exception messages from Json parserLeonid Startsev
2023-08-10Mark @SerialName, @Required and @Transient with @MustBeDocumented (#2407)Vsevolod Tolstopyatov
2023-08-09Use JavaCompile.destinationDirectory instead of the whole task (#2405)Leonid Startsev
2023-08-07Update Knit to 0.5.0-Beta (#2402)Vsevolod Tolstopyatov
2023-08-04Use kotlin version as a build number while building in kotlin user projects (...Margarita Bobova
2023-08-03Merge branch 'dev' into masterLeonid Startsev
2023-08-03Prepare 1.6.0-RC release (#2391)upstream/v1.6.0-RCLeonid Startsev
2023-08-03Clarify plugin releases in READMESebastian Aigner
2023-08-03Add annotations from expect entity to actual entity. Required after KT-58551 ...Margarita Bobova
2023-08-02Added annotation for named companion objects (#2381)Sergey Shanshin
2023-08-02Follow-up for #2379 — actually remove org.intellij.lang.annotations from JS...Leonid Startsev
2023-08-02Merge remote-tracking branch 'origin/master' into devLeonid Startsev
2023-08-02Remove obsolete no longer supported kotlin.mpp.enableCompatibilityMetadataVar...Stanislav Erokhin
2023-08-02Properly fix Java 8 API compatibility (#2350)Björn Kautler
2023-07-27Remove obsolete no longer supported kotlin.mpp.enableCompatibilityMetadataVar...Vsevolod Tolstopyatov
2023-07-26Rename clashed files to fix per-file compilation for JS targetArtem Kobzar
2023-07-26Changed actual FormatLanguage annotation for JS and native (#2379)Sergey Shanshin
2023-07-24Rename clashed files to fix per-file compilation for JS targetArtem Kobzar
2023-07-24Update to Kotlin 1.9.0: (#2364)Leonid Startsev
2023-07-20Fix missing backticks in MapEntrySerializer documentation (#2373)Simon Marquis
2023-07-17Use forgotten 'mode' in 'parameterizedTest' (#2367)Leonid Startsev
2023-07-14Actualize Protobuf documentation (#2355)Leonid Startsev
2023-07-14Fix error triggered by 'consume leading class discriminator' polymorphic pars...Leonid Startsev
2023-07-12Support Serializer for Nothing on the JS target (#2330)Shreck Ye
2023-07-11docs(CONTRIBUTING.md): enhance guidelines clarity and grammar (#2361)Henok Woldesenbet
2023-07-05Introduce 'decodeEnumsCaseInsensitive' feature to Json. (#2345)Leonid Startsev
2023-07-05Manually apply the `java` plugin (#2356)Sebastian Sellmair
2023-06-29docs: Fix missing call to endStructure() (#2351)Pavel Vasin
2023-06-29Fix beginStructure in JsonTreeDecoder when inner structure descriptor is same...Ugljesa Jovanovic
2023-06-26Bump compatibility-validator version to 0.13.2 (#2349)Leonid Startsev
2023-06-23Fix Kotlin user projects build (#2341)Abduqodiri Qurbonzoda
2023-06-23Update user projects config: adapt build script to new TeamCity variables (#2...Margarita Bobova
2023-06-22Suppress org.intellij.lang.annotations from Dokka output.Leonid Startsev
2023-06-22Increase visibility of the json-okio integration module: add it to the Dokka ...Leonid Startsev
2023-06-22Merge remote-tracking branch 'origin/master' into devLeonid Startsev
2023-06-22Actualize 'serializer not found' platform-specific message (#2339)Leonid Startsev
2023-06-19Update json5k, which now supports Kotlin/Native (#2335)Adam
2023-06-14Remove deprecated K/N targets for 1.9.20 (#2325)Alexander Shabalin
2023-06-13Fixed NoSuchMethodError when parsing a JSON stream on Java 8 (#2328)Sergey Shanshin
2023-06-13Fixed regression with serialization using list parametrized with contextual t...Sergey Shanshin
2023-05-26Remove erroneous external-generated serializer for generic class (#2316)Leonid Startsev
2023-05-25Rename Serializers.kt to SerializersJs.kt to support JS per-file compilation ...Artem Kobzar
2023-05-25Update releasing docs for the API reference (#2307)Ignat Beresnev
2023-05-25Fix typo in JsonElementSerializer (#2314)Vinccool96