Releases: bartholomej/ngx-translate-cut
Releases · bartholomej/ngx-translate-cut
v3.0.0 – Angular 13! Ivy everywhere
- Ivy everywehere
v2.0.0 – Angular 13! Bye ngcc
- Angular 13 compatibility!
- IVY everywhere
- nodejs min version bump to v12
- tslint -> eslint migration
Breaking changes
Angular 12+
This version doesn't work with older Angular anymore!
If you are using an older version of Angular (5 – 11) install compatibility version instead:
Use yarn add ngx-translate-cut@compat
v1.7.0 – Angular 11 + node 14
chore(update): release 1.7.0 🚀
v1.6.1 – Custom separator
v1.6.1
- fix(pipe): calling pipe programmatically (separator fallback)
v1.6.0
If you are not satisfied with the basic settings of the separator (which is |), you can choose your own separator.
No breaking changes. Default value without optios is still |
import { NgxTranslateCutModule } from 'ngx-translate-cut';
@NgModule({
// ...
imports: [
// ...
NgxTranslateCutModule.forRoot({
// Your separator in translation strings will be `*`
separator: '*'
}),
]
})
v1.6.0 – Custom separator
If you are not satisfied with the basic settings of the separator (which is |), you can choose your own separator.
No breaking changes. Default value without optios is still |
import { NgxTranslateCutModule } from 'ngx-translate-cut';
@NgModule({
// ...
imports: [
// ...
NgxTranslateCutModule.forRoot({
// Your separator in translation strings will be `*`
separator: '*'
}),
]
})
v1.5.0 – Angular 10
- update angular (10.x)
- update dependencies
- enhanced projects syncing
- npm fund
v1.4.2 – Angular 9.1
- update angular (9.1)
- update dependencies
- typescript build scripts
- fundings
v1.4.0 – Update core libs + preview
- updated angular
- updated @ngx-translate/core library
- added stackblitz live preview https://stackblitz.com/edit/ngx-translate-cut
v1.3.0 – Angular 9
- Demo is powered by Angular 9 🎉
Everythin is still compatible with older versions
v1.3.0-rc.1
chore(update): patch prerelease v1.3.1-rc.1