Skip to content

Releases: GoodforGod/dummymaker

v2.1.0

19 Apr 23:03
Compare
Choose a tag to compare
  • Lambda generator GenRule configuration added.
  • New default generators added.
  • New GenFactory GenRule constructor
  • Minor improvements.

v2.0.2

07 Mar 17:00
041f8da
Compare
Choose a tag to compare
  • GenTime formatter added
  • GenTime export as unix time added
  • GenTime min and max as pattern set added
  • SQL INSERT query comma bug fixed
  • JSON export as array improved

v2.0.0

20 Nov 17:08
Compare
Choose a tag to compare

Release version 2.0.0

New features:

  • Fully redesigned factory contracts
  • GenRules for annotation-less configuration
  • @ignore annotation for auto gen ignorance
  • @GenEnum annotation
  • Gen auto a lot of new types generation support
  • Gen auto field name matching support (generates names for fields called names)
  • Log4j added
  • Class and resource scanners added
  • Inheritance object field population support
  • Array, primitive and other complex type population support
  • Code style (Customized Oracle code style)
  • GitHub actions CI and SonarCloud analyzer

Bugs fixed, performance improvements, code coverage improvements, etc

v1.1.3

12 Nov 22:50
Compare
Choose a tag to compare

Embedded objects generation improvements from all sides (even collections)

  • Embedded objects in arrays
  • Collections full support
  • Collections\arrays embedded depth support
  • Json & SQL exporters arrays & collections support.

v1.1.2

05 Nov 15:03
Compare
Choose a tag to compare

Full primitive, arrays support, enriched jsonExporter

  • Full primitive support
  • Single and two dimension array support
  • JsonExporter supports collection, map, array export
  • hex data, eth & btc generators
  • More numbers & other generators

v1.1.1

28 Apr 12:21
84f474c
Compare
Choose a tag to compare

GenAuto, Up to 40% performance improvements

Details:

  • Factory performance improvements (about 40%)
  • GenAuto annotation
  • IComplexGenerator the successor of IGenerateFactory
  • Primitive support
  • Embedded multi level depth support, bug fixes.
  • And more.

v1.1.0

10 Mar 23:44
9df2313
Compare
Choose a tag to compare

Gen Collections, Time, Embedded fields

Main features:

  • Performance and architecture improvements
  • IGenerateFactory introduced
  • Collection Gen annotations
  • Time Gen annotations
  • Embedded Gen support
  • Architecture improvements in custom user extension support.

v1.0.3

22 Sep 10:35
Compare
Choose a tag to compare

Lots of tests for all functionality, Added DataTypeMap parameter for users in SqlExporter (expandable data type for sql), NamingStrategy for exporters, bug fixes.