Skip to content

Releases: usrme/gobarchar

v1.6.0

26 Jul 09:36
63b1755
Compare
Choose a tag to compare

Changelog

  • 63b1755 feat(#6): add support for chart titles
  • ad2c413 refactor(chart.go): remove unnecessary slice manipulation

v1.5.1

26 Jun 11:14
1b58470
Compare
Choose a tag to compare

Changelog

  • 1b58470 fix(#4): add dummy favicon to avoid additional request

v1.5.0

25 Jun 19:48
0a5d0ee
Compare
Choose a tag to compare

Changelog

  • 0a5d0ee feat(#3): add support for floating point numbers

v1.4.3

01 Jun 15:00
946f201
Compare
Choose a tag to compare

Changelog

  • 946f201 refactor(#2): redo how example queries are created and loaded

v1.4.2

28 May 14:31
02b0b8e
Compare
Choose a tag to compare

Changelog

  • 02b0b8e refactor(#1): add another example query to main page
  • d10710e refactor(chart.go): make heading a link

v1.4.1

28 May 13:21
04ba1a8
Compare
Choose a tag to compare

Changelog

  • 04ba1a8 refactor(#1): add example query to main page

v1.4.0

16 Feb 13:08
d94eaeb
Compare
Choose a tag to compare

Changelog

  • 5cb0b66 build(go.mod): bump minimum Go version
  • d94eaeb feat: add ability to render spaces from HTML entities

v1.3.1

01 Feb 14:59
fb11e8e
Compare
Choose a tag to compare

Changelog

  • fb11e8e refactor: use separate handler for 'Etag'

v1.3.0

25 Jan 10:28
88af8cc
Compare
Choose a tag to compare

Changelog

  • 1c88277 build(go.mod): change minimum Go version
  • 88af8cc feat(chart.go): add 'Etag' and 'If-None-Match' support
  • d16630b refactor(k6): get unbelievably DRY
  • 52094df refactor(k6): live that DRY life
  • 80d8652 refactor(k6/helpers.js): don't export what isn't necessary

v1.2.1

18 Jan 08:35
b08a005
Compare
Choose a tag to compare

Changelog

  • 02e2957 build: change build target after changing structure
  • 9dd1296 perf(chart.go): replace template execution with strings
  • 2fe052c perf(k6): add initial K6 scripts
  • 8790f37 refactor(chart.go): change HTML styling
  • 759e49d refactor: use more common structure for application