Skip to content

Releases: mikekonan/go-types

v2.0.4

19 Aug 09:43
5ffa816
Compare
Choose a tag to compare
phone country code, phone number, language name 2 and 3 char codes an…

v2.0.3

17 Aug 10:49
6f82026
Compare
Choose a tag to compare
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

05 Aug 09:38
3db7276
Compare
Choose a tag to compare
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

26 Jul 10:48
f22a4da
Compare
Choose a tag to compare
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

23 Jun 12:35
d4402fd
Compare
Choose a tag to compare
x-go-type-string-parse for Date and NullTime (#18)

v1.0.16

13 Jun 09:34
6704908
Compare
Choose a tag to compare
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

10 May 11:47
4017925
Compare
Choose a tag to compare
add custom NullTime. upgrade go -> 1.18 (#16)

Co-authored-by: alexey.sergey <alexey.sergey@softswiss.com>

v1.0.14

14 Mar 09:41
e4acc2f
Compare
Choose a tag to compare
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

02 Mar 14:55
cc5585f
Compare
Choose a tag to compare
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

21 Feb 10:22
21dfddb
Compare
Choose a tag to compare
Card parsing (#13)

* card year parsing refactored

* tests

* simplify parse

Co-authored-by: ivan-lemiashonak <ivan.lemiashonak@finteqhub.com>