Releases: Parquery/gocontracts
Releases · Parquery/gocontracts
gocontracts 1.3.0
gocontracts 1.2.0
- Added a release script
- Added
-version
flag - Fixed negation of complex boolean expressions
- gocontracts does not change code if no contracts in the description nor in the
function implementation - Single-line function definitions are supported
- Updated to go 1.11
gocontracts 1.1.1
- Fixed in-place writes so that temporary file lives on the same volume
gocontracts 1.1.0
- Added flag
-r
to remove the condition checks from the code - Made in-place write atomic
gocontracts 1.0.1
- Reduced cyclomatic complexity of the code below 16
gocontracts 1.0.0
- Initial version