Skip to content

Commit

Permalink
Update Changelog and bump version to 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lephyrus committed Feb 9, 2024
1 parent 95b5905 commit 903669f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [7.0.0] - 2024-02-09
### Added
- **Breaking Change** Catch and log errors during message compilation and
interpolation by default (#47, #97, #102): provide `throwOnError: true` to
restore the previous behaviour
- Allow for transitional period by assuming that messages that start with the
provided `fallbackPrefix` use ngx-translate default syntax (#30)

## [6.5.1] - 2024-01-04
### Fixed
- Avoid unnecessarily slow processing of (lots of) translations in
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": "ngx-translate-messageformat-compiler",
"version": "6.5.1",
"version": "7.0.0",
"scripts": {
"ng": "ng",
"build": "ng build",
Expand Down

0 comments on commit 903669f

Please sign in to comment.