Skip to content

Releases: longportapp/openapi-go

v0.16.1

27 Dec 07:37
283b6af
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.16.0...v0.16.1

v0.16.0

04 Nov 11:57
e84a901
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.15.0...v0.16.0

v0.15.0

10 Oct 11:16
cda75dc
Compare
Choose a tag to compare

What's Changed

Breaking Change

Full Changelog: v0.14.0...v0.15.0

v0.14.0

29 Jul 07:33
afb1e46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.1...v0.14.0

v0.13.1

25 Jul 06:08
7829261
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.13.1

v0.13.0

12 Jul 07:13
0d6bcb9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.13.0

v0.12.0

23 May 08:44
b35171d
Compare
Choose a tag to compare

What's Changed

Breakings

  • change quote.WatchedGroup.Id type from string to int64

Full Changelog: v0.11.0...v0.12.0

v0.11.0

20 May 03:42
e49ba74
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.11.0

v0.10.0

15 Apr 14:37
9f98d58
Compare
Choose a tag to compare

Add (*quote.QuoteContext).WarrantList to query warrants

v0.9.2

12 Dec 06:14
Compare
Choose a tag to compare
  • Add config.New(config.WithConfigKey()) to init config with a string.
var cfg, err = config.New(config.WithConfigKey("YOUR_APP_KEY", "YOUR_APP_SECRET", "YOUR_ACCESS_TOKEN"))