Skip to content

Commit

Permalink
[prettierx] chore: update CHANGELOG.md re: 0.19.0-01 (...)
Browse files Browse the repository at this point in the history
add & update some comments
  • Loading branch information
brodybits committed Jul 6, 2021
1 parent d4e08c9 commit f7c4bb6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Expand Up @@ -10,13 +10,15 @@ $ git log --pretty=format:"- %s" rev1..rev2 | sed 's/#\([0-9]*\)/\[prettier\/pre

# prettierx 0.19.0-01-update-branch

intended to help rebase some prettierX JavaScript features on updated version of Prettier
Include updates from Prettier 2.3.2

(in a hopefully relatively clean manner)
(with some prettierX `language-js` updates now based on Prettier 2.3.2)

with some updates including:

- switch to pure CSS parser using PostCSS 8 (see below)
- apply an optimization to reduce AST copying in HTML preprocessing - [`prettier/prettier#11108`](https://github.com/prettier/prettier/pull/11108)
- update many dependencies
- use @brodybits/remark-parse@8, with updated trim sub-dependency, as recommended by:
- https://www.npmjs.com/advisories/1700
- remove original author from package.json - with rationale:
Expand Down

0 comments on commit f7c4bb6

Please sign in to comment.