- add slice support
- change regrex to identify uuid
- add sql valuer implementation
- add call of scan method if implemented
- add new way to identify strings and numbers for unmarshalText
- add unmarshalText with tests
- change unmarshalText implementation
- add handling for numbers and floats
- add handling multiline's strings \r carriage return
- add handling multiline's strings to be unmarshal
- add support for custom types
- add native null to be handle in a proper way
- add util func to get bool from isValidData func
- change way to handle null on unmarshall json
- add recognition of empty string in unmarshall json
- add new way to assign values on sql scan
- add slices cases detecting if they are empty
- update go version to 1.21
- add echo binder implementation
- add echo binder
- add echo binder
- modify golang version (#6)
- add mustGet func
- add json and sql implementations (#3)
- add cz config file (#2)
- add goreleaser step (#1)
- add basic methods to optional