mirror of
https://github.com/jimeh/undent.git
synced 2026-02-19 03:56:38 +00:00
914 B
914 B
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
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)