We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2878200 commit 84b6a4bCopy full SHA for 84b6a4b
CHANGELOG.md
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
8
+## [7.2.0] - 2025-08-03
9
+
10
+### Added
11
12
+- Support ngx-translate v17 (#122)
13
14
+### Changed
15
16
+- Migrate docs and example app to standalone bootstrapping and provider
17
+ functions
18
19
## [7.1.0] - 2024-12-29
20
21
### Added
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ngx-translate-messageformat-compiler",
3
- "version": "7.1.0",
+ "version": "7.2.0",
4
"scripts": {
"ng": "ng",
"build": "ng build",
0 commit comments