Skip to content

Releases: bartholomej/ngx-translate-cut

v2.0.0 – Angular 13! Bye ngcc

07 Nov 20:23
v2.0.0
86f3f14
Compare
Choose a tag to compare
  • 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

17 Jan 20:15
Compare
Choose a tag to compare
chore(update): release 1.7.0 🚀

v1.6.1 – Custom separator

26 Jul 08:21
v1.6.1
73e4d1c
Compare
Choose a tag to compare

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

26 Jul 06:44
v1.6.0
ee01ead
Compare
Choose a tag to compare

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

10 Jul 12:26
v1.5.0
53d0df8
Compare
Choose a tag to compare
  • update angular (10.x)
  • update dependencies
  • enhanced projects syncing
  • npm fund

v1.4.2 – Angular 9.1

05 May 13:39
v1.4.2
999ebde
Compare
Choose a tag to compare
  • update angular (9.1)
  • update dependencies
  • typescript build scripts
  • fundings

v1.4.0 – Update core libs + preview

24 Mar 07:31
v1.4.0
a793dfa
Compare
Choose a tag to compare

v1.3.0 – Angular 9

09 Feb 11:55
v1.3.0
4645965
Compare
Choose a tag to compare
  • Demo is powered by Angular 9 🎉

Everythin is still compatible with older versions

v1.3.0-rc.1

09 Feb 11:40
v1.3.0-rc.1
a742141
Compare
Choose a tag to compare
v1.3.0-rc.1 Pre-release
Pre-release
chore(update): patch prerelease v1.3.1-rc.1

v1.2.1

05 Feb 16:41
v1.2.1
a1e682b
Compare
Choose a tag to compare
  • Publishing all bundles (esm, fesm, ...)