Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
## 1.0.0 (2025-12-04)

### :package: Build

- [[`cf91cf1`](https://github.com/flex-development/string-wrap/commit/cf91cf156d909eeea0bf8083fc6f233c88a46a0a)] **deps-dev:** Bump cspell from 9.3.2 to 9.4.0 ([#7](https://github.com/flex-development/string-wrap/issues/7))
- [[`6100057`](https://github.com/flex-development/string-wrap/commit/610005711c73c72e64172b82f83a48132dfa51b4)] **deps-dev:** Bump happy-dom from 20.0.10 to 20.0.11 ([#1](https://github.com/flex-development/string-wrap/issues/1))
- [[`26ec30a`](https://github.com/flex-development/string-wrap/commit/26ec30ae228b652e251bd88b587cbb81ddca9578)] **deps-dev:** Bump the vitest group with 3 updates ([#6](https://github.com/flex-development/string-wrap/issues/6))
- [[`1f79fec`](https://github.com/flex-development/string-wrap/commit/1f79feccfa6372af5167f6206909ef671db29127)] **deps-dev:** Bump yaml-eslint-parser from 1.3.1 to 1.3.2 ([#8](https://github.com/flex-development/string-wrap/issues/8))
- [[`7d0c383`](https://github.com/flex-development/string-wrap/commit/7d0c3830244324579450bdd3fa16a0c9c4ffcab2)] **deps:** Bump mdast-util-to-hast from 13.2.0 to 13.2.1 ([#2](https://github.com/flex-development/string-wrap/issues/2))
- [[`4d76f9b`](https://github.com/flex-development/string-wrap/commit/4d76f9bd4fa693771e055c6b9973f505bbc27017)] **deps:** Bump validator from 13.15.20 to 13.15.23 ([#3](https://github.com/flex-development/string-wrap/issues/3))

### :robot: Continuous Integration

- [[`144f686`](https://github.com/flex-development/string-wrap/commit/144f68693190433e8f2f2afe2b690359502eb58e)] **deps:** Bump actions/checkout from 6.0.0 to 6.0.1 ([#4](https://github.com/flex-development/string-wrap/issues/4))
- [[`1e04a8d`](https://github.com/flex-development/string-wrap/commit/1e04a8d4f3a3af3348a7a7afb3d6ca74cdc1c8dd)] **deps:** Bump actions/setup-node from 6.0.0 to 6.1.0 ([#5](https://github.com/flex-development/string-wrap/issues/5))

### :pencil: Documentation

- [[`7a2bab8`](https://github.com/flex-development/string-wrap/commit/7a2bab87cd0ea5fdbc690b2e52ea829b756ca87e)] use
- [[`bcde6ce`](https://github.com/flex-development/string-wrap/commit/bcde6cec7d73b8a02212a0694b90fbd5b5784832)] what is this?

### :sparkles: Features

- [[`2da90e3`](https://github.com/flex-development/string-wrap/commit/2da90e3c052489d14fda5eaf0ee22068e9d9fbd2)] `lines`
- [[`6ebe50b`](https://github.com/flex-development/string-wrap/commit/6ebe50b0bd649d718053b4f8c9f372b3cafd74dd)] `Options#tabSize`
- [[`e96917c`](https://github.com/flex-development/string-wrap/commit/e96917cd85b797a1389bcf74b577633a57f86ca0)] `wrap`
- [[`85e6ebc`](https://github.com/flex-development/string-wrap/commit/85e6ebc9ba576f6d5fdbeb86bbbb55dabe777033)] ansi support
- [[`b210dbe`](https://github.com/flex-development/string-wrap/commit/b210dbe7c073dd6e0340c40f23e4358ec6a8e953)] wrap algorithm

### :house_with_garden: Housekeeping

- [[`87b1142`](https://github.com/flex-development/string-wrap/commit/87b11426a109e0514314a48465f48b9f18311af6)] initial commit

### :mechanical_arm: Refactors

- [[`570f7c9`](https://github.com/flex-development/string-wrap/commit/570f7c96bbfd41df6a4a0d615c511fc92a3b4b00)] **internal:** [`takeVisible`] add ansi support


2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@flex-development/string-wrap",
"description": "Wrap a string to a specified column width",
"version": "0.0.0",
"version": "1.0.0",
"keywords": [
"256",
"ansi",
Expand Down