Releases: GoodforGod/dummymaker
Releases · GoodforGod/dummymaker
v2.1.0
- Lambda generator GenRule configuration added.
- New default generators added.
- New GenFactory GenRule constructor
- Minor improvements.
v2.0.2
- 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
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
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
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
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
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
Lots of tests for all functionality, Added DataTypeMap parameter for users in SqlExporter (expandable data type for sql), NamingStrategy for exporters, bug fixes.