Releases: fhemberger/prometheus-formatter
Releases · fhemberger/prometheus-formatter
Release list
v3.2.1
- Encode
<and>in label values, fixes #23 - Remove usage of CSS pseudo-elements as its content is not selectable
- Remove definition list syntax with ARIA roles. MDN says about
role="associationlist": "in most cases rarely, if ever, useful"
v3.2.0
What's Changed
- Add syntax highlighting for exemplars
- Bump postcss and addons-linter by @dependabot in #19
Full Changelog: v3.1.0...v3.2.0
v3.1.0 - Accessibility improvements
Changed the HTML rendering to use sections, and definition lists for
labels, to make the output more accessible and easier to navigate for
screenreader users.
If you notice accessibility issues or have ideas for improvement,
please let me know!
v3.0.1
- Use proper Atom One Light/Dark theme colors
- Fix packaging script, remove macOS specific files
v3.0.0
v2.2.0
- Initial support for text-based OpenMetrics endpoints
- Improved popup dialog readability
v2.1.0 - Dark Mode
- Uses Atom One Dark/Light theme depending on system preferences
- Removes Chrome permission 'activeTab'
v2.0.0
v1.2.4
Reduce Chrome permissions to 'activeTab'