Skip to content

Releases: fairyhunter13/newtype

v1.0.10

16 Jul 12:09
Compare
Choose a tag to compare

Adding xorm Conversion for Bool type ✨

v1.0.9

24 Jun 13:57
Compare
Choose a tag to compare

Revert the Bool type to the original newtype 🐛

v1.0.8

24 Jun 13:00
Compare
Choose a tag to compare

Add variable name inside the struct 🐛

v1.0.7

24 Jun 12:53
Compare
Choose a tag to compare

Change newtype.Bool from bool to struct 🐛

v1.0.6

24 Jun 10:10
Compare
Choose a tag to compare

Remove Conversion interface 🔥 🐛

v1.0.5

19 Jun 21:02
Compare
Choose a tag to compare

Fix bool bytes value for Xorm 🐛

v1.0.4

19 Jun 17:52
Compare
Choose a tag to compare

Fixing bool assignment if the value is nil in Scan method 🐛

v1.0.3

19 Jun 17:20
Compare
Choose a tag to compare
  • Removing decimal 🔥

v1.0.2

19 Jun 17:10
Compare
Choose a tag to compare
  • Adding xorm integration for Decimal and Bool ✨
  • Adding decimal ✨

v1.0.1

19 Jun 16:14
Compare
Choose a tag to compare
  • Adding Scan and Valuer driver for Bool ✨