Releases: naver/fixture-monkey
Releases · naver/fixture-monkey
0.5.0
0.5.0
Breaking changes
- Refactor
register
- As-is
set
an sampled instance ofregistered ArbitrayBuilder
- To-be
- An
ArbitraryBuilder
has all manipulationsregistered ArbitraryBuilder
has
- An
- As-is
- Remove a manipulation priority
- As-is
size
has a highest priority among all manipulations
- To-be
- All manipulations have same priority, they are executed in declared order
- As-is
- Remove
defaultArbitraryContainerInfo
,defaultArbitrayContainerSize
options, adddefaultArbitraryContainerInfoGenerator
option
New Features
- Add an
NOT_NULL
instanceset("expression", NOT_NULL)
==setNotNull("expression")
- Add more failed log for
set
when value type is different- Add parent property type in a log if exists
0.4.14
0.4.13
0.4.12
0.4.11
0.4.10
0.4.9
0.4.8
0.4.8
- Add
set
compatible forExpressionSpec
- Add noArgsConstructor compatible for ConstructorPropertiesIntrospector
- Deprecate FactoryMethodArbitraryIntrospector
- Fix PropertyDescriptorProperty not generating only getter or setter
- Add more
innerSpec
support methods