ngx-translate-messageformat-compiler
Advanced tools
Comparing version 4.8.0 to 4.9.0
@@ -7,2 +7,6 @@ # Changelog | ||
## [4.9.0] - 2021-01-19 | ||
### Added | ||
- Support for Angular v11 (#67) | ||
## [4.8.0] - 2020-07-12 | ||
@@ -9,0 +13,0 @@ ### Added |
{ | ||
"name": "ngx-translate-messageformat-compiler", | ||
"version": "4.8.0", | ||
"version": "4.9.0", | ||
"repository": { | ||
@@ -30,3 +30,3 @@ "type": "git", | ||
"peerDependencies": { | ||
"@angular/core": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0", | ||
"@angular/core": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0", | ||
"@ngx-translate/core": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0", | ||
@@ -33,0 +33,0 @@ "messageformat": "^2.0.5" |
@@ -5,2 +5,4 @@ # ngx-translate-messageformat-compiler | ||
[![npm version](https://badge.fury.io/js/ngx-translate-messageformat-compiler.svg)](https://www.npmjs.com/package/ngx-translate-messageformat-compiler) ![build](https://github.com/lephyrus/ngx-translate-messageformat-compiler/workflows/build/badge.svg) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) | ||
**[Example App](https://stackblitz.com/edit/ngx-translate-messageformat-compiler-example)** (StackBlitz) | ||
@@ -7,0 +9,0 @@ |
146832
179