Skip to content

Releases: grokify/gocharts

v1.16.3

13 Dec 08:35
Compare
Choose a tag to compare
  1. dep: go mod: update

v1.16.2

13 Dec 05:46
Compare
Choose a tag to compare

Updates

  1. dep: go mod: update
  2. rename: table: move folder to cmd
  3. docs: README.md: update
  4. docs: shields: reorder

v1.16.1

23 Aug 13:34
Compare
Choose a tag to compare

Updates

  1. ci: gh actions: add Go 1.17
  2. dep: go mod: update
  3. feat: table: add ParseReadSeeker()

v1.16.0

20 Aug 10:40
Compare
Choose a tag to compare

Updates

  1. simplify: timeseries: cnvert to TimeItem.Int64() and `TimeItem.Floa… …
  2. cleanup: wchart/sts2wchart: remove magic default
  3. feat: timeseries/xoxconv: add ability get MoM/QoQ/YoY by month
  4. feat: table/tblconv: add TableToTimeSeries()
  5. feat: timeseries: add TimeSeries.Get()
  6. enhance: sts2wchart: update variable names

v1.15.3

20 Aug 07:36
Compare
Choose a tag to compare

Updates

  1. enhance: sts2wchart: update sts2wchart.DefaultLineChartOpts
  2. feat: timeseries: add timeseries.ReadFileTimeSeriesSet()

v1.15.2

20 Aug 07:21
Compare
Choose a tag to compare

Updates

  1. dep: go mod: update
  2. cleanup: table: move format functions to table/format
  3. feat: sts2wchart: add sts2wchart.WriteLineChartTimeSeries()
  4. feat: timeseries: add timeseries.ReadFileTimeSeries()

v1.15.1

19 Aug 20:44
Compare
Choose a tag to compare
  1. feat: timeseries: add *.WriteJSON()
  2. enhance: table: improve error message
  3. docs: table: add comments
  4. dep: go mod: update
  5. cleanup: table: remove unneeded defer
  6. enhance: table: ineffassign

v1.15.0

13 Aug 11:47
Compare
Choose a tag to compare

Overview

  1. feat: table: add Table.FormatColumn()
  2. feat: table: add Table.String()
  3. enhance: table: enable Table.Pivot() to add Columns

Updates

  1. feat: table: add Table.FormatColumn()
  2. enhance: table: enable Table.Pivot() to add Columns
  3. dep: go mod: update
  4. feat: table: add Table.String()
  5. fix: table: ReadTable() set csvReader.FieldsPerRecord to -1 when No… …
  6. simplify: table: rename ReadFile()
  7. comments: table: add

v1.14.6

09 Aug 00:08
Compare
Choose a tag to compare

Updates

  1. cleanup: table: use default ParseOptions
  2. feat: table: add ReadTable() TrimSpace option
  3. cleanup: table: remove unneeded code
  4. streamline: timeseries: combine TimeSeriesSet.ToMonth(), `TimeSerie…

v1.14.5

26 Jul 06:08
Compare
Choose a tag to compare
  1. consistency: timeseries: update for NewTimeSeries(name string)
  2. consistency: timeseries: add name to NewTimeSeries(name string)