Releases: jw3126/ArgCheck.jl
Releases · jw3126/ArgCheck.jl
v2.1.0
v2.0.0
ArgCheck v2.0.0
Despite the bump of major version numer, this release is unlikely to break anybodys code.
Technically ArgCheck lost compatibility with some older version of OptionalArgChecks. Also a note was added, that @unsafe_skipargcheck is experimental and can change in e.g. patch releases without warning.
v1.1.0
ArgCheck v1.1.0
Closed issues:
Merged pull requests:
v1.0.0
v0.7.0: fix depwarns (#23)
* fix depwarns
v0.6.0
v0.5.0: Check (#18)
Add @check
macro.