Releases: mikekonan/go-types
Releases · mikekonan/go-types
v2.0.5
swagger + languages/phone generator fixes (#24) * 6106 phone country code, phone number, language name 2 and 3 char codes and postal code types * makefile gen-phone gen-language commands added * swagger update * fix travis-ci * readme update * swagger + languages/phone generator fixes * swagger + languages/phone generator fixes Co-authored-by: ivan-lemiashonak <[email protected]>
v2.0.4
v2.0.3
added IPv4 type (#21) * added new type IPv4 * generated new swagger.yaml * Rename creation method Co-authored-by: Vadim Maslov <[email protected]>
v2.0.2
ozzo-validation Validate interface implemented for package time (#20) * Country and currency constants moved to separate packages, module version updated to v2, several minor improvements * added DecimalPlaces method for currency * Updated readme * ozzo-validation Validate interface implemented for package time Co-authored-by: Vadim Maslov <[email protected]>
v2.0.1
Country and currency constants moved to separate packages (#19) * Country and currency constants moved to separate packages, module version updated to v2, several minor improvements * added DecimalPlaces method for currency * Updated readme Co-authored-by: Vadim Maslov <[email protected]>
v1.0.17
v1.0.16
add nano for time (#17) * add nano for time * update swagger * fix linter - any Co-authored-by: alexey.sergey <[email protected]>
v1.0.15
add custom NullTime. upgrade go -> 1.18 (#16) Co-authored-by: alexey.sergey <[email protected]>
v1.0.14
Card expire date parsing (#15) * card year parsing refactored * tests * simplify parse * restore ToTime function for cartographer using * validate error message wrapper Co-authored-by: ivan-lemiashonak <[email protected]>
v1.0.13
Add date type for golang (#14) * add new type CardDate * make prepare * add new type * add tests * add tests * fix tests * add swagger * rename time2 -> t Co-authored-by: alexey.sergey <[email protected]>