Releases: mikekonan/go-types
Releases · mikekonan/go-types
v2.0.4
phone country code, phone number, language name 2 and 3 char codes an…
v2.0.3
added IPv4 type (#21)
* added new type IPv4
* generated new swagger.yaml
* Rename creation method
Co-authored-by: Vadim Maslov <vadim.maslov@finteqhub.com>
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 <vadim.maslov@finteqhub.com>
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 <vadim.maslov@finteqhub.com>
v1.0.17
x-go-type-string-parse for Date and NullTime (#18)
v1.0.16
add nano for time (#17)
* add nano for time
* update swagger
* fix linter - any
Co-authored-by: alexey.sergey <alexey.sergey@softswiss.com>
v1.0.15
add custom NullTime. upgrade go -> 1.18 (#16)
Co-authored-by: alexey.sergey <alexey.sergey@softswiss.com>
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 <ivan.lemiashonak@finteqhub.com>
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 <alexey.sergey@softswiss.com>
v1.0.12
Card parsing (#13)
* card year parsing refactored
* tests
* simplify parse
Co-authored-by: ivan-lemiashonak <ivan.lemiashonak@finteqhub.com>