Skip to content

Commit

Permalink
Prepare CHANGELOG and release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kachkaev committed Mar 28, 2020
1 parent e6cef18 commit 8b22559
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.7.0 (2020-03-28)

- Pin `elm-format` to `0.8.3`

- Use Prettier v2 in CI (v1 should be still supported)

- Upgrade dependencies

- Switch to Github Actions (drop Azure DepOps CI/CD)

## 0.6.0 (2020-01-13)

- **[breaking change]** Drop Node 8 support due to its end of life on 2019-12-31
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<a href="https://www.npmjs.com/package/prettier-plugin-elm">
<img alt="NPM package" src="https://img.shields.io/npm/v/prettier-plugin-elm.svg?style=flat-square"><!--
--></a>
<a href="https://github.com/gicentre/prettier-plugin-elm/actions?query=workflow%checks">
<a href="https://github.com/gicentre/prettier-plugin-elm/actions?query=workflow%3AChecks">
<img alt="GitHub Workflow Status (unit tests)" src="https://img.shields.io/github/workflow/status/gicentre/prettier-plugin-elm/checks?label=checks&style=flat-square"><!--
--></a>
<a href="https://codecov.io/gh/gicentre/prettier-plugin-elm">
Expand All @@ -32,10 +32,6 @@
--></a>
</p>

Please note that the [plugin ecosystem in Prettier](https://prettier.io/docs/en/plugins.html) is still beta, which may make <nobr>`prettier-plugin-elm`</nobr> not ready for production use yet.

---

This plugin integrates [`elm-format`](https://github.com/avh4/elm-format) into [Prettier](https://github.com/prettier/prettier), thus providing you with a universal cross-language interface to code formatting.
In addition to dealing with `.elm` files via Prettier API, this plugin lets you format Elm code blocks inside markdown files. For example

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier-plugin-elm",
"version": "0.6.0",
"version": "0.7.0",
"description": "Adds Elm language support to Prettier via elm-format",
"keywords": [
"elm",
Expand Down

0 comments on commit 8b22559

Please sign in to comment.