mirror of
https://github.com/jimeh/undent.git
synced 2026-02-18 19:46:39 +00:00
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
45 lines
1.6 KiB
Markdown
45 lines
1.6 KiB
Markdown
# Changelog
|
|
|
|
## [1.1.2](https://github.com/jimeh/undent/compare/v1.1.1...v1.1.2) (2024-10-21)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* **perf:** minor improvement when no indent is found ([84715b9](https://github.com/jimeh/undent/commit/84715b90d000292e4e4fbe081e00a583acf0dada))
|
|
|
|
## [1.1.1](https://github.com/jimeh/undent/compare/v1.1.0...v1.1.1) (2022-12-05)
|
|
|
|
|
|
### Performance Improvements
|
|
|
|
* simplify line-feed and minimum indentation loops ([178d9b5](https://github.com/jimeh/undent/commit/178d9b5bf6dd090a406229e862c5da1ba26cbf5d))
|
|
|
|
## [1.1.0](https://github.com/jimeh/undent/compare/v1.0.2...v1.1.0) (2021-02-22)
|
|
|
|
|
|
### Features
|
|
|
|
* **performance:** improve core undenting performance by around 20-30x ([6a2254e](https://github.com/jimeh/undent/commit/6a2254e918944e5ead4d5a4d6d1b95b0e971c4b7))
|
|
* **print** add Print, Printf, Fprint, and Fprintf functions ([5cae4bc](https://github.com/jimeh/undent/commit/5cae4bc420f7bec12efd6071149eac88c37cfd9f))
|
|
|
|
### [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))
|