- formatter rules
- ex_doc 0.20
- elixir >= 1.6.0
:inner
check accepts Keyword as well as Map:numericality
aliases support (see Exop docs)
~g
sigil bug has been fixed (didn't work with structs as certain values)
check_operation
macro to make your tests cleaner and reduce boilerplate code- new Exop's
:uuid
type support ~g
sigil introduced to help you during custom generators definition
- if you provide
type
andin
checks ExopData now verifies whether all items in thein
are expectedtype
- it is now possible to provide some value (not
StreamData
generator) as a custom generator, this value is going to be wrapped intoStreamData.constant/1
under the hood
- generator for
:module
value of thetype
check allow_nil
hasfalse
value by defaultmap
generator withoutlength
opts provided produces [min: 0, max: 10] maps- with no
type
check specified, but withinner
a param is:map
by default
- custom generators for
list_item
check - all params in a contract are required by default and not required by explicitly specified
required: false
struct
check can take a module atom nameMyStruct
not only%MyStruct{}
- structs generator has been refactored
- minor fixes and performance improvements
inner
check now works properly forstruct
check
- initial version 0.1.0 launched
- all the features description is available in README
- stay tuned, keep for updates
- init