Skip to content

Releases: GoodforGod/DummyMapper

v2.2.2

14 Apr 09:19
2d6993d
Compare
Choose a tag to compare
  • IDEA 2024.1 support

v2.2.1

16 Feb 00:22
6bc07ee
Compare
Choose a tag to compare

Features:

  • IDEA 2023.3 support

v2.2.0

15 Aug 05:25
a875389
Compare
Choose a tag to compare

Features:

  • IDEA 2023.2 support
  • Json field order mapping improved (JSON field order same as Class field declaration order)

v2.1.1

05 Apr 07:41
bf9c90c
Compare
Choose a tag to compare

Features:

  • IDEA 2023.1 support (#47)

v2.1.0

25 Dec 22:27
604bdb8
Compare
Choose a tag to compare

Features:

  • IDEA 2022.3+ support

v2.0.0

27 Oct 22:22
ec54df2
Compare
Choose a tag to compare

Features:

  • Kotlin support (#44)
  • Cache for AssistClassFactory (#3)
  • DummyMaker updated
  • Json Schema 2020_12 spec added

v1.4.0

26 Aug 21:40
610ea92
Compare
Choose a tag to compare

Features:

  • IDEA 2022.2 support
  • JSON mapping improved with field ordering
  • Dependencies updated (DummyMaker, jsonschema)

v1.3.0

05 Dec 21:54
0245a9c
Compare
Choose a tag to compare

Features:

  • Support for IDEA 2021.3
  • DummyMaker updated to 3.1.0
  • Other dependencies updated

v1.2.0

19 Aug 15:25
4afdb41
Compare
Choose a tag to compare

Features:

  • IDEA 2021.2 support
  • SPQR updated to 0.11.2

v1.1.1

12 Jul 07:08
d172b99
Compare
Choose a tag to compare

Features:

  • GraphQL correct type name set fixed
  • Complex cases for mapping classes with inheritance caused recursion errors fixed
  • Default value of 10 for mapping to JSON array fixed