summaryrefslogtreecommitdiff
path: root/formats
AgeCommit message (Expand)Author
2023-11-21Add Wasm WASI target (#2510)igoriakovlev
2023-11-13Merge remote-tracking branch 'origin/master' into devLeonid Startsev
2023-10-27Fix TaggedDecoder nullable decoding (#2456)Phillip Schichtel
2023-10-26Fix IllegalAccessException (#2469)Leonid Startsev
2023-10-20Cbor: check if inline value classes is marked as @ByteString (#2466)eater
2023-10-19Improve polymorphic deserialization optimization: (#2481)Leonid Startsev
2023-10-19Add a flag to allow parser to accept trailing commas. (#2480)Leonid Startsev
2023-10-18Build improvements: Kotlin 1.9.20-RC, default target hierarchy, bump Okio (#2...Leonid Startsev
2023-10-10Add protobuf conformance tests (#2404)Doğaç Eldenk
2023-10-09Update Minecraft Wiki link to new domain after fork (#2453)Misode
2023-09-21Get rid of @Suppress("INVISIBLE_REFERENCE") for usage of internal declaration...Leonid Startsev
2023-09-15Add tomlkt to list of community formats (#2442)Peanuuutz
2023-09-14Support decoding maps with boolean keys (#2440)Leonid Startsev
2023-09-12Add support of WASM target to mainline (#2410)igoriakovlev
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-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-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-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-05Introduce 'decodeEnumsCaseInsensitive' feature to Json. (#2345)Leonid Startsev
2023-06-29Fix beginStructure in JsonTreeDecoder when inner structure descriptor is same...Ugljesa Jovanovic
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-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-19Update json5k, which now supports Kotlin/Native (#2335)Adam
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-25Fix typo in JsonElementSerializer (#2314)Vinccool96
2023-05-17Add support to decode numeric literals containing an exponent (#2227)Roberto Blázquez
2023-05-11Prepare 1.5.1 release (#2297)upstream/v1.5.1Leonid Startsev
2023-05-10Added FormatLanguage annotation to JSON (#2234)Sergey Shanshin
2023-05-09Merge remote-tracking branch 'origin/master' into devLeonid Startsev
2023-05-09Implement addAll functions for JsonArrayBuilder (#2156)aSemy
2023-04-25Properties Format: Support sealed/polymorphic classes as class properties (#2...EdwarDDay
2023-04-20Adapt tests for K2 and upcoming deprecations in K1 (#2230)Leonid Startsev
2023-04-20Fix value class encoding in various corner cases (#2242)Leonid Startsev
2023-04-19Improved docs for JsonContentPolymorphicSerializer (#2189)Sergey Shanshin