Skip to content

Releases: manicar2093/goption

v0.9.3

09 Jan 23:02
Compare
Choose a tag to compare

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

10 Dec 01:55
Compare
Choose a tag to compare

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

06 Nov 19:58
Compare
Choose a tag to compare

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

18 Oct 03:06
Compare
Choose a tag to compare

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

19 Jul 08:15
Compare
Choose a tag to compare

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

18 Jul 00:10
Compare
Choose a tag to compare

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

17 Jul 23:35
Compare
Choose a tag to compare

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

13 Jun 00:24
Compare
Choose a tag to compare

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

13 Jun 00:16
Compare
Choose a tag to compare

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

24 May 20:51
Compare
Choose a tag to compare

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