All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.20.0 (2020-12-17)
- 🐛 service not initialized in testing module (#382) (08db253)
- 🐛 update peer to support angular 11 (6f3f973), closes #378
- schematics join (#348) (174f178)
2.19.3 (2020-12-06)
2.19.2 (2020-12-01)
- 🐛 schematics keys manager install, support yarn (d923542)
- tests: fix failing unit and e2e tests (#361) (43ff362)
2.19.1 (2020-08-22)
- 💍 update tests (427c99f)
2.19.0 (2020-08-18)
2.18.4 (2020-08-07)
2.18.3 (2020-07-22)
2.18.2 (2020-07-16)
- 🐛 add injectable decorator (94bb9ee)
2.18.1 (2020-07-16)
- 🐛 export the functional transpiler (2fc1a4f)
2.18.0 (2020-07-16)
- 🎸 functional transpiler (d3c5262)
2.17.5 (2020-07-11)
2.17.4 (2020-07-07)
- 🐛 angular cli installing old transloco version (79f8e10), closes #304
- 🐛 Angular v10 BC fixes (84ad417)
2.17.3 (2020-06-28)
- 🐛 Angular v10 BC fixes (84ad417)
2.17.2 (2020-06-04)
2.17.1 (2020-05-01)
- 🐛 migration script throws error when no files found (db82974)
2.17.0 (2020-04-24)
2.16.1 (2020-04-23)
2.14.0 (2020-03-14)
2.13.5 (2020-03-01)
- 🐛 ngx migration support new line in pipes (00f1eae), closes #244
- 🐛 set fallback translation (ff34773), closes #232
2.13.4 (2020-02-29)
2.13.3 (2020-02-12)
2.13.2 (2020-02-03)
2.13.1 (2020-02-02)
- 🐛 testing module should work with ivy (2a68be7)
2.13.0 (2020-01-25)
- 🎸 add support for getting config from path (31c180a)
- 🎸 support inline loader for select translate (#225) (a2b1867)
2.12.3 (2020-01-01)
2.12.2 (2019-12-24)
2.12.1 (2019-12-12)
2.12.0 (2019-12-11)
- 🐛 pipe return empty string by default (#192) (156cd62)
- 🐛 select translations with scope should listen to lang change (6031046)
2.11.2 (2019-12-09)
- 🐛 pipe return empty string by default (#192) (156cd62)
- 🐛 select translations with scope should listen to lang change (6031046)
2.11.1 (2019-12-07)
- 🐛 select translations with scope should listen to lang change (6031046)
2.11.0 (2019-12-06)
- 🐛 preSaveTranslation should get the flattend object (9174141), closes #145
- 🐛 schematics scope useValue type (2a2873c)
- export TranslocoMissingHandlerData (#174) (c32d589)
- Provide multiple values for TRANSLOCO_SCOPE to support lazy loading multiple json files (#184) (fa11baa)
- 🎸 add inline loader flag to scope (#175) (8c1383e)
- 🎸 schmeatics:join support ignore/include default lang (7e48271)
2.10.0 (2019-12-03)
- 🐛 preSaveTranslation should get the flattend object (9174141), closes #145
- 🐛 schematics scope useValue type (2a2873c)
- export TranslocoMissingHandlerData (#174) (c32d589)
2.9.0 (2019-11-27)
2.8.0 (2019-11-26)
- 🎸 pass scope name to loader (c32b10c)
2.7.0 (2019-11-25)
- 🐛 ng-add: skip translation files creation if exist (#163) (a9c1bcf)
- 🐛 remove missing keys warnings in tests (#169) (741d356)
2.6.2 (2019-11-23)
2.6.1 (2019-11-20)
2.6.0 (2019-11-17)
- 🎸 add schematics migration script from angular (#151) (bc07dfa)
- 🎸 allow changing the fallback languages dynamically (2719981)
2.5.2 (2019-11-05)
- 🐛 remove default langs (d9b6b26)
2.5.1 (2019-11-05)
- 🐛 add utils (c6233b7)
2.5.0 (2019-11-05)
- 🐛 schematics scope ignore routing.module file (57dbcd5)
- 🎸 inline-loader support any kind of promise (34bc788)
- 🎸 schematics command to install keys manager (38c885b)
2.4.0 (2019-11-01)
- 🎸 add scope to event payload (f70db69)
2.3.1 (2019-10-30)
2.3.0 (2019-10-25)
- 🎸 add logMissingKey option to missing handler (c2d368b)
2.2.2 (2019-10-21)
- 🐛 remove redundant dep (dad9269)
2.2.1 (2019-10-17)
2.2.0 (2019-10-14)
- 🎸 add merge translation files command (28f1af9)
- 🎸 add spill schematics command (f3ad130)
- 🎸 inline loaders (1648de4)
2.1.2 (2019-10-11)
- 🐛 inline lang for pipe (72082c0)
- 💍 refactor and add specs (ae7210a)
2.1.1 (2019-10-05)
2.1.0 (2019-10-04)
- 🎸 alias pr merge fix (7e3ab3f)
2.0.4 (2019-10-04)
- 🐛 fix type in the structural directive (3144b51)
- 💍 fix messageformat spec (eebd8a4)
2.0.3 (2019-10-03)
2.0.2 (2019-10-03)
- 🐛 fix v2 upgrade script (e390ae4)
2.0.1 (2019-10-02)
- 🐛 missing handler fix allow empty values in pipe (2efbe6c)
2.0.0 (2019-10-02)
- 🎸 change structural to function (1945686)
- 🎸 missing translation fallback (8151c24)
- 🎸 v2 changes (430fadf)
- 🤖 Add schematics for transloco scope (#79) (aea9495)
- See in BREAKING_CHANGES.md file
1.7.9 (2019-09-17)
1.7.8 (2019-09-11)
- 🐛 update migration script (c7510f7)
1.7.7 (2019-09-11)
- testing: set prodmode to true by default (5995b75)
1.7.6 (2019-09-09)
- 🐛 allow pass config in testing module (caeaa8c)
1.7.5 (2019-09-08)
1.7.4 (2019-09-07)
1.7.3 (2019-09-06)
- 🐛 transpiler protection (9471f17)
1.7.2 (2019-09-05)
- 🐛 update migration script (b712bd7)
1.7.1 (2019-09-03)
- 🐛 selectTranslate (a7af5c6)
1.7.0 (2019-09-01)
- 🎸 multi-lang (8d91b61)
- 🎸 mutli-langs (0e58324)
- 🎸 transpilers (198eb6d)
- expose missing handler token and interface (1a56908)
1.6.0 (2019-08-28)
- limit nested translations (71e5488)
- directive: add limit property (7715deb)
- directive: add limit property (f17f417)
- directive: read nested property (b51359e)
- directive: set context to a nested property (561cba4)
1.5.0 (2019-08-28)
- 🐛 translate types (fe51317)
- 🎸 missing-handler (23da8c5), closes #42
- 🎸 missing-handler (#43) (5f082fc)
- loader: allow it to be optional (2a7fd83)
- 🎸 service (317bfc8), closes #46
- 💍 allow-empty (ba33ea1)
1.4.2 (2019-08-27)
- 🐛 message-format (ff835c3), closes #40
- 🐛 migration script support for get function (67e112d)
- 🐛 translate (620b151), closes #40
1.4.1 (2019-08-27)
- 🐛 message-format (ff835c3), closes #40
- 🐛 migration script support for get function (67e112d)
- 🐛 translate (620b151), closes #40
1.4.0 (2019-08-27)
- 🎸 support using ng-add for libraries (8ba6f25)
- 🐛 global scoep translations in pipe and directive (c4d0993)
- 🐛 global scope might not be loaded when sharing scope (d094764)
- api: expose helpers and types (19e1a7f)
- 🎸 scope strategy - shared (84eb7ec)
1.3.0 (2019-08-26)
- 🐛 global scoep translations in pipe and directive (c4d0993)
- 🐛 global scope might not be loaded when sharing scope (d094764)
- 🎸 scope strategy - shared (84eb7ec)
1.2.0 (2019-08-23)
- add peerDependencies to package.json (22b0af5)
- lib: 🎸 add messageformat support through custom transpiler (#11) (1feb309)
- 🎸 added ssr question to ng-add (#30) (7bcd15d)
- 🎸 lib (ab5a6fb)
1.1.3 (2019-08-22)
- add peerDependencies to package.json (22b0af5)
- 🎸 added ssr question to ng-add (#30) (7bcd15d)
- lib: 🎸 add messageformat support through custom transpiler (#11) (1feb309)
1.1.2 (2019-08-22)
- add peerDependencies to package.json (22b0af5)
- 🎸 added ssr question to ng-add (#30) (7bcd15d)
- lib: 🎸 add messageformat support through custom transpiler (#11) (1feb309)
1.1.0 (2019-08-16)
- 🐛 fix ngx-translate migration script (dfe47bf)
- 🐛 get value function (2a9d0a4)
- 🐛 migration script special chars (9f9a917)
- 🐛 missing dependencies, angular schematics path (fb94489)
- 🐛 missing handler should return the missing key (05297f1)
- 🐛 service load issues (82b9321)
- 🐛 update dependencies (530bb30)
- migration: fix script (6fc9e7b)
- query: fix query params getter (63a8224)
- schematics: ng-add schematics fixes (#35) (10d4146)
- schematics: when the user chose http as loader add HttpClien… (#54) (66b07f6)
- schematics: when the user chose http as loader add HttpClientModule (e5e0766)
- transloco-service: pr fixes (4f276d1)
- fix tests (fc841bd)
- handle parser error when couldn't parse (a016030)
- lock file: update lock file (f410e17)
- schematics: added generator for transloco component (#61) (82d8df3)
- schematics: added ng-add schematics command (#32) (71c53f1)
- schematics: support project in ng-add (#5) (3fbdd41)
- specs: add cypress (a2605dc)
- specs: add specs coverage (7016f88)
- transloco-pipe: support providerLang (bc3e809)
- transloco-service: dependentless translate (9ad22ad)
- transloco-service: getTranslation should support get all (e12e5f6), closes #58
- transloco-service: support multiple fallback langs (0e630bc), closes #40
- transloco-service: support translating using a callback (067ad98), closes #56
- added global loading template token (e4a87eb)
- added global loading template token (#55) (34183dd)
- added setTranslation && setTranslationKey methods (fdf2ade)
- added support for multi key translation (#46) (15378c5)
- lazy load (6dc1f72)
- lazy load (ee68219)
- 💍 add key is path test (2406bd8)
- 💍 cypress (fd3622b)
- 💍 update specs (5f0629c)
- transloco-transpiler: add spec for nested lang keys (9dc7875)
- add missing coverage specs (101f1f1)
- added e2e test to lazy page (f06c922), closes #33
- created change-translation e2e tests (e693c12)
- cypress prod url (4c464a6)
- transloco-service: add specs (3af51c6)
- transloco-service: fix pr (58b6624)
- test params pipe (331b7e0)
- test params pipe (#27) (1ffa3a2)