Skip to content

Releases: GoodforGod/DummyMapper

v1.1.0

11 Jun 21:01
Compare
Choose a tag to compare

Features:

  • Ability select inner classes and map only such selected class instead main class in .java file.
  • Compatibility starting with 2020.2+ (was 2019.3+)

v1.0.4

11 Jun 20:57
Compare
Choose a tag to compare

Features:

  • Fixed concurrent modification when filters try to clean structure ( fixes #35 )

v1.0.3

22 Apr 16:34
69ed443
Compare
Choose a tag to compare

Features:

  • Compatibility with 2021.1+

v1.0.2

09 Jan 10:49
c370509
Compare
Choose a tag to compare

Features in release:

  • Compatibility with IDEA 2020.3+
  • Avro Jackson mapper required by default fixed.

v1.0.1

19 Dec 08:23
f61ed3b
Compare
Choose a tag to compare

Features in release:

  • Fixed AVRO namespace mapping
  • Fixed path scanning on OSX
  • Fixed java.time.* package serialization in ISO8601 format when mapping to Json.
  • Fixed enum serialization

v1.0.0

20 Aug 07:58
Compare
Choose a tag to compare

Features or changes in this release

  • Support of JSON mapping option (Example representation in JSON)
  • Support of JSON Array mapping option (Array examples representation in JSON)
  • Support of GraphQL (v14) mapping option
  • Support of JSON Schema mapping option (draft 2019), (Draft-07), (Draft-06)
  • Support of AVRO Schema (Jackson) mapping option (1.9.2)
  • Support of AVRO Schema (Apache) mapping option (1.9.2)
  • Support all basic Java types, collections, maps and more
  • Jackson annotations support for fields \ methods handling when mapping to AVRO \ JSON
  • Compatibility with IDEA 2020.2+