1. 7ce6915 Update formats/properties/commonMain/src/kotlinx/serialization/properties/Properties.kt by Leonid Startsev · 4 years, 2 months ago
  2. 21a76f0 Improve documentation of Properties serialization methods by Daniel Jasiński · 4 years, 2 months ago
  3. 07db572 Add support for encoding/deconding Properties as String by Daniel Jasiński · 4 years, 2 months ago
  4. 317ff19 Fix ByteString annotation detection when ByteArray is nullable (#1139) by Travis Wyatt · 4 years, 3 months ago
  5. 3904bd1 Support nullable types at top-level for JsonElement decoding (#1117) by Vsevolod Tolstopyatov · 4 years, 3 months ago
  6. ef53d75 Get rid of deprecated API and replacements (#1111) by Vsevolod Tolstopyatov · 4 years, 3 months ago
  7. f7f1bcc Add CBOR ignoreUnknownKeys option (#947) by Travis Wyatt · 4 years, 3 months ago
  8. d3d2dca Update to new Dokka (#1100) by Vsevolod Tolstopyatov · 4 years, 3 months ago
  9. 174be44 Fix incorrect documentation of `encodeDefaults` (#1108) by Anders Carling · 4 years, 3 months ago
  10. e2e764a Fix broken StacktraceRecoveryTest by Leonid Startsev · 4 years, 3 months ago
  11. 932f8c5 Merge branch 'master' into dev by Leonid Startsev · 4 years, 3 months ago
  12. c041c2c Change default value of `encodeDefaults` config flag (#1084) by Leonid Startsev · 4 years, 3 months ago
  13. 47ebf82 Do not provide default implementation for serializersModule in Abstra… (#1089) by Vsevolod Tolstopyatov · 4 years, 3 months ago
  14. be7bf4b Support JsonElement hierarchy in dynamic decoding by Vsevolod Tolstopyatov · 4 years, 3 months ago
  15. d161fb0 Support top-level primitives and primitive map keys in dynamic serialization by Vsevolod Tolstopyatov · 4 years, 3 months ago
  16. 608cbad Standartize and cleanup Gradle scripts by Vsevolod Tolstopyatov · 4 years, 4 months ago
  17. c0233db Move dynamic parsing to json package where it belongs by Vsevolod Tolstopyatov · 4 years, 4 months ago
  18. 0e4e0e7 Extract JSON to a separate dependency, rename 'runtime' to 'core' (#1062) by Vsevolod Tolstopyatov · 4 years, 4 months ago
  19. ec46dec Add community CBOR format from L-Briand (#1064) by Lionel Briand · 4 years, 4 months ago
  20. e3e58e3 Support deserialization of top-level nullable types (#1038) by Vsevolod Tolstopyatov · 4 years, 4 months ago
  21. 46496be Make most serialization exceptions eligible for coroutines exception recovery (#1054) by Roman Elizarov · 4 years, 4 months ago
  22. fbf59d2 Update documentation by Vsevolod Tolstopyatov · 4 years, 5 months ago
  23. 59699a3 Add imports required for Dokka task by Vsevolod Tolstopyatov · 4 years, 5 months ago
  24. 419ddb9 [API stabilization] Experimental API (#960) by Vsevolod Tolstopyatov · 4 years, 5 months ago
  25. 5459c10 Docs: Kotlin Serialization Guide (#933) by Roman Elizarov · 4 years, 5 months ago
  26. a148260 Renamed kotlinx-serialization-runtime to kotlinx-serialization-core (#953) by Leonid Startsev · 4 years, 5 months ago
  27. 74653e1 typo by Leonid Startsev · 4 years, 5 months ago
  28. 03959d9 Improve migration for JsonInput (#950) by Leonid Startsev · 4 years, 5 months ago
  29. d2583db [API stabilization] Serializer lookup enchancements (#948) by Vsevolod Tolstopyatov · 4 years, 5 months ago
  30. cc52ca5 Fixed apiDump by Roman Elizarov · 4 years, 5 months ago
  31. 8c651b3 Add CBOR major type 2 (byte string) support (#898) by Travis Wyatt · 4 years, 5 months ago
  32. 370332b [API stabilization] Properties unification (#938) by Leonid Startsev · 4 years, 5 months ago
  33. d4f1dad Make Properties consistent with Json format and serialize enums as st… (#924) by Vsevolod Tolstopyatov · 4 years, 5 months ago
  34. 6178da6 [API stabilization] ProtoBuf rework (#912) by Vsevolod Tolstopyatov · 4 years, 5 months ago
  35. c136b56 ProtoBuf enchancements (#923) by Vsevolod Tolstopyatov · 4 years, 5 months ago
  36. 8654620 [API stabilization] Rename ConfigParser to Hocon and migrate to (#914) by Vsevolod Tolstopyatov · 4 years, 5 months ago
  37. 897ea46 [API stabilization] Cbor by Vsevolod Tolstopyatov · 4 years, 6 months ago
  38. cfb3d25 Relocate SerialDescriptor and stuff to .descriptors package by Leonid Startsev · 4 years, 6 months ago
  39. e8cb0cb Relocate Encoder and Decoder to .encoding package by Leonid Startsev · 4 years, 6 months ago
  40. f1a5a2b Split @ContextualSerialization in two (#922) by Leonid Startsev · 4 years, 5 months ago
  41. 8db8425 [API stabilization] SerialDescriptorBuilder by Vsevolod Tolstopyatov · 4 years, 5 months ago
  42. 95e5008 [API stabilization] SerialDescriptor by Vsevolod Tolstopyatov · 4 years, 6 months ago
  43. ae2a464 [API stabilization] SerialModuleBuilder rework by Vsevolod Tolstopyatov · 4 years, 6 months ago
  44. 4bf459e [API stabilization] SerialModule rework by Vsevolod Tolstopyatov · 4 years, 6 months ago
  45. aa4e762 Align ConfigParser naming with the rest of kotlinx.serialization by Vsevolod Tolstopyatov · 4 years, 6 months ago
  46. e772f37 [API stabilization] Encoder and Decoder by Vsevolod Tolstopyatov · 4 years, 6 months ago
  47. 5a991a6 [API stabilization] Builtin package stabilization by Vsevolod Tolstopyatov · 4 years, 6 months ago
  48. f866e58 [API stabilization] Exceptions rework (#880) by Vsevolod Tolstopyatov · 4 years, 6 months ago
  49. 13a56b2 Replace UnitSerializer with Unit.serializer() by Leonid Startsev · 4 years, 6 months ago
  50. 36014b7 [API stabilization] Hide public IO classes, copy them to ProtoBuf and CBOR, remove redundant symbols and make internal in order to reduce public API shape (#872) by Vsevolod Tolstopyatov · 4 years, 6 months ago
  51. d8c9fc7 [API stabilization] Renames in BinaryFormat, rename dump to encodeToByteArray and load to decodeFromByteArray. Rename dumps and loads to encodeToHexString and decodeFromHexString by Vsevolod Tolstopyatov · 4 years, 6 months ago
  52. bfb3a45 [API stabilization] Rename JsonInput and JsonOutput to be aligned with the rest of the library by Vsevolod Tolstopyatov · 4 years, 6 months ago
  53. 6de9648 Deprecation and binary compatibility (#861) by Vsevolod Tolstopyatov · 4 years, 7 months ago
  54. 2397350 Promote typeOf-based API usage: (#850) by Vsevolod Tolstopyatov · 4 years, 7 months ago
  55. 6f20a67 Support AssociatedObjects from JS IR by Leonid Startsev · 4 years, 8 months ago
  56. 0e73f82 Add support for String enum values in maps for Properties loading (#818) (#819) by thumannw · 4 years, 8 months ago
  57. 611f3f0 Validate Input available bytes once beforehand in readExactNBytes to avoid loops and excess allocations by Vsevolod Tolstopyatov · 4 years, 9 months ago
  58. 938a35f Protobuf minor optimizations: by Vsevolod Tolstopyatov · 4 years, 9 months ago
  59. bdb51c4 ProtoBuf decoding rework: by Vsevolod Tolstopyatov · 4 years, 9 months ago
  60. 72ea1f2 ProtoBuf encoding rework: by Vsevolod Tolstopyatov · 4 years, 9 months ago
  61. d79a8a5 Refactor ProtoBuf to be more maintenance-friendly, extract internal implementations to the corresponding package, rename internal classes to be consistent with their purpose by Vsevolod Tolstopyatov · 4 years, 9 months ago
  62. f7abe61 Deprecate .patch and support scattered arrays in protobuf properly by Leonid Startsev · 4 years, 11 months ago
  63. c6d308c Deprecate update* and add oldValue parameter to decodeSerializableValue by Leonid Startsev · 4 years, 11 months ago
  64. bc9c8f4 Set up dokka and docs publishing process (#780) by Leonid Startsev · 4 years, 9 months ago
  65. 554dae1 Merge remote-tracking branch 'origin/master' into dev by Vsevolod Tolstopyatov · 4 years, 9 months ago
  66. b5d6790 Get rid of quadratic index lookup in ProtoBuf by Vsevolod Tolstopyatov · 4 years, 9 months ago
  67. 7856824 Rename IS, BAOS, OS and BAOS to stop being looking similar to java.io by Vsevolod Tolstopyatov · 4 years, 9 months ago
  68. 06142ca Optimize ProtoBuf decoding by Vsevolod Tolstopyatov · 4 years, 9 months ago
  69. 16ae7fa Optimize ProtoBuf encoding: by Vsevolod Tolstopyatov · 4 years, 9 months ago
  70. 23c1b54 Protobuf performance improvements by Vsevolod Tolstopyatov · 4 years, 10 months ago
  71. 90c2c05 Protobuf improvements by Vsevolod Tolstopyatov · 4 years, 10 months ago
  72. e8a3bf2 Fix incorrect 'since version' field by Leonid Startsev · 4 years, 9 months ago
  73. ee4d7c7 Enable library author's mode and adjust visibilities (#758) by Leonid Startsev · 4 years, 9 months ago
  74. 07de016 Enable JS IR support by Leonid Startsev · 4 years, 10 months ago
  75. 4a51489 Make IAE during sealed class serializer instantiation more approachable, enhance toString by Vsevolod Tolstopyatov · 4 years, 10 months ago
  76. 2449d9f Rework polymorphic descriptors: by Vsevolod Tolstopyatov · 4 years, 10 months ago
  77. 2af2baa Hide internal collection and map serializers, use deprecation suppression in ProtoBuf instead by Vsevolod Tolstopyatov · 4 years, 10 months ago
  78. f5accd1 Migrate to eap3 and clean up some warnings; bump version by Leonid Startsev · 4 years, 10 months ago
  79. 146a0d0 Introduce factories for ArraySerializers as well, deprecate top-level array serializers by Vsevolod Tolstopyatov · 4 years, 10 months ago
  80. 2254f1c Extract ElementValue encoder and decoder to builtins and rename it to AbstractEncoder and AbstractDecoder respectively by Vsevolod Tolstopyatov · 4 years, 11 months ago
  81. 8bbe911 Hide as much internal API as possible for collections by Vsevolod Tolstopyatov · 4 years, 11 months ago
  82. 602830c Introduce CollectionSerializers, split existing Shorthands between packages by Vsevolod Tolstopyatov · 4 years, 11 months ago
  83. 47a1148 Replace top-level primitive serializers with corresponding companion functions from builtins by Vsevolod Tolstopyatov · 4 years, 11 months ago
  84. e9ec643 Move Tagged.kt to internal package by Vsevolod Tolstopyatov · 4 years, 11 months ago
  85. 3a4b7e0 Hide tuple serializers from the public usages and replace them with factory methods in builtins package by Vsevolod Tolstopyatov · 4 years, 11 months ago
  86. 5098740 Deprecate top-level format instances, leave only companion objects by Vsevolod Tolstopyatov · 4 years, 11 months ago
  87. 990fc61 Rename obj to value in SerialFormat by Vsevolod Tolstopyatov · 4 years, 11 months ago
  88. 2fed5df Cleanup ConfigParser: move to proper package to be consistent with other formats, by Leonid Startsev · 4 years, 11 months ago
  89. 1fe9ec1 Ignore test that behaves differently with Unit by Leonid Startsev · 4 years, 11 months ago
  90. 862caa4 Add option to use HOCON naming convention by Eduard Wolf · 4 years, 11 months ago
  91. a98be33 Remove HexConverter from cborMain dependencies by Leonid Startsev · 5 years ago
  92. 01a1acc Get rid of AbstractSerialFormat superclass by Leonid Startsev · 5 years ago
  93. a442628 Deprecate most of internal functions by Leonid Startsev · 5 years ago
  94. de2b958 Migration paths, documentation improvements and additional SerialDescriptorBuilder validation by Vsevolod Tolstopyatov · 5 years ago
  95. 2649224 Serial kinds re-adjustments by Vsevolod Tolstopyatov · 5 years ago
  96. 1531741 Document Encoder and CompositeEncoder by Vsevolod Tolstopyatov · 5 years ago
  97. 6d944e5 Document Decoder and CompositeDecoder, split encoding and decoding to different files by Vsevolod Tolstopyatov · 5 years ago
  98. fa9f753 Introduce UnionKInd.CONTEXTUAL to cover Polymorphic/Contextual serializers, get rid of elementsCount in builders by Vsevolod Tolstopyatov · 5 years ago
  99. 1489ddd SerialDescriptor for enums rework: by Vsevolod Tolstopyatov · 5 years ago
  100. bed6823 Remove stuff that was deprecated long ago by Leonid Startsev · 5 years ago