Releases: kaatinga/bublyk
Releases · kaatinga/bublyk
pgx package is not directly supported anymore
NewDateFromTime() now accepts nil value
v1.0.9 NewDateFromTime now accepts nil
Fixed a bug
- updated tests
- updated dependencies
- fixed a bug in NextMonth()
Code clean-up
Full Changelog: v1.0.6...v1.0.7
Faster DMYWithDots()
DMYWithDots() is faster now.
Full Changelog: v1.0.5...v1.0.6
Faster String() method, new format() helper
processing is faster now thanks to the new format() helper
Full Changelog: v1.0.4...v1.0.5
pgx package is supported for Date type
now values of Date type can be directly used in Scan()
method or as argument of queries.
Full Changelog: v1.0.3...v1.0.4
Linter and a package were updated
Full Changelog: v1.0.2...v1.0.3
Code clean-up
- CICD was fixed
- code clean-up
- linter issues
Faster implementation, go1.18
- package requires go1.18 now
- package is faster now thanks to faststrconv package