Skip to content

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
inxilpro committed Apr 18, 2024
1 parent 2900867 commit 40d9407
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,29 @@ format. This project adheres to [Semantic Versioning](https://semver.org/spec/v2

## [Unreleased]

## [0.0.2] - 2024-04-18

### Added

- Added support for `substr`
- Added support for `cut_long_words: true` in wordwrap
- Added `Stringable::ansi()` macro
- Added support for `substr`
- Added support for `cut_long_words: true` in wordwrap
- Added `Stringable::ansi()` macro

### Changes

- Wordwrap now uses `width` rather than `length` for wrapping
- Wordwrap now uses `width` rather than `length` for wrapping

## [0.0.1] - 2024-04-17

### Added

- Added support for `length` (number of chars) and `width` (multibyte width of chars)
- Added support for `prepend` and `append`
- Added support for `startsWith` and `endsWith`
- Added support for `padLeft`, `padRight`, and `padBoth`
- Added support for `wordwrap`
- Added support for `explode`
- Added support for `is` (for comparing two ansi strings)
- Added support for `length` (number of chars) and `width` (multibyte width of chars)
- Added support for `prepend` and `append`
- Added support for `startsWith` and `endsWith`
- Added support for `padLeft`, `padRight`, and `padBoth`
- Added support for `wordwrap`
- Added support for `explode`
- Added support for `is` (for comparing two ansi strings)

# Keep a Changelog Syntax

Expand All @@ -36,7 +38,9 @@ format. This project adheres to [Semantic Versioning](https://semver.org/spec/v2
- `Fixed` for any bug fixes.
- `Security` in case of vulnerabilities.

[Unreleased]: https://github.com/glhd/ansipants/compare/0.0.1...HEAD
[Unreleased]: https://github.com/glhd/ansipants/compare/0.0.2...HEAD

[0.0.2]: https://github.com/glhd/ansipants/compare/0.0.1...0.0.2

[0.0.1]: https://github.com/glhd/ansipants/compare/0.0.1...0.0.1

Expand Down

0 comments on commit 40d9407

Please sign in to comment.