1. 201ecd9 0.6.2 release: Updated Kotlin to 1.2.70 and Kotlin/Native to 0.9 by Leonid Startsev · 6 years ago
  2. 1da7b28 remove empty primary constructor of some annoations by SatoShun · 6 years ago
  3. 0ff184b Fix namespace spelling mistake by Robert MacLean · 6 years ago
  4. aee4fc2 Workaround for KT-25938 by Leonid Startsev · 6 years ago
  5. c01c366 Docs and samples for 0.6.1 by Leonid Startsev · 6 years ago
  6. bdf3897 Update ios sample with latest http client by Leonid Startsev · 6 years ago
  7. 84d872d Update dependencies by Leonid Startsev · 6 years ago
  8. 4fbeeb7 Don't throw NoSuchElement if key is missing in the map in `Mapper.readNotNullMark`, by Leonid Startsev · 6 years ago
  9. 13d4c56 Move next dev version by Leonid Startsev · 7 years ago
  10. 3318e6c Fix typo by Leonid Startsev · 6 years ago
  11. 15dd545 Changelog, readme, docs and samples update for 0.6.0 by Leonid Startsev · 7 years ago
  12. 51114eb Updated library version by Leonid Startsev · 7 years ago
  13. 476b722 Add snapshot version to buildscript by Leonid Startsev · 7 years ago
  14. 2e5f1c8 Allow @SerialName and @SerialInfo on classes by Leonid Startsev · 7 years ago
  15. a9170c3 Update samples to actual build process by Leonid Startsev · 7 years ago
  16. 447e14f Update readme by Leonid Startsev · 7 years ago
  17. 133194c Use new 0.8 K/N DSL by Leonid Startsev · 7 years ago
  18. 0a9f0d6 Typo fixing, copyrights, module renaming by Leonid Startsev · 7 years ago
  19. 4716931 Simplify JSON AST API, Provide JSON builder, provide useful extensions, add documentation, update K/N by Vsevolod Tolstopyatov · 7 years ago
  20. c082f35 Get rid of JsonString to align json primitives with each other. by Vsevolod Tolstopyatov · 7 years ago
  21. 9268a2d Add some tests based on strange JSONs by Leonid Startsev · 7 years ago
  22. 29b217e [JSON-AST] Some polishing: by Leonid Startsev · 7 years ago
  23. 9eb8fe8 Updated K/N Version by Leonid Startsev · 7 years ago
  24. bfaf74c [JSON-AST] Cosmetic fixes: by Leonid Startsev · 7 years ago
  25. 377f3eb [JSON-AST] Add ability to parse JSONInput element as tree by Leonid Startsev · 7 years ago
  26. 4a72d2f [JSON-AST] Docs writeup by Leonid Startsev · 7 years ago
  27. bd9a52d [JSON-AST] Add forgotten copyrights by Leonid Startsev · 7 years ago
  28. c563d23 [JSON-AST] Publishing setup by Leonid Startsev · 7 years ago
  29. becc420 [JSON-AST] Moved tests to proper module by Leonid Startsev · 7 years ago
  30. bae49f9 [JSON-AST] Publishing native artifact on bintray by Leonid Startsev · 7 years ago
  31. 7a72f3d [JSON-AST] Saving AST back to JSON by Leonid Startsev · 7 years ago
  32. 981b438 [JSON-AST] JsonAstMapper to serializable classes by Leonid Startsev · 7 years ago
  33. d05b1e3 [JSON-AST] add convenient methods and tests by Leonid Startsev · 7 years ago
  34. 17da0ba JSON AST parser [WIP] by Leonid Startsev · 7 years ago
  35. c2443c6 Remove annoying "for class class" message in not found serializer exception by Leonid Startsev · 7 years ago
  36. e593b42 Introduce module for benchmarks by Vsevolod Tolstopyatov · 7 years ago
  37. 3ec9f1c Add notes about snapshot versions by Leonid Startsev · 7 years ago
  38. bb6e21e Tests for bugs fixed in latest published plugin (#118 and #125) by Leonid Startsev · 7 years ago
  39. 27d1ad2 Auto-assign proto ids using field index by Leonid Startsev · 7 years ago
  40. 0878f29 Update examples and changelog by Leonid Startsev · 7 years ago
  41. 14b57df Upgraded version by Leonid Startsev · 7 years ago
  42. 273c89e Added some shorthands for standard serializers by Leonid Startsev · 7 years ago
  43. 4dcefef Add test for quoted JSON for one of the optional cases Update copyright by Leonid Startsev · 7 years ago
  44. 08e9049 Copy the custom serializer tests that make sense to also run against by Paul de Vrieze · 7 years ago
  45. dd13ac3 Add testing for lists of optional values with possibly inverted orders by Paul de Vrieze · 7 years ago
  46. 4a2c049 Fix for bug #141 that uses an extra boolean to determine whether to by Paul de Vrieze · 7 years ago
  47. 0169817 Add a test to trigger bug #141 for serializers that don't write their by Paul de Vrieze · 7 years ago
  48. 2de42ed Move mode cache to output class to make .stringify stateless and thread-safe (#139) by Leonid Startsev · 7 years ago
  49. a45f070 Bugfix #95: Can't locate default serializer for classes with named co… (#130) by Steven Jeuris · 7 years ago
  50. 23ea381 Updated versions in docs and examples Add changelog by Leonid Startsev · 7 years ago
  51. 36bb25f Update version in build.gradle Fix forgotten indent by Leonid Startsev · 7 years ago
  52. 65c6c2d Add testcases based on #107 and #112 by Leonid Startsev · 7 years ago
  53. f25d2c4 Removed BufferEngine feature since it was not designed properly and was intended solely for benchmarking purposes by Leonid Startsev · 7 years ago
  54. 8366981 Replace map with array to emulate EnumMap in common code (JSON) by Vsevolod Tolstopyatov · 7 years ago
  55. 5a7dbfa Add small test for quoted JSON values by Vsevolod Tolstopyatov · 7 years ago
  56. fb9f073 Speeding up JSON serialization (work in progress): by Leonid Startsev · 7 years ago
  57. 8642a1f Improve buildscript and bumped kotlin version by Leonid Startsev · 7 years ago
  58. bfeb4a5 Slightly reworked some internal methods impls by Leonid Startsev · 7 years ago
  59. cf99906 Remove code warnings: by Leonid Startsev · 7 years ago
  60. a9648e4 Remove most calls to `js()` to get rid of "unused variable" warnings by Leonid Startsev · 7 years ago
  61. de7a427 Add note about different IDEA plugin versions by Leonid Startsev · 7 years ago
  62. 1cdd95c Merge pull request #105 from drmoose/better-missing-serializer-error by Leonid Startsev · 7 years ago
  63. 160a863 Add null check to Companion when looking up serializer. by Dan · 7 years ago
  64. d93ca37 Merge pull request #102 from Kotlin/fromjson_perf by Leonid Startsev · 7 years ago
  65. 3defa78 Fixed creation of string from char array in JS by Leonid Startsev · 7 years ago
  66. 162a24a Improved performance of JSON.stringify by Roman Elizarov · 7 years ago
  67. 4b3a84a Improved performance of JSON.parse by Roman Elizarov · 7 years ago
  68. 99bac0b Added compatibility note by Leonid Startsev · 7 years ago
  69. 537f50f Fix broken JS example gradle build by Leonid Startsev · 7 years ago
  70. da728dd Update runtime library version to match plugin version. by Leonid Startsev · 7 years ago
  71. 5aed5c0 Merge pull request #85 from xsveda/fix_proguard_rules_docs by Leonid Startsev · 7 years ago
  72. 909247f Fix ProGuard rules docs for serialization of classes with generic types by Pavel Sveda · 7 years ago
  73. 167bca0 Merge pull request #84 from xsveda/private_class_serialization_support_for_jvm by Leonid Startsev · 7 years ago
  74. 49c87f5 Fix ProGuard rules docs for serialization 0.4.1 version by Pavel Sveda · 7 years ago
  75. 3796ade Add support for @Serializable classes that are private and live out of kotlinx.serialization package. In such case the Companion field is not visible and must be set accessible before use. by Pavel Sveda · 7 years ago
  76. 991da43 Merge pull request #83 from robstoll/master by Leonid Startsev · 7 years ago
  77. 1e20204 update jvm-example to latest versions by Robert Stoll · 7 years ago
  78. 077f35e Upgrade bugfix version by Leonid Startsev · 7 years ago
  79. 1abb242 Merge branch 'hocon' by Leonid Startsev · 7 years ago
  80. afb0105 Merge pull request #81 from troii/77_mapper_nullable_exception by Leonid Startsev · 7 years ago
  81. 883349d Merge pull request #80 from troii/78_tagged_input_pop_tag by Leonid Startsev · 7 years ago
  82. 190977b #77 added more detailed exception message by Bernhard Danecker · 7 years ago
  83. 2424fe5 additional test showing same problem in nested classes by Bernhard Danecker · 7 years ago
  84. ba82a12 Fixed #78: popping tags correctly by Bernhard Danecker · 7 years ago
  85. f3de0d3 Added simple readme by Leonid Startsev · 7 years ago
  86. 8818540 Moved HOCON config parser to main repository by Leonid Startsev · 7 years ago
  87. 9612583 Fix for #68: looking up `Companion.serializer()` instead of by Leonid Startsev · 7 years ago
  88. e8fb8a1 Updated docs and samples for v0.4 by Leonid Startsev · 7 years ago
  89. dda7d17 Control over update mode in JSON and CBOR and doc about it by Leonid Startsev · 7 years ago
  90. 81fcf6d Add user's generic resolving by Leonid Startsev · 7 years ago
  91. 32042b5 Readme update and proguard note by Leonid Startsev · 7 years ago
  92. c81e641 Removed usage of kotlin-reflect by Leonid Startsev · 7 years ago
  93. 9f9df89 Set corresponding to plugin version and fix some broken things for release compiler by Leonid Startsev · 7 years ago
  94. ecea05d Merge branch 'merge_function' by Leonid Startsev · 7 years ago
  95. 13c30a0 Add missing SerialContext (#61) by Leonid Startsev · 7 years ago
  96. 18d06e5 Updating nullable values by Leonid Startsev · 7 years ago
  97. 63ad821 Merge for map-like classes by Leonid Startsev · 7 years ago
  98. 7e310fc Fixed descriptor in ListLikeSerializer by Leonid Startsev · 7 years ago
  99. 1ba0e00 Removed restriction on indexes by Leonid Startsev · 7 years ago
  100. 0055c50 Merge functionality for objects by Leonid Startsev · 7 years ago