Skip to content

Commit

Permalink
Add clarity around breaking changes
Browse files Browse the repository at this point in the history
In the latest release.
  • Loading branch information
michaeljones committed Apr 1, 2022
1 parent 5cfc073 commit 46d953e
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 @@ -2,8 +2,11 @@

## 0.12.0

- Rename the project to 'green-tea' as the previous name was essentially 'templates' which is too
plain and generic to be comfortable using.
- **Breaking change**: Rename the project to 'green-tea' as the previous name was essentially
'templates' which is too plain and generic to be comfortable using.

- **Breaking change**: The template files should now have a `.tea` suffix instead of `.gleamx`. This
might change again as there is a "Tea" language already.

## 0.11.0

Expand Down Expand Up @@ -31,7 +34,7 @@

## 0.8.0

- Breaking change: all parameters to the template must now be declared using the `{> with ... as
- **Breaking change**: all parameters to the template must now be declared using the `{> with ... as
...` syntax. The template generation will no longer try to automatically deduce parameters from
the template contents. Being explicit allows us to include static content from imported modules
without the generation getting confused about what is a parameter and what is an import.
Expand Down

0 comments on commit 46d953e

Please sign in to comment.