mirror of
https://github.com/jimeh/go-render.git
synced 2026-02-19 03:16:39 +00:00
1.8 KiB
1.8 KiB
Changelog
0.1.0 (2025-06-11)
⚠ BREAKING CHANGES
- json: Rename
JSONDefualtIndentto correctly spelledJSONDefaultIndent. - xml: Rename
XMLDefualtIndentto correctly spelledXMLDefaultIndent.
Bug Fixes
- json: correct spelling of JSONDefaultIndent (#7) (e85261d)
- makefile: update golangci-lint import path to v2 module (#13) (25d14bd)
- xml: correct spelling of XMLDefaultIndent (#6) (2fb5fea)
0.0.2 (2024-03-25)
Bug Fixes
0.0.1 (2024-03-25)
⚠ BREAKING CHANGES
- sizeable changes across the board
Features
- render: experimental package to render arbitrary values to different formats (2b28f96)
- text: expand supported value types (5247fbd)
Code Refactoring
- sizeable changes across the board (7632b11)