Releases: manicar2093/goption
Releases Β· manicar2093/goption
v0.9.3
Changelog
- b114827 Merge pull request #22 from manicar2093/fix/support-slices
- b0dea97 bump: Semantic Release Bot: Realease Version: 0.9.3 π€π [skip ci]
- 7821ed7 fix: add slice support
v0.9.2
Changelog
- e98a7df Merge pull request #21 from manicar2093/fix/unmarshal-text-with-uuid
- 9b38034 bump: Semantic Release Bot: Realease Version: 0.9.2 π€π [skip ci]
- 4966642 fix: change regrex to identify uuid
v0.9.1
Changelog
- 7b752ed Merge pull request #20 from manicar2093/fix/check-type-implement-sql-scann
- c9edf67 bump: Semantic Release Bot: Realease Version: 0.9.1 π€π [skip ci]
- 2e6d061 fix: add call of scan method if implemented
- ea29564 fix: add sql valuer implementation
v0.9.0
Changelog
- a44d4ca Merge pull request #19 from manicar2093/fix/unmarshal-text
- b984888 bump: Semantic Release Bot: Realease Version: 0.9.0 π€π [skip ci]
- 6b6515c chore: remove pointer reference from marshalJson
- 4ef8d72 feat: add new way to identify strings and numbers for unmarshalText
- fd58825 feat: add unmarshalText with tests
- cfde411 fix: change unmarshalText implementation
v0.8.5
Changelog
- 1a8d037 Merge pull request #17 from manicar2093/fix/suppor-other-types
- 94a69c9 bump: Semantic Release Bot: Realease Version: 0.8.5 π€π [skip ci]
- 97e57f6 fix: add handling for numbers and floats
v0.8.4
Changelog
- 1f1a0c8 Merge pull request #16 from manicar2093/fix/add-carriage-return-to-multiline-strings
- 1420626 bump: Semantic Release Bot: Realease Version: 0.8.4 π€π [skip ci]
- 6519b6a fix: add handling multiline's strings \r carriage return
v0.8.3
Changelog
- 6f23076 Merge pull request #15 from manicar2093/fix/multiline-json-parsing
- 83091d8 bump: Semantic Release Bot: Realease Version: 0.8.3 π€π [skip ci]
- 60a7239 fix: add handling multiline's strings to be unmarshal
v0.8.2
Changelog
- 91d8ba5 Merge pull request #14 from manicar2093/fix/support-custom-types-on-unmarshal
- 3c04257 bump: Semantic Release Bot: Realease Version: 0.8.2 π€π [skip ci]
- 4962eee ci: add new --clean option on release
- a2b4ef1 fix: add support for custom types
v0.8.1
Changelog
- 2f59843 Merge pull request #13 from manicar2093/fix-null-unmarshal
- 2b3fdef bump: Semantic Release Bot: Realease Version: 0.8.1 π€π [skip ci]
- 90adc1b chore: add idea folder to gitignore
- dd79489 chore: change var name
- 603d29d fix: add native null to be handle in a proper way
v0.8.0
Changelog
- 0eb9b9e Merge pull request #12 from manicar2093/fix/recognize-empty-from-unmarshall
- 2f1bc3b bump: Semantic Release Bot: Realease Version: 0.8.0 π€π [skip ci]
- 7f4926f feat: add util func to get bool from isValidData func
- 5f1f20f feat: change way to handle null on unmarshall json
- 910a7de fix: add recognition of empty string in unmarshall json