You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
4
+
5
+
## 1.0.0 (2022-03-06)
6
+
7
+
This is a major refactoring of the `asap` family of projects and as such,
8
+
introduces several breaking changes from the old model of `asap` projects.
9
+
10
+
This is a C++ library to format text in columns with a maximum width. When a
11
+
line of text is longer than its column's maximum width, the text is
12
+
automatically wrapped. A number of other features are also supported, such as
13
+
adding an initial indent, indenting all lines, etc... Refer to the API
0 commit comments