Files
undent/CHANGELOG.md
github-actions[bot] d1148580df chore(main): release 1.1.2 (#12)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-10-21 01:59:58 +01:00

1.6 KiB

Changelog

1.1.2 (2024-10-21)

Bug Fixes

  • perf: minor improvement when no indent is found (84715b9)

1.1.1 (2022-12-05)

Performance Improvements

  • simplify line-feed and minimum indentation loops (178d9b5)

1.1.0 (2021-02-22)

Features

  • performance: improve core undenting performance by around 20-30x (6a2254e)
  • print add Print, Printf, Fprint, and Fprintf functions (5cae4bc)

1.0.2 (2020-12-14)

Bug Fixes

  • bytes: change Bytes function to accept string input but return a byte slice (5dbdbbf)

1.0.1 (2020-12-07)

Bug Fixes

  • whitespace: remove leading line-break from input (b205742)

1.0.0 (2020-11-26)

Features

  • undent: add initial implementation of String, Stringf, and Bytes (6cdaf8a)