-
Notifications
You must be signed in to change notification settings - Fork 1
Changelog
Maurits edited this page May 15, 2017
·
32 revisions
- new example (SET game with clojure.spec) converted to Speculaas
- implemented
describe
for all specs - several bugfixes and minor improvements
- implemented missing generator for array
- implemented
multiSpec
(clojure.spec:multi-spec
) - implemented
conformKeys
option formapOf
- implemented
fspec
- added (optional) parameter for generator function to
spec
- new example (Living the lean startup with clojure.spec) converted to Speculaas
- fixes for several bugs found by adding new example
- implemented optional keys in
keys
generator - implemented
isRegex
method (clojure.spec:regex?
) - implemented
conformer
method - migrated to testcheck 1.0.0-rc.0
- improved documentation
- implemented
instIn
- implemented
isInstInRange
- implemented
spec
- implemented
withGen
- improved documentation
- implemented
registry
method - implemented
unform
method - improved documentation
- improved test coverage
- implemented
isSpec
method (clojure.spec:spec?
) - mapped
every
tocollOf
(for now) - mapped
everyKv
tomapOf
(for now) - implemented generator for
and
spec - improved test coverage to 99 %
- minor code cleanup
-
def
now returns the generated spec -
def
now also accepts an object as spec -
def
now also accepts a Symbol as key
First release