Skip to content

tcmj-pug-enums-v1.3.1

Compare
Choose a tag to compare
@tcmj tcmj released this 04 Apr 23:08
· 54 commits to master since this release
b2621c6
  • Removed withClassname from Fluent API - it should be set on the ClassBuilder instead
  • It is also possible to set the classname via the dataprovider as an alternative way
  • New property in the maven plugin 'keepFirstRow' to not skip record number one (see Example 7)
  • New property 'valuesToSkip' implemented which can be filled via constant names or row numbers .this closes #22
  • Implemented to create static get method via the API
  • Many improvements, fixes ...