Files
undent/CHANGELOG.md
2020-12-14 14:55:43 +00:00

25 lines
914 B
Markdown

# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [1.0.2](https://github.com/jimeh/undent/compare/v1.0.1...v1.0.2) (2020-12-14)
### Bug Fixes
* **bytes:** change Bytes function to accept string input but return a byte slice ([5dbdbbf](https://github.com/jimeh/undent/commit/5dbdbbf3416b024aac8fca4e218802d6ad49ea74))
### [1.0.1](https://github.com/jimeh/undent/compare/v1.0.0...v1.0.1) (2020-12-07)
### Bug Fixes
* **whitespace:** remove leading line-break from input ([b205742](https://github.com/jimeh/undent/commit/b2057429a1181724ae50acaed26fe434231362b4))
## 1.0.0 (2020-11-26)
### Features
* **undent:** add initial implementation of String, Stringf, and Bytes ([6cdaf8a](https://github.com/jimeh/undent/commit/6cdaf8a476047f4c50e669112a1ff4004e26d2ac))