What's Changed
- Updated the test generation logic for StringPattern to take minLength and maxLength into account by @joelrosario in #1169
- Ensure that NumberPattern generates a 3 digit number by @joelrosario in #1170
- Fix java bytecode interoperability issue introduced because of 'require' by @yogeshnikam671 in #1147
- Log error when invalid contract paths are selected by user by @yogeshnikam671 in #1140
- Enable generation of double value when isDoubleFormat is true and min and max are not set by @yogeshnikam671 in #1176
Full Changelog: 1.3.35...1.3.36