mirror of
https://github.com/jimeh/go-render.git
synced 2026-02-19 11:26:39 +00:00
40 lines
1.8 KiB
Markdown
40 lines
1.8 KiB
Markdown
# Changelog
|
|
|
|
## [0.1.0](https://github.com/jimeh/go-render/compare/v0.0.2...v0.1.0) (2025-06-11)
|
|
|
|
|
|
### ⚠ BREAKING CHANGES
|
|
|
|
* **json:** Rename `JSONDefualtIndent` to correctly spelled `JSONDefaultIndent`.
|
|
* **xml:** Rename `XMLDefualtIndent` to correctly spelled `XMLDefaultIndent`.
|
|
|
|
### Bug Fixes
|
|
|
|
* **json:** correct spelling of JSONDefaultIndent ([#7](https://github.com/jimeh/go-render/issues/7)) ([e85261d](https://github.com/jimeh/go-render/commit/e85261d0c603a6fd8e13e764a4da598a51a57353))
|
|
* **makefile:** update golangci-lint import path to v2 module ([#13](https://github.com/jimeh/go-render/issues/13)) ([25d14bd](https://github.com/jimeh/go-render/commit/25d14bd5e4730b02961b8c2729073e65e85eb504))
|
|
* **xml:** correct spelling of XMLDefaultIndent ([#6](https://github.com/jimeh/go-render/issues/6)) ([2fb5fea](https://github.com/jimeh/go-render/commit/2fb5fea7fb9838c08c085d7fd4f08838b99d2d0a))
|
|
|
|
## [0.0.2](https://github.com/jimeh/go-render/compare/v0.0.1...v0.0.2) (2024-03-25)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* **examples:** provide examples for Render, Compact and Pretty functions ([#3](https://github.com/jimeh/go-render/issues/3)) ([67a0623](https://github.com/jimeh/go-render/commit/67a0623a2b6b2dcc7e66762c9f1c02ca54be942a))
|
|
|
|
## 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](https://github.com/jimeh/go-render/commit/2b28f96bad885b3e989fd4e6e2eee237d599ff28))
|
|
* **text:** expand supported value types ([5247fbd](https://github.com/jimeh/go-render/commit/5247fbd90be50f5e703f805b4c12610c2c9e6586))
|
|
|
|
|
|
### Code Refactoring
|
|
|
|
* sizeable changes across the board ([7632b11](https://github.com/jimeh/go-render/commit/7632b1119c6e3ee7f9fc97e9c95433a764d3f3b6))
|