Skip to content

Commit

Permalink
Release 2.9.1 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshyPHP committed May 9, 2021
1 parent e58944e commit e81057d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
2.9.1 (2021-05-09)
==================

[Full commit log](https://github.com/s9e/TextFormatter/compare/d764e9e4ac70b9bc398afe15b45b27568aa3ff23...e58944ee6476cf3732add1c042c40845fa3ee87d)

### Added

- `2091db6b6` FixUnescapedCurlyBracesInHtmlAttributes: added support for arrow functions
- `129691ddd` MediaEmbed: added Odysee

### Removed

- `ce1817bf0` MediaEmbed: removed defunct sites Break, GameTrailers, and Mixer

### Changed

- `16a01b3df` ElementInspector: updated definitions from HTML specs
- `70e05f3c3` JavaScript: replaced substr() with substring()
- `632452c0a` MediaEmbed: updated Odysee
- `fa6ce8f1a` MediaEmbed: updated YouTube
- `b680fbcd0` Replaced ternaries with null coalescing operators
- `e51239b7e` UrlFilter: updated regexp and JavaScript version


2.9.0 (2021-04-17)
==================

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"post-update-cmd": "php scripts/patchReadme.php"
},
"extra": {
"version": "2.9.1-dev"
"version": "2.9.1"
}
}

0 comments on commit e81057d

Please sign in to comment.