Releases: usrme/gobarchar
Releases · usrme/gobarchar
v1.6.0
Changelog
- 63b1755 feat(#6): add support for chart titles
- ad2c413 refactor(chart.go): remove unnecessary slice manipulation
v1.5.1
Changelog
- 1b58470 fix(#4): add dummy favicon to avoid additional request
v1.5.0
Changelog
- 0a5d0ee feat(#3): add support for floating point numbers
v1.4.3
Changelog
- 946f201 refactor(#2): redo how example queries are created and loaded
v1.4.2
Changelog
- 02b0b8e refactor(#1): add another example query to main page
- d10710e refactor(chart.go): make heading a link
v1.4.1
Changelog
- 04ba1a8 refactor(#1): add example query to main page
v1.4.0
Changelog
- 5cb0b66 build(go.mod): bump minimum Go version
- d94eaeb feat: add ability to render spaces from HTML entities
v1.3.1
Changelog
- fb11e8e refactor: use separate handler for 'Etag'
v1.3.0
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
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