Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xpl committed Jul 19, 2017
1 parent fad15bb commit 9cdfbc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Recent updates / changelog
# Recent Updates / Changelog

- Each input line now gets wrapped separately, i.e. `'foo\nbar'.red === 'foo'.red + '\n' + 'bar'.red`
- You can now do `ansi.green.inverse.underline.italic ('hello')` (chainable API)
- You can now change the default RGB values for CSS output
- `.parse ()` now returns full span style data (ex. `{ italic: true, bgColor: { name: 'red', dim: true }, ...`)
- `.strip ()` for removing ANSI codes
- `.names` for run-time reflection
- `.names` for run-time reflection

0 comments on commit 9cdfbc0

Please sign in to comment.