ngx-translate-messageformat-compiler
Advanced tools
Changelog
[2.0.0] - 2017-10-22
TranslateMessageFormatCompiler
constructor no longer takes
a MessageFormat instance as a parameter. This simplifies the setup.
Also, messageformat
unfortunately does not provide Typescript
types and therefore requires a minimal type declaration. Not
exposing this to cosumers of the library saves potential headaches.
This is obviously a breaking change. (#2)TranslateMessageFormatCompiler
is no longer injectable. The
@Injectable
annotation isn't needed when used as recommended and
the class was probably never injected, but it's still technically
a breaking change.Changelog
[1.1.1] - 2017-09-27
Changelog
[1.1.0] - 2017-09-27
TranslateMessageFormatCompiler
's constructor and throw a
TypeError
otherwise.Changelog
[1.0.1] - 2017-09-27
.npmignore
.