v0.0.12
What's Changed
- chore(rename): symbol to pair by @rizalgowandy in #44
- build(deps): bump github.com/adshao/go-binance/v2 from 2.3.1 to 2.3.2 by @dependabot in #48
- feat(chart): include OCO target and stop in plots/compress JS by @rodrigo-brito in #50
Breaking Changes
- NewChart function now returns an error in the initialization.
chart, err := plot.NewChart()
if err != nil {
log.Fatal(err)
}
New Contributors
- @rizalgowandy made their first contribution in #44
Full Changelog: v0.0.11...v0.0.12