Files
go-render/CHANGELOG.md
jimehbot[bot] 3d82cdc7e3 chore(main): release 0.1.0 (#8)
Co-authored-by: jimehbot[bot] <132453784+jimehbot[bot]@users.noreply.github.com>
2025-06-11 03:53:08 +01:00

1.8 KiB

Changelog

0.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) (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

  • examples: provide examples for Render, Compact and Pretty functions (#3) (67a0623)

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)