Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bensadeh committed Oct 12, 2024
1 parent 557a6cb commit 570677b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,24 @@
### Overview

This release contains several new feature and breaking changes. From a user perspective, the most notable change is the
addition of a JSON highlighter. From a developer's perspective, the highlighting engine powering `tailspin` has been
addition of a `JSON` highlighter. From a developer's perspective, the highlighting engine powering `tailspin` has been
decoupled and extracted into a separate library called `[manifold](https://github.com/bensadeh/manifold)`.

`manifold` will still be used internally by `tailspin`, but it will also be available as a standalone library for other
projects to use.

### New features:

- Added a JSON highlighter. `tailspin` will recognize if the line is a valid JSON object and highlight it accordingly.
- Added support for handling lines which are valid `JSON`. `tailspin` will recognize if the line is a valid JSON object
and highlight it accordingly.
- Added date and time highlighter for formats like `DD/MM/YYYY`

### Breaking changes:

- Removed the `border` from the style from the keyword styling. Instead, the border will be enabled implicitly by
setting a background color for the keyword.
- Removed date highlighting for formats like `Aug 14` and `Sun Dec 14` etc.
- Removed date highlighting for formats like `Aug 14` and `Sun Dec 14` etc. (Can be re-enabled by adding a custom
regex highlighter)
- One highlighting group for both date and time

## 3.0.2
Expand Down

0 comments on commit 570677b

Please sign in to comment.