@jsverse/transloco
Version:
The internationalization (i18n) library for Angular
1,094 lines (582 loc) β’ 58.1 kB
Markdown
## 8.3.0 (2026-04-05)
### π Features
- **transloco:** expose activeLang signal on TranslocoService
- **transloco:** add TranslationLoadError class for translation load failures
### π©Ή Fixes
- **transloco:** take the last provided scope selecting a translation
- **transloco:** prevent loading translations when injector is destroyed
- **transloco:** correct TRANSLOCO_MISSING_HANDLER token generic type
- **transloco:** π grammar fix misspelled scope hint error message
### β€οΈ Thank You
- Artur
- Mateo TibaquirΓ‘
- Michael Benz
- Shahar Kazaz
## 8.2.1 (2026-01-19)
### π©Ή Fixes
- **transloco:** π Avoid toObservable on signal API + string key ([#895](https://github.com/jsverse/transloco/pull/895))
### β€οΈ Thank You
- Andrew Steel
## 8.2.0 (2025-11-15)
### π Features
- **transloco:** πΈ Add config option for scope auto prefixing ([#868](https://github.com/jsverse/transloco/pull/868))
### β€οΈ Thank You
- Baptiste Moreau @FU856BMO
## 8.1.0 (2025-10-11)
### π Features
- **transloco:** πΈ auto-detect public folder in ng-add ([#879](https://github.com/jsverse/transloco/pull/879))
### π©Ή Fixes
- **transloco:** π expose TranslocoLoaderData ([7c5b19ad](https://github.com/jsverse/transloco/commit/7c5b19ad))
### β€οΈ Thank You
- Shahar Kazaz @shaharkazaz
## 8.0.2 (2025-09-26)
### π©Ή Fixes
- **transloco:** π expose TranslocoLoaderData ([7c5b19ad](https://github.com/jsverse/transloco/commit/7c5b19ad))
### β€οΈ Thank You
- Shahar Kazaz @shaharkazaz
## 8.0.1 (2025-09-26)
### π©Ή Fixes
- **transloco:** π add utils and transloco-utils as dependencies ([#872](https://github.com/jsverse/transloco/pull/872))
### β€οΈ Thank You
- CΓ©dric Exbrayat @cexbrayat
# 8.0.0 (2025-09-14)
### π©Ή Fixes
- **transloco:** π fix wrong import ([e65f9f28](https://github.com/jsverse/transloco/commit/e65f9f28))
### π€ Chore
- **transloco:** π€ move to @jsverse/utils ([aae425b6](https://github.com/jsverse/transloco/commit/aae425b6))
- **transloco:** π€ Add package optimizations ([0fad5d06](https://github.com/jsverse/transloco/commit/0fad5d06))
- **transloco:** π€ sync schematics-core ([50dd94ba](https://github.com/jsverse/transloco/commit/50dd94ba))
### π‘ Refactor
- **transloco:** π‘ Remove all the schematics but init ([6cd2f3e2](https://github.com/jsverse/transloco/commit/6cd2f3e2))
- **transloco:** π‘ set tslib as dependency ([e76cb87a](https://github.com/jsverse/transloco/commit/e76cb87a))
- **transloco:** π‘ remove flat from transloco's API ([1d241984](https://github.com/jsverse/transloco/commit/1d241984))
### π Tests
- **transloco:** π silent console errors in fallback specs ([8e27859a](https://github.com/jsverse/transloco/commit/8e27859a))
### βοΈ Docs
- **transloco:** βοΈ update breaking changes file ([5435da74](https://github.com/jsverse/transloco/commit/5435da74))
### β BREAKING CHANGES
- **transloco:** 𧨠ng-add is the only available schematic in @jsverse/transloco now
- **transloco:** 𧨠Some utility functions are no longer part of Transloco's public API
- **transloco:** 𧨠Minimum node version is now 18
### β€οΈ Thank You
- shaharkazaz @shaharkazaz
## 7.6.1 (2025-03-24)
### π©Ή Fixes
- **transloco:** π ngDevMode declaration issue ([#843](https://github.com/jsverse/transloco/pull/843))
## 7.6.0 (2025-03-22)
### π Features
- **transloco:** πΈ Add a `translateSignal` ([#838](https://github.com/jsverse/transloco/pull/838))
### π©Ή Fixes
- **transloco:** complete subjects when root view is removed ([#822](https://github.com/jsverse/transloco/pull/822))
## 7.5.1 (2024-12-24)
### π©Ή Fixes
- **transloco:** π Remove flat as dependency ([0730fd5f](https://github.com/jsverse/transloco/commit/0730fd5f))
## 7.5.0 (2024-09-17)
### π Features
- **transloco:** add option to not change the casing of the provided scope ([fdcf536d](https://github.com/jsverse/transloco/commit/fdcf536d06ea930b38c7d98a54619af32534e3d2))
## 7.4.4 (2024-09-16)
### Bug Fixes
- **transloco:** π Fixed file matching on Windows OS ([71aade96](https://github.com/jsverse/transloco/commit/71aade968fc3435522b1cde3481a76ca7e31baee))
## [7.4.3](https://github.com/jsverse/transloco/compare/transloco-7.4.2...transloco-7.4.3) (2024-07-26)
### Features
- **transloco:** πΈ Schematics move to transloco.config.ts ([fc4fc6b7](https://github.com/jsverse/transloco/commit/fc4fc6b73c8707a15671de14c60cc7665c74395e))
## [7.4.2](https://github.com/jsverse/transloco/compare/transloco-7.4.1...transloco-7.4.2) (2024-05-31)
## [7.4.1](https://github.com/jsverse/transloco/compare/transloco-7.4.0...transloco-7.4.1) (2024-05-10)
### Bug Fixes
- **transloco:** π selectTranslate lang should support arrays ([a77c79c](https://github.com/jsverse/transloco/commit/a77c79c3f9a44f57a6dd69c3326053fd1624d62f))
# [7.4.0](https://github.com/jsverse/transloco/compare/transloco-7.3.0...transloco-7.4.0) (2024-05-01)
### Features
- **transloco:** πΈ support nested objects in params ([57b58f1](https://github.com/jsverse/transloco/commit/57b58f159705a9b32fb975ee0c1b627237941ba4)), closes [#652](https://github.com/jsverse/transloco/issues/652)
# [7.3.0](https://github.com/jsverse/transloco/compare/transloco-7.2.1...transloco-7.3.0) (2024-04-25)
### Features
- **transloco:** πΈ Expose default handlers ([05c2ec1](https://github.com/jsverse/transloco/commit/05c2ec1f5429e604ae5caac19d417f5e64778394)), closes [#772](https://github.com/jsverse/transloco/issues/772)
## [7.2.1](https://github.com/jsverse/transloco/compare/transloco-7.2.0...transloco-7.2.1) (2024-04-22)
# [7.2.0](https://github.com/jsverse/transloco/compare/transloco-7.1.0...transloco-7.2.0) (2024-04-19)
### Features
- **transloco:** allow to provide multiple scopes via `provideTranslocoScopes` ([#758](https://github.com/jsverse/transloco/issues/758)) ([623b46f](https://github.com/jsverse/transloco/commit/623b46f4384803e7f7f8f57e57a43cb29a29e8d2))
# [7.1.0](https://github.com/jsverse/transloco/compare/transloco-7.0.0...transloco-7.1.0) (2024-03-30)
### Features
- **transloco:** πΈ introduce prefix input ([1e27a8f](https://github.com/jsverse/transloco/commit/1e27a8fe9922e3e8f4ced0ea3960aca8ae4da92d))
# [7.0.0](https://github.com/jsverse/transloco/compare/transloco-6.0.4...transloco-7.0.0) (2024-03-23)
### chore
- **transloco:** π€ update package scope ([f8b6d58](https://github.com/jsverse/transloco/commit/f8b6d58f51d99fcb2912082fbefd95527a57e2e4))
### Features
- **transloco:** πΈ Improve params algo matching ([8447634](https://github.com/jsverse/transloco/commit/8447634588210771047c45072186f20867fd8a2f))
### BREAKING CHANGES
- **transloco:** 𧨠The package is now published under the jsverse scope
- **transloco:** 𧨠All breaking changes are listed in the breaking changes document
## [6.0.4](https://github.com/jsverse/transloco/compare/transloco-6.0.3...transloco-6.0.4) (2023-12-09)
### Bug Fixes
- **transloco:** π providing the FunctionalTranspiler ([308438f](https://github.com/jsverse/transloco/commit/308438f7ae93ec3f7733b9b2cb2278f3aecacd33)), closes [#733](https://github.com/jsverse/transloco/issues/733)
## [6.0.3](https://github.com/jsverse/transloco/compare/transloco-6.0.2...transloco-6.0.3) (2023-12-09)
### Bug Fixes
- **transloco:** π export TranslocoOptions ([396151f](https://github.com/jsverse/transloco/commit/396151f441d12e3856451377b5c21d3b0310475c)), closes [#709](https://github.com/jsverse/transloco/issues/709)
## [6.0.2](https://github.com/jsverse/transloco/compare/transloco-6.0.1...transloco-6.0.2) (2023-12-08)
## [6.0.1](https://github.com/jsverse/transloco/compare/transloco-6.0.0...transloco-6.0.1) (2023-12-05)
- **transloco:** π Angular 17 ng-add ([b69f61e8](https://github.com/jsverse/transloco/commit/b69f61e8e8bfa406655061ad48f5a3cc8648a1d4)), closes [#729](https://github.com/jsverse/transloco/issues/729)
# [6.0.0](https://github.com/jsverse/transloco/compare/transloco-5.0.10...transloco-6.0.0) (2023-09-21)
### BREAKING CHANGES
- **transloco:** 𧨠Update to flat v6 which is ESM
## [5.0.10](https://github.com/jsverse/transloco/compare/transloco-5.0.9...transloco-5.0.10) (2023-09-20)
This version contains breaking changes, please use 5.0.7 until you are ready to migrate to v6.
- **transloco:** π migrate schematic improve "translate" pipe regex ([1d5cb65](https://github.com/jsverse/transloco/commit/1d5cb6535f86fe7bfd9f8558a9b80f325849a12a)), closes [#701](https://github.com/jsverse/transloco/issues/701)
- **transloco:** π split schematic doesn't update subfolders ([841e2def](https://github.com/jsverse/transloco/commit/841e2def5d78319901c27ab6db7b79ffc52bd126)), closes [#695](https://github.com/jsverse/transloco/issues/695)
### BREAKING CHANGES
- **transloco:** 𧨠Update to flat v6 which is ESM
## [5.0.9](https://github.com/jsverse/transloco/compare/transloco-5.0.8...transloco-5.0.9) (2023-09-17)
### Bug Fixes
- **transloco:** π split scope schematics ([dfc5373](https://github.com/jsverse/transloco/commit/dfc537302564ec34f4f93bd974541e036d8c6983)), closes [#558](https://github.com/jsverse/transloco/issues/558)
This version contains breaking changes, please use 5.0.7 until you are ready to migrate to v6.
### BREAKING CHANGES
- **transloco:** 𧨠Update to flat v6 which is ESM
## [5.0.8](https://github.com/jsverse/transloco/compare/transloco-5.0.7...transloco-5.0.8) (2023-09-16)
### Bug Fixes
This version contains breaking changes, please use 5.0.7 until you are ready to migrate to v6.
- **transloco:** π update flat to v6 ([7657b3d](https://github.com/jsverse/transloco/commit/7657b3de185b011bd35f815436da759aae33fc26)), closes [#570](https://github.com/jsverse/transloco/issues/570)
### BREAKING CHANGES
- **transloco:** 𧨠Update to flat v6 which is ESM
## [5.0.7](https://github.com/jsverse/transloco/compare/transloco-5.0.6...transloco-5.0.7) (2023-08-22)
### Bug Fixes
- **transloco:** π replace structuredClone with json clone ([a76cd05](https://github.com/jsverse/transloco/commit/a76cd05fd71148c79cfc418e996ca908a47aeeb2)), closes [#688](https://github.com/jsverse/transloco/issues/688)
## [5.0.6](https://github.com/jsverse/transloco/compare/transloco-5.0.5...transloco-5.0.6) (2023-08-05)
## [5.0.5](https://github.com/jsverse/transloco/compare/transloco-5.0.4...transloco-5.0.5) (2023-08-05)
### Bug Fixes
- **transloco:** π ng add in NgModule app ([ad7f8bd5](https://github.com/jsverse/transloco/commit/ad7f8bd57f7dd05dd75ab2549ed69ba60948849f))
## [5.0.4](https://github.com/jsverse/transloco/compare/transloco-5.0.3...transloco-5.0.4) (2023-08-04)
### Bug Fixes
- **transloco:** π latest version not installed in fresh project ([c8bb426](https://github.com/jsverse/transloco/commit/c8bb426955f63a862ccb8155f43c635979190931))
## [5.0.3](https://github.com/jsverse/transloco/compare/transloco-5.0.2...transloco-5.0.3) (2023-08-02)
### Bug Fixes
- **transloco:** π allow multiple functions functional transpiler ([#667](https://github.com/jsverse/transloco/issues/667)) ([5095f96](https://github.com/jsverse/transloco/commit/5095f96f7bca90f61902b5d02f18b5a3ce8edf20))
## [5.0.2](https://github.com/jsverse/transloco/compare/transloco-5.0.1...transloco-5.0.2) (2023-07-31)
## [5.0.1](https://github.com/jsverse/transloco/compare/transloco-5.0.0...transloco-5.0.1) (2023-07-31)
### Bug Fixes
- **transloco:** π set transloco-utils dep version to 5 ([#675](https://github.com/jsverse/transloco/issues/675)) ([0463090](https://github.com/jsverse/transloco/commit/046309072d66115f6921019f04192978e7761b5e))
# [5.0.0](https://github.com/jsverse/transloco/compare/transloco-4.3.0...transloco-5.0.0) (2023-07-30)
### Bug Fixes
- **transloco:** π add missing provider + make environment ([71d61d7](https://github.com/jsverse/transloco/commit/71d61d7eb0c7dba9bc60185ddd093e57256c6d61))
- **transloco:** π move to inject pattern and fix build ([8f9fe59](https://github.com/jsverse/transloco/commit/8f9fe598f6418620d94a73b84778c30ebe3bcc18))
- **transloco:** π multi scope handling ([ec96ca6](https://github.com/jsverse/transloco/commit/ec96ca69e6f3ec504c3a398842aa36e2f6c3d1ab))
### chore
- π€ upgrade to angular v16 ([#661](https://github.com/jsverse/transloco/issues/661)) ([08db7e7](https://github.com/jsverse/transloco/commit/08db7e7d1f64846fa0b07123dee8ff5bff20b4f0))
### Code Refactoring
- **transloco:** π‘ remove type ([2f61221](https://github.com/jsverse/transloco/commit/2f61221bfe2b6eb5f58457d07f81677cda0b1853))
### Features
- **transloco:** πΈ upgrade to v16 ([72381f5](https://github.com/jsverse/transloco/commit/72381f5bc05d1917a1e0c010d92366a24ae8cc64)), closes [#646](https://github.com/jsverse/transloco/issues/646)
- **transloco:** πΈ upgrade to v16 and standalone ([5f9e687](https://github.com/jsverse/transloco/commit/5f9e687d25679829a438de04a0acd255198f2f9b))
### BREAKING CHANGES
- **transloco:** 𧨠Remove PersistStorage type
- **transloco:** 𧨠Minimum Angular version is now 16
- 𧨠Angular 16
# [4.3.0](https://github.com/jsverse/transloco/compare/transloco-4.2.7...transloco-4.3.0) (2023-06-10)
### Bug Fixes
- **transloco:** π providers typings ([38e4981](https://github.com/jsverse/transloco/commit/38e4981db2e2f82dfbf081b27f8eba0b68143fdb)), closes [#658](https://github.com/jsverse/transloco/issues/658)
### Features
- **transloco:** πΈ providers functions ([528e548](https://github.com/jsverse/transloco/commit/528e548f747a76f027044fe4f97198e795872510))
## [4.2.7](https://github.com/jsverse/transloco/compare/transloco-4.2.6...transloco-4.2.7) (2023-05-18)
## [4.2.6](https://github.com/jsverse/transloco/compare/transloco-4.2.5...transloco-4.2.6) (2023-03-04)
### Bug Fixes
- **transloco:** π fix message format delay ([#634](https://github.com/jsverse/transloco/issues/634)) ([aa92418](https://github.com/jsverse/transloco/commit/aa92418ab319b42fc42b32e0884c6054fa7ccf2c))
## [4.2.5](https://github.com/jsverse/transloco/compare/transloco-4.2.4...transloco-4.2.5) (2023-02-21)
### Bug Fixes
- **transloco:** update fs-extra and glob dependencies ([#631](https://github.com/jsverse/transloco/issues/631)) ([e19057f](https://github.com/jsverse/transloco/commit/e19057f34e3daddc40dc7059974f721b3ea8a30e))
## [4.2.4](https://github.com/jsverse/transloco/compare/transloco-4.2.3...transloco-4.2.4) (2023-02-19)
## [4.2.3](https://github.com/jsverse/transloco/compare/transloco-4.2.2...transloco-4.2.3) (2023-02-19)
### Bug Fixes
- **transloco:** π add missing schematics deps ([581dda1](https://github.com/jsverse/transloco/commit/581dda1c4955ffa68f43ee0bfdef3ef2afc9f698)), closes [#623](https://github.com/jsverse/transloco/issues/623)
## [4.2.2](https://github.com/jsverse/transloco/compare/transloco-4.2.1...transloco-4.2.2) (2023-01-06)
### Bug Fixes
- **transloco:** add overload type in selectTranslateObject method ([#617](https://github.com/jsverse/transloco/issues/617)) ([071ca6b](https://github.com/jsverse/transloco/commit/071ca6b21bea872adaadba917484ca0190d4b051))
## [4.2.1](https://github.com/jsverse/transloco/compare/transloco-4.2.0...transloco-4.2.1) (2022-12-10)
### Bug Fixes
- **transloco**: π replace environment with isDveMode for v15 ([e4bc6c91](https://github.com/jsverse/transloco/commit/e4bc6c91cb04d8e2ff41269abb963f1c6eed0c93))
# [4.2.0](https://github.com/jsverse/transloco/compare/transloco-4.1.1...transloco-4.2.0) (2022-12-10)
### Features
- **transloco:** πΈ add translation key to transpile method ([#569](https://github.com/jsverse/transloco/issues/569)) ([3a19ba6](https://github.com/jsverse/transloco/commit/3a19ba6cde6a96c8d4af893b824400dd7217cd71)), closes [jsverse#568](https://github.com/jsverse/issues/568)
_Note:_ if you are using `@jsverse/transloco-messageformat` You'll need to update to 4.1.0 and above.
## [4.1.2](https://github.com/jsverse/transloco/compare/transloco-4.1.1...transloco-4.1.2) (2022-12-10)
### Bug Fixes
- **schematics:** set current directory as default project name ([#582](https://github.com/jsverse/transloco/issues/582)) ([89b213f9](https://github.com/jsverse/transloco/commit/89b213f9f3751d6414fb82aee0031e6863ed585f))
## [4.1.1](https://github.com/jsverse/transloco/compare/transloco-4.1.0...transloco-4.1.1) (2022-07-13)
### Bug Fixes
- **transloco:** key as array in translateObject throws ([#577](https://github.com/jsverse/transloco/issues/577)) ([5c8e90b](https://github.com/jsverse/transloco/commit/5c8e90b3ecf67106e3a22c33a9f82f990353d0bd))
# [4.1.0](https://github.com/jsverse/transloco/compare/transloco-4.0.0...transloco-4.1.0) (2022-06-04)
### Features
- **transloco:** πΈ export translateObject as a proxy to the TranslocoService.translateObject method ([#565](https://github.com/jsverse/transloco/issues/565)) ([26ef1a0](https://github.com/jsverse/transloco/commit/26ef1a0fb7f9dc564d280ced3290be87ae2fedc8))
# [4.0.0](https://github.com/jsverse/transloco/compare/transloco-3.2.0...transloco-4.0.0) (2022-03-23)
### Features
- **transloco:** πΈ upgrade to v13 ([d973668](https://github.com/jsverse/transloco/commit/d9736685caee6959b4af2b3659071e7a553d858c)), closes [#536](https://github.com/jsverse/transloco/issues/536)
### BREAKING CHANGES
- **transloco:** 𧨠Minimum Angular version is now 13
# [3.2.0](https://github.com/jsverse/transloco/compare/transloco-3.1.4...transloco-3.2.0) (2022-03-19)
### Features
- **transloco:** πΈ add langChanged event ([50e374f](https://github.com/jsverse/transloco/commit/50e374f762665ba5d532cd3bd6e1653fe07420f6))
## [3.1.4](https://github.com/jsverse/transloco/compare/transloco-3.1.3...transloco-3.1.4) (2022-02-15)
### Bug Fixes
- **transloco:** π Add generic type default to Translate<T>() ([#545](https://github.com/jsverse/transloco/issues/545)) ([1a71d90](https://github.com/jsverse/transloco/commit/1a71d90b816a1297b1034dec48650a886a5caec2))
## [3.1.3](https://github.com/jsverse/transloco/compare/transloco-3.1.2...transloco-3.1.3) (2022-01-22)
## [3.1.2](https://github.com/jsverse/transloco/compare/transloco-3.1.1...transloco-3.1.2) (2022-01-20)
### Bug Fixes
- **transloco:** π structural directive redundant calls ([32230d6](https://github.com/jsverse/transloco/commit/32230d640c36c16e71f331451315de78527ceb0c))
## [3.1.1](https://github.com/jsverse/transloco/compare/transloco-3.1.0...transloco-3.1.1) (2021-11-19)
### Bug Fixes
- **transloco:** π regular directive with ssr ([28f14af](https://github.com/jsverse/transloco/commit/28f14affbca431a1017f6f95da9ee2a5d4cdfdb5))
# [3.1.0](https://github.com/jsverse/transloco/compare/transloco-3.0.7...transloco-3.1.0) (2021-11-09)
### Features
- **transloco:** πΈ add a template context guard to directive ([#526](https://github.com/jsverse/transloco/issues/526)) ([48f924d](https://github.com/jsverse/transloco/commit/48f924d95b1761bab1cfe00686d96c787c7cf667))
## [3.0.7](https://github.com/jsverse/transloco/compare/transloco-3.0.6...transloco-3.0.7) (2021-10-28)
## [3.0.6](https://github.com/jsverse/transloco/compare/transloco-3.0.5...transloco-3.0.6) (2021-10-14)
## [3.0.5](https://github.com/jsverse/transloco/compare/transloco-3.0.4...transloco-3.0.5) (2021-10-12)
### Bug Fixes
- transloco fallback strategy class is not decorated ([#517](https://github.com/jsverse/transloco/issues/517)) ([e922982](https://github.com/jsverse/transloco/commit/e92298226995df953d7f91a3d1ee2cc0bf7b520f))
## [3.0.4](https://github.com/jsverse/transloco/compare/transloco-3.0.3...transloco-3.0.4) (2021-10-12)
## [3.0.3](https://github.com/jsverse/transloco/compare/transloco-3.0.2...transloco-3.0.3) (2021-10-10)
### Bug Fixes
- **transloco:** π fix schematics ([627a565](https://github.com/jsverse/transloco/commit/627a565591ff83bbd504c5d07ee534c7670a2556)), closes [#516](https://github.com/jsverse/transloco/issues/516)
## [3.0.2](https://github.com/jsverse/transloco/compare/transloco-3.0.1...transloco-3.0.2) (2021-10-07)
### Bug Fixes
- **transloco:** π unexpected peerDependencies ([672e529](https://github.com/jsverse/transloco/commit/672e5294fd25e456229c800fd1ebf49e39fc88e4)), closes [#513](https://github.com/jsverse/transloco/issues/513)
## [3.0.1](https://github.com/jsverse/transloco/compare/transloco-3.0.0...transloco-3.0.1) (2021-10-02)
### [3.0.0](https://github.com/jsverse/transloco/compare/v2.23.3...transloco-3.0.0) (2021-09-30)
### Bug Fixes
- π don't call the missing handler when given an empty key ([86fa12d](https://github.com/jsverse/transloco/commit/86fa12d09c235f5c34a81ee049f94b898e198280))
### Features
- πΈ supported passing params when reusing keys ([6db0d74](https://github.com/jsverse/transloco/commit/6db0d74d14e449d4f4f703ef3ee8a7dd97198b81)), closes [#259](https://github.com/jsverse/transloco/issues/259)
- **messageformat:** πΈ add cache support ([773bc5c](https://github.com/jsverse/transloco/commit/773bc5c227ba63b556b8277161dc598a0c630010)), closes [#358](https://github.com/jsverse/transloco/issues/358)
### [2.23.3](https://github.com/jsverse/transloco/compare/v2.23.2...v2.23.3) (2021-09-19)
### Bug Fixes
- allow classes to be GCd ([#505](https://github.com/jsverse/transloco/issues/505)) ([8dbec56](https://github.com/jsverse/transloco/commit/8dbec56))
### Tests
- π fix pipe tests ([10c4e25](https://github.com/jsverse/transloco/commit/10c4e25))
### [2.23.2](https://github.com/jsverse/transloco/compare/v2.23.1...v2.23.2) (2021-09-13)
### Bug Fixes
- π load error not reported ([cd92b46](https://github.com/jsverse/transloco/commit/cd92b46)), closes [#290](https://github.com/jsverse/transloco/issues/290)
- π static lang is ignored in pipe ([28833b8](https://github.com/jsverse/transloco/commit/28833b8)), closes [#463](https://github.com/jsverse/transloco/issues/463)
- π support optional chaining ([e8e92ba](https://github.com/jsverse/transloco/commit/e8e92ba)), closes [#488](https://github.com/jsverse/transloco/issues/488)
### [2.23.1](https://github.com/jsverse/transloco/compare/v2.23.0...v2.23.1) (2021-09-11)
### Bug Fixes
- π ng-add wrong environment path ([75d4bd0](https://github.com/jsverse/transloco/commit/75d4bd0)), closes [#332](https://github.com/jsverse/transloco/issues/332)
## [2.23.0](https://github.com/jsverse/transloco/compare/v2.22.0...v2.23.0) (2021-09-07)
### Bug Fixes
- allow `TranslocoService` to be garbage collected ([#473](https://github.com/jsverse/transloco/issues/473)) ([3650240](https://github.com/jsverse/transloco/commit/3650240))
- parser lang ([#494](https://github.com/jsverse/transloco/issues/494)) ([ffeb05e](https://github.com/jsverse/transloco/commit/ffeb05e))
### Features
- add possibility of override `getTranslateFn` ([#492](https://github.com/jsverse/transloco/issues/492)) ([7b49bbd](https://github.com/jsverse/transloco/commit/7b49bbd))
## [2.22.0](https://github.com/jsverse/transloco/compare/v2.21.0...v2.22.0) (2021-07-01)
### Features
- πΈ expose currentLang in structural directive ([#380](https://github.com/jsverse/transloco/issues/380)) ([77b0567](https://github.com/jsverse/transloco/commit/77b0567)), closes [jsverse/transloco#376](https://github.com/jsverse/transloco/issues/376)
- πΈ update schematics id to v12 ([86e896d](https://github.com/jsverse/transloco/commit/86e896d))
- allow to specify options when setting translations by key ([#464](https://github.com/jsverse/transloco/issues/464)) ([e7d97e6](https://github.com/jsverse/transloco/commit/e7d97e6))
## [2.21.0](https://github.com/jsverse/transloco/compare/v2.20.1...v2.21.0) (2021-05-26)
### Bug Fixes
- π update angular peer dep ([6b96f12](https://github.com/jsverse/transloco/commit/6b96f12))
- directly specify location of package.json missing i18n config ([#401](https://github.com/jsverse/transloco/issues/401)) ([54ee98a](https://github.com/jsverse/transloco/commit/54ee98a))
### Features
- **locale:** support default currency config ([#423](https://github.com/jsverse/transloco/issues/423)) ([463b170](https://github.com/jsverse/transloco/commit/463b170))
### [2.20.1](https://github.com/jsverse/transloco/compare/v2.20.0...v2.20.1) (2021-02-28)
### Bug Fixes
- language fallback strategy ([#390](https://github.com/jsverse/transloco/issues/390)) ([92a28b4](https://github.com/jsverse/transloco/commit/92a28b4))
## [2.20.0](https://github.com/jsverse/transloco/compare/v2.19.2...v2.20.0) (2020-12-17)
### Bug Fixes
- π service not initialized in testing module ([#382](https://github.com/jsverse/transloco/issues/382)) ([08db253](https://github.com/jsverse/transloco/commit/08db253))
- π update peer to support angular 11 ([6f3f973](https://github.com/jsverse/transloco/commit/6f3f973)), closes [#378](https://github.com/jsverse/transloco/issues/378)
- schematics join ([#348](https://github.com/jsverse/transloco/issues/348)) ([174f178](https://github.com/jsverse/transloco/commit/174f178))
### Features
- πΈ transpile array values ([#383](https://github.com/jsverse/transloco/issues/383)) ([fc139e0](https://github.com/jsverse/transloco/commit/fc139e0))
### [2.19.3](https://github.com/jsverse/transloco/compare/v2.19.2...v2.19.3) (2020-12-06)
### Bug Fixes
- π update peer to support angular 11 ([6f3f973](https://github.com/jsverse/transloco/commit/6f3f973)), closes [#378](https://github.com/jsverse/transloco/issues/378)
### [2.19.2](https://github.com/jsverse/transloco/compare/v2.19.1...v2.19.2) (2020-12-01)
### Bug Fixes
- π schematics keys manager install, support yarn ([d923542](https://github.com/jsverse/transloco/commit/d923542))
- **tests:** fix failing unit and e2e tests ([#361](https://github.com/jsverse/transloco/issues/361)) ([43ff362](https://github.com/jsverse/transloco/commit/43ff362))
### [2.19.1](https://github.com/jsverse/transloco/compare/v2.19.0...v2.19.1) (2020-08-22)
### Bug Fixes
- π pipe key type in strict mode ([faa58a5](https://github.com/jsverse/transloco/commit/faa58a5)), closes [#311](https://github.com/jsverse/transloco/issues/311)
- π select translation on lang change ([f2e5415](https://github.com/jsverse/transloco/commit/f2e5415))
### Tests
- π update tests ([427c99f](https://github.com/jsverse/transloco/commit/427c99f))
## [2.19.0](https://github.com/jsverse/transloco/compare/v2.18.4...v2.19.0) (2020-08-18)
### Features
- πΈ Add interpolation to configuration ([#330](https://github.com/jsverse/transloco/issues/330)) ([cf07bfc](https://github.com/jsverse/transloco/commit/cf07bfc))
### [2.18.4](https://github.com/jsverse/transloco/compare/v2.18.3...v2.18.4) (2020-08-07)
### Bug Fixes
- π Put transloco.module in its own folder ([#319](https://github.com/jsverse/transloco/issues/319)) ([b54be7e](https://github.com/jsverse/transloco/commit/b54be7e))
### [2.18.3](https://github.com/jsverse/transloco/compare/v2.18.2...v2.18.3) (2020-07-22)
### Bug Fixes
- π remove unused group naming in regex ([0258c07](https://github.com/jsverse/transloco/commit/0258c07)), closes [#313](https://github.com/jsverse/transloco/issues/313)
### [2.18.2](https://github.com/jsverse/transloco/compare/v2.18.1...v2.18.2) (2020-07-16)
### Bug Fixes
- π add injectable decorator ([94bb9ee](https://github.com/jsverse/transloco/commit/94bb9ee))
### [2.18.1](https://github.com/jsverse/transloco/compare/v2.18.0...v2.18.1) (2020-07-16)
### Bug Fixes
- π export the functional transpiler ([2fc1a4f](https://github.com/jsverse/transloco/commit/2fc1a4f))
## [2.18.0](https://github.com/jsverse/transloco/compare/v2.17.5...v2.18.0) (2020-07-16)
### Features
- πΈ functional transpiler ([d3c5262](https://github.com/jsverse/transloco/commit/d3c5262))
### [2.17.5](https://github.com/jsverse/transloco/compare/v2.17.4...v2.17.5) (2020-07-11)
### Bug Fixes
- π update keys manager installation to latest version ([#308](https://github.com/jsverse/transloco/issues/308)) ([d6f6526](https://github.com/jsverse/transloco/commit/d6f6526))
### [2.17.4](https://github.com/jsverse/transloco/compare/v2.17.2...v2.17.4) (2020-07-07)
### Bug Fixes
- π angular cli installing old transloco version ([79f8e10](https://github.com/jsverse/transloco/commit/79f8e10)), closes [#304](https://github.com/jsverse/transloco/issues/304)
- π Angular v10 BC fixes ([84ad417](https://github.com/jsverse/transloco/commit/84ad417))
### [2.17.3](https://github.com/jsverse/transloco/compare/v2.17.2...v2.17.3) (2020-06-28)
### Bug Fixes
- π Angular v10 BC fixes ([84ad417](https://github.com/jsverse/transloco/commit/84ad417))
### [2.17.2](https://github.com/jsverse/transloco/compare/v2.17.1...v2.17.2) (2020-06-04)
### Bug Fixes
- π getBrowserLang throws error when browser has no lang ([52c86c0](https://github.com/jsverse/transloco/commit/52c86c0)), closes [#289](https://github.com/jsverse/transloco/issues/289)
### [2.17.1](https://github.com/jsverse/transloco/compare/v2.17.0...v2.17.1) (2020-05-01)
### Bug Fixes
- π migration script throws error when no files found ([db82974](https://github.com/jsverse/transloco/commit/db82974))
## [2.17.0](https://github.com/jsverse/transloco/compare/v2.16.1...v2.17.0) (2020-04-24)
### Bug Fixes
- π don't display loading template if translations were load ([#273](https://github.com/jsverse/transloco/issues/273)) ([c9214ad](https://github.com/jsverse/transloco/commit/c9214ad))
### Features
- πΈ support translating key-params map ([b261688](https://github.com/jsverse/transloco/commit/b261688)), closes [#272](https://github.com/jsverse/transloco/issues/272)
### [2.16.1](https://github.com/jsverse/transloco/compare/v2.15.0...v2.16.1) (2020-04-23)
## [2.14.0](https://github.com/jsverse/transloco/compare/v2.13.5...v2.14.0) (2020-03-14)
### Features
- πΈ Add to missingHandler the translation's parameter(s) ([#255](https://github.com/jsverse/transloco/issues/255)) ([73256ce](https://github.com/jsverse/transloco/commit/73256ce))
### [2.13.5](https://github.com/jsverse/transloco/compare/v2.13.4...v2.13.5) (2020-03-01)
### Bug Fixes
- π ngx migration support new line in pipes ([00f1eae](https://github.com/jsverse/transloco/commit/00f1eae)), closes [#244](https://github.com/jsverse/transloco/issues/244)
- π set fallback translation ([ff34773](https://github.com/jsverse/transloco/commit/ff34773)), closes [#232](https://github.com/jsverse/transloco/issues/232)
### [2.13.4](https://github.com/jsverse/transloco/compare/v2.13.3...v2.13.4) (2020-02-29)
### Bug Fixes
- **types:** Add additional formatting options ([#247](https://github.com/jsverse/transloco/issues/247)) ([05b6d79](https://github.com/jsverse/transloco/commit/05b6d79))
- π update peed dependencies ([a1a813a](https://github.com/jsverse/transloco/commit/a1a813a))
### [2.13.3](https://github.com/jsverse/transloco/compare/v2.13.2...v2.13.3) (2020-02-12)
### [2.13.2](https://github.com/jsverse/transloco/compare/v2.13.1...v2.13.2) (2020-02-03)
### [2.13.1](https://github.com/jsverse/transloco/compare/v2.13.0...v2.13.1) (2020-02-02)
### Bug Fixes
- π testing module should work with ivy ([2a68be7](https://github.com/jsverse/transloco/commit/2a68be7))
## [2.13.0](https://github.com/jsverse/transloco/compare/v2.12.4...v2.13.0) (2020-01-25)
### Features
- πΈ add support for getting config from path ([31c180a](https://github.com/jsverse/transloco/commit/31c180a))
- πΈ support inline loader for select translate ([#225](https://github.com/jsverse/transloco/issues/225)) ([a2b1867](https://github.com/jsverse/transloco/commit/a2b1867))
### [2.12.3](https://github.com/jsverse/transloco/compare/v2.12.2...v2.12.3) (2020-01-01)
### Bug Fixes
- π same fallback lang should not load again ([#211](https://github.com/jsverse/transloco/issues/211)) ([5498dee](https://github.com/jsverse/transloco/commit/5498dee)), closes [#210](https://github.com/jsverse/transloco/issues/210)
### [2.12.2](https://github.com/jsverse/transloco/compare/v2.12.1...v2.12.2) (2019-12-24)
### Bug Fixes
- π select translate object not working with scopes ([32e1ad7](https://github.com/jsverse/transloco/commit/32e1ad7)), closes [#207](https://github.com/jsverse/transloco/issues/207)
### [2.12.1](https://github.com/jsverse/transloco/compare/v2.12.0...v2.12.1) (2019-12-12)
### Bug Fixes
- π deprecate provideTranslocoConfig ([#198](https://github.com/jsverse/transloco/issues/198)) ([a8957d2](https://github.com/jsverse/transloco/commit/a8957d2))
## [2.12.0](https://github.com/jsverse/transloco/compare/v2.11.0...v2.12.0) (2019-12-11)
### Bug Fixes
- π pipe return empty string by default ([#192](https://github.com/jsverse/transloco/issues/192)) ([156cd62](https://github.com/jsverse/transloco/commit/156cd62))
- π select translations with scope should listen to lang change ([6031046](https://github.com/jsverse/transloco/commit/6031046))
### Features
- **transloco:** implement provideTranslocoConfig method ([#196](https://github.com/jsverse/transloco/issues/196)) ([2a755ae](https://github.com/jsverse/transloco/commit/2a755ae)), closes [#195](https://github.com/jsverse/transloco/issues/195)
### [2.11.2](https://github.com/jsverse/transloco/compare/v2.11.0...v2.11.2) (2019-12-09)
### Bug Fixes
- π pipe return empty string by default ([#192](https://github.com/jsverse/transloco/issues/192)) ([156cd62](https://github.com/jsverse/transloco/commit/156cd62))
- π select translations with scope should listen to lang change ([6031046](https://github.com/jsverse/transloco/commit/6031046))
### [2.11.1](https://github.com/jsverse/transloco/compare/v2.11.0...v2.11.1) (2019-12-07)
### Bug Fixes
- π select translations with scope should listen to lang change ([6031046](https://github.com/jsverse/transloco/commit/6031046))
## [2.11.0](https://github.com/jsverse/transloco/compare/v2.8.0...v2.11.0) (2019-12-06)
### Bug Fixes
- π preSaveTranslation should get the flattend object ([9174141](https://github.com/jsverse/transloco/commit/9174141)), closes [#145](https://github.com/jsverse/transloco/issues/145)
- π schematics scope useValue type ([2a2873c](https://github.com/jsverse/transloco/commit/2a2873c))
- export TranslocoMissingHandlerData ([#174](https://github.com/jsverse/transloco/issues/174)) ([c32d589](https://github.com/jsverse/transloco/commit/c32d589))
- Provide multiple values for TRANSLOCO_SCOPE to support lazy loading multiple json files ([#184](https://github.com/jsverse/transloco/issues/184)) ([fa11baa](https://github.com/jsverse/transloco/commit/fa11baa))
### Features
- πΈ add inline loader flag to scope ([#175](https://github.com/jsverse/transloco/issues/175)) ([8c1383e](https://github.com/jsverse/transloco/commit/8c1383e))
- πΈ schmeatics:join support ignore/include default lang ([7e48271](https://github.com/jsverse/transloco/commit/7e48271))
## [2.10.0](https://github.com/jsverse/transloco/compare/v2.8.0...v2.10.0) (2019-12-03)
### Bug Fixes
- π preSaveTranslation should get the flattend object ([9174141](https://github.com/jsverse/transloco/commit/9174141)), closes [#145](https://github.com/jsverse/transloco/issues/145)
- π schematics scope useValue type ([2a2873c](https://github.com/jsverse/transloco/commit/2a2873c))
- export TranslocoMissingHandlerData ([#174](https://github.com/jsverse/transloco/issues/174)) ([c32d589](https://github.com/jsverse/transloco/commit/c32d589))
### Features
- πΈ add inline loader flag to scope ([#175](https://github.com/jsverse/transloco/issues/175)) ([8c1383e](https://github.com/jsverse/transloco/commit/8c1383e))
## [2.9.0](https://github.com/jsverse/transloco/compare/v2.8.0...v2.9.0) (2019-11-27)
### Features
- πΈ add inline loader flag to scope ([#175](https://github.com/jsverse/transloco/issues/175)) ([8c1383e](https://github.com/jsverse/transloco/commit/8c1383e))
## [2.8.0](https://github.com/jsverse/transloco/compare/v2.7.0...v2.8.0) (2019-11-26)
### Features
- πΈ pass scope name to loader ([c32b10c](https://github.com/jsverse/transloco/commit/c32b10c))
## [2.7.0](https://github.com/jsverse/transloco/compare/v2.6.0...v2.7.0) (2019-11-25)
### Bug Fixes
- π ng-add: skip translation files creation if exist ([#163](https://github.com/jsverse/transloco/issues/163)) ([a9c1bcf](https://github.com/jsverse/transloco/commit/a9c1bcf))
- π remove missing keys warnings in tests ([#169](https://github.com/jsverse/transloco/issues/169)) ([741d356](https://github.com/jsverse/transloco/commit/741d356))
### Features
- access to active language and up-to-date config in MissingHandler ([#167](https://github.com/jsverse/transloco/issues/167)) ([30af5c5](https://github.com/jsverse/transloco/commit/30af5c5)), closes [#164](https://github.com/jsverse/transloco/issues/164)
### [2.6.2](https://github.com/jsverse/transloco/compare/v2.6.1...v2.6.2) (2019-11-23)
### Bug Fixes
- π remove missing keys warnings in tests ([#169](https://github.com/jsverse/transloco/issues/169)) ([741d356](https://github.com/jsverse/transloco/commit/741d356))
### [2.6.1](https://github.com/jsverse/transloco/compare/v2.6.0...v2.6.1) (2019-11-20)
### Bug Fixes
- π ng-add: skip translation files creation if exist ([#163](https://github.com/jsverse/transloco/issues/163)) ([a9c1bcf](https://github.com/jsverse/transloco/commit/a9c1bcf))
## [2.6.0](https://github.com/jsverse/transloco/compare/v2.5.2...v2.6.0) (2019-11-17)
### Features
- πΈ add schematics migration script from angular ([#151](https://github.com/jsverse/transloco/issues/151)) ([bc07dfa](https://github.com/jsverse/transloco/commit/bc07dfa))
- πΈ allow changing the fallback languages dynamically ([2719981](https://github.com/jsverse/transloco/commit/2719981))
### [2.5.2](https://github.com/jsverse/transloco/compare/v2.5.1...v2.5.2) (2019-11-05)
### Bug Fixes
- π remove default langs ([d9b6b26](https://github.com/jsverse/transloco/commit/d9b6b26))
### [2.5.1](https://github.com/jsverse/transloco/compare/v2.5.0...v2.5.1) (2019-11-05)
### Bug Fixes
- π add utils ([c6233b7](https://github.com/jsverse/transloco/commit/c6233b7))
## [2.5.0](https://github.com/jsverse/transloco/compare/v2.4.0...v2.5.0) (2019-11-05)
### Bug Fixes
- π schematics scope ignore routing.module file ([57dbcd5](https://github.com/jsverse/transloco/commit/57dbcd5))
### Features
- πΈ inline-loader support any kind of promise ([34bc788](https://github.com/jsverse/transloco/commit/34bc788))
- πΈ schematics command to install keys manager ([38c885b](https://github.com/jsverse/transloco/commit/38c885b))
## [2.4.0](https://github.com/jsverse/transloco/compare/v2.3.1...v2.4.0) (2019-11-01)
### Features
- πΈ add scope to event payload ([f70db69](https://github.com/jsverse/transloco/commit/f70db69))
### [2.3.1](https://github.com/jsverse/transloco/compare/v2.3.0...v2.3.1) (2019-10-30)
### Bug Fixes
- π predavetranslation should always be flat ([2f12e71](https://github.com/jsverse/transloco/commit/2f12e71)), closes [#145](https://github.com/jsverse/transloco/issues/145)
## [2.3.0](https://github.com/jsverse/transloco/compare/v2.2.2...v2.3.0) (2019-10-25)
### Features
- πΈ add logMissingKey option to missing handler ([c2d368b](https://github.com/jsverse/transloco/commit/c2d368b))
### [2.2.2](https://github.com/jsverse/transloco/compare/v2.2.1...v2.2.2) (2019-10-21)
### Bug Fixes
- π remove redundant dep ([dad9269](https://github.com/jsverse/transloco/commit/dad9269))
### [2.2.1](https://github.com/jsverse/transloco/compare/v2.2.0...v2.2.1) (2019-10-17)
### Bug Fixes
- π protect unsubscribing in pipe ([b55bd59](https://github.com/jsverse/transloco/commit/b55bd59)), closes [#137](https://github.com/jsverse/transloco/issues/137)
## [2.2.0](https://github.com/jsverse/transloco/compare/v2.1.2...v2.2.0) (2019-10-14)
### Features
- πΈ add merge translation files command ([28f1af9](https://github.com/jsverse/transloco/commit/28f1af9))
- πΈ add spill schematics command ([f3ad130](https://github.com/jsverse/transloco/commit/f3ad130))
- πΈ inline loaders ([1648de4](https://github.com/jsverse/transloco/commit/1648de4))
### Tests
- π schematics spill command ([d57fa82](https://github.com/jsverse/transloco/commit/d57fa82))
- π test schematics merge command ([5484520](https://github.com/jsverse/transloco/commit/5484520))
### [2.1.2](https://github.com/jsverse/transloco/compare/v2.1.1...v2.1.2) (2019-10-11)
### Bug Fixes
- π inline lang for pipe ([72082c0](https://github.com/jsverse/transloco/commit/72082c0))
### Tests
- π refactor and add specs ([ae7210a](https://github.com/jsverse/transloco/commit/ae7210a))
### [2.1.1](https://github.com/jsverse/transloco/compare/v2.1.0...v2.1.1) (2019-10-05)
### Bug Fixes
- π add key prefix when translating scope ([#116](https://github.com/jsverse/transloco/issues/116)) ([a84ceb3](https://github.com/jsverse/transloco/commit/a84ceb3))
## [2.1.0](https://github.com/jsverse/transloco/compare/v2.0.4...v2.1.0) (2019-10-04)
### Features
- πΈ alias pr merge fix ([7e3ab3f](https://github.com/jsverse/transloco/commit/7e3ab3f))
### [2.0.4](https://github.com/jsverse/transloco/compare/v2.0.3...v2.0.4) (2019-10-04)
### Bug Fixes
- π fix type in the structural directive ([3144b51](https://github.com/jsverse/transloco/commit/3144b51))
### Tests
- π fix messageformat spec ([eebd8a4](https://github.com/jsverse/transloco/commit/eebd8a4))
### [2.0.3](https://github.com/jsverse/transloco/compare/v2.0.2...v2.0.3) (2019-10-03)
### [2.0.2](https://github.com/jsverse/transloco/compare/v2.0.1...v2.0.2) (2019-10-03)
### Bug Fixes
- π fix v2 upgrade script ([e390ae4](https://github.com/jsverse/transloco/commit/e390ae4))
### [2.0.1](https://github.com/jsverse/transloco/compare/v2.0.0...v2.0.1) (2019-10-02)
### Bug Fixes
- π missing handler fix allow empty values in pipe ([2efbe6c](https://github.com/jsverse/transloco/commit/2efbe6c))
## [2.0.0](https://github.com/jsverse/transloco/compare/v1.7.8...v2.0.0) (2019-10-02)
### Bug Fixes
- π ng-add: fix hard coded fallbackLang ([#90](https://github.com/jsverse/transloco/issues/90)) ([9b1239f](https://github.com/jsverse/transloco/commit/9b1239f))
- schematics ng-add availabeLangs ([8b6424d](https://github.com/jsverse/transloco/commit/8b6424d))
### Features
- πΈ change structural to function ([1945686](https://github.com/jsverse/transloco/commit/1945686))
- πΈ missing translation fallback ([8151c24](https://github.com/jsverse/transloco/commit/8151c24))
- πΈ v2 changes ([430fadf](https://github.com/jsverse/transloco/commit/430fadf))
- π€ Add schematics for transloco scope ([#79](https://github.com/jsverse/transloco/issues/79)) ([aea9495](https://github.com/jsverse/transloco/commit/aea9495))
### Tests
- π add fallback specs ([d5d91e6](https://github.com/jsverse/transloco/commit/d5d91e6))
- π update lazy spec ([ab2e627](https://github.com/jsverse/transloco/commit/ab2e627))
### BREAKING CHANGES
- See in BREAKING_CHANGES.md file
### [1.7.9](https://github.com/jsverse/transloco/compare/v1.7.8...v1.7.9) (2019-09-17)
### [1.7.8](https://github.com/jsverse/transloco/compare/v1.7.7...v1.7.8) (2019-09-11)
### Bug Fixes
- π update migration script ([c7510f7](https://github.com/jsverse/transloco/commit/c7510f7))
### [1.7.7](https://github.com/jsverse/transloco/compare/v1.7.6...v1.7.7) (2019-09-11)
### Bug Fixes
- **testing:** set prodmode to true by default ([5995b75](https://github.com/jsverse/transloco/commit/5995b75))
### [1.7.6](https://github.com/jsverse/transloco/compare/v1.7.5...v1.7.6) (2019-09-09)
### Bug Fixes
- π allow pass config in testing module ([caeaa8c](https://github.com/jsverse/transloco/commit/caeaa8c))
### [1.7.5](https://github.com/jsverse/transloco/compare/v1.7.4...v1.7.5) (2019-09-08)
### Bug Fixes
- **core:** lack of unsubscriptions ([#65](https://github.com/jsverse/transloco/issues/65)) ([67f5d3f](https://github.com/jsverse/transloco/commit/67f5d3f))
- π pipe should support any type ([bf3f11c](https://github.com/jsverse/transloco/commit/bf3f11c)), closes [#70](https://github.com/jsverse/transloco/issues/70)
### [1.7.4](https://github.com/jsverse/transloco/compare/v1.7.3...v1.7.4) (2019-09-07)
### Bug Fixes
- π scope mapping ([a3545a1](https://github.com/jsverse/transloco/commit/a3545a1)), closes [#69](https://github.com/jsverse/transloco/issues/69)
### [1.7.3](https://github.com/jsverse/transloco/compare/v1.7.2...v1.7.3) (2019-09-06)
### Bug Fixes
- π transpiler protection ([9471f17](https://github.com/jsverse/transloco/commit/9471f17))
### [1.7.2](https://github.com/jsverse/transloco/compare/v1.7.1...v1.7.2) (2019-09-05)
### Bug Fixes
- π update migration script ([b712bd7](https://github.com/jsverse/transloco/commit/b712bd7))
### [1.7.1](https://github.com/jsverse/transloco/compare/v1.7.0...v1.7.1) (2019-09-03)
### Bug Fixes
- π selectTranslate ([a7af5c6](https://github.com/jsverse/transloco/commit/a7af5c6))
## [1.7.0](https://github.com/jsverse/transloco/compare/v1.6.0...v1.7.0) (2019-09-01)
### Bug Fixes
- remove extension from missing handler export ([e756079](https://github.com/jsverse/transloco/commit/e756079))
- **readme:** add missing @ ([#51](https://github.com/jsverse/transloco/issues/51)) ([2216378](https://github.com/jsverse/transloco/commit/2216378))
### Features
- πΈ multi-lang ([8d91b61](https://github.com/jsverse/transloco/commit/8d91b61))
- πΈ mutli-langs ([0e58324](https://github.com/jsverse/transloco/commit/0e58324))
- πΈ transpilers ([198eb6d](https://github.com/jsverse/transloco/commit/198eb6d))
- expose missing handler token and interface ([1a56908](https://github.com/jsverse/transloco/commit/1a56908))
## [1.6.0](https://github.com/jsverse/transloco/compare/v1.5.0...v1.6.0) (2019-08-28)
### Features
- limit nested translations ([71e5488](https://github.com/jsverse/transloco/commit/71e5488))
- **directive:** add limit property ([7715deb](https://github.com/jsverse/transloco/commit/7715deb))
- **directive:** add limit property ([f17f417](https://github.com/jsverse/transloco/commit/f17f417))
- **directive:** read nested property ([b51359e](https://github.com/jsverse/transloco/commit/b51359e))
- **directive:** set context to a nested property ([561cba4](https://github.com/jsverse/transloco/commit/561cba4))
## [1.5.0](https://github.com/jsverse/transloco/compare/v1.4.2...v1.5.0) (2019-08-28)
### Bug Fixes
- π translate types ([fe51317](https://github.com/jsverse/transloco/commit/fe51317))
### Features
- πΈ missing-handler ([23da8c5](https://github.com/jsverse/transloco/commit/23da8c5)), closes [#42](https://github.com/jsverse/transloco/issues/42)
- πΈ missing-handler ([#43](https://github.com/jsverse/transloco/issues/43)) ([5f082fc](https://github.com/jsverse/transloco/commit/5f082fc))
- **loader:** allow it to be optional ([2a7fd83](https://github.com/jsverse/transloco/commit/2a7fd83))
- πΈ service ([317bfc8](https://github.com/jsverse/transloco/commit/317bfc8)), closes [#46](https://github.com/jsverse/transloco/issues/46)
### Tests
- π allow-empty ([ba33ea1](https://github.com/jsverse/transloco/commit/ba33ea1))
### [1.4.2](https://github.com/jsverse/transloco/compare/v1.4.0...v1.4.2) (2019-08-27)
### Bug Fixes
- π message-format ([ff835c3](https://github.com/jsverse/transloco/commit/ff835c3)), closes [#40](https://github.com/jsverse/transloco/issues/40)
- π migration script support for get function ([67e112d](https://github.com/jsverse/transloco/commit/67e112d))
- π translate ([620b151](https://github.com/jsverse/transloco/commit/620b151)), closes [#40](https://github.com/jsverse/transloco/issues/40)
### [1.4.1](https://github.com/jsverse/transloco/compare/v1.4.0...v1.4.1) (2019-08-27)
### Bug Fixes
- π message-format ([ff835c3](https://github.com/jsverse/transloco/commit/ff835c3)), closes [#40](https://github.com/jsverse/transloco/issues/40)
- π migration script support for get function ([67e112d](https://github.com/jsverse/transloco/commit/67e112d))
- π translate ([620b151](https://github.com/jsverse/transloco/commit/620b151)), closes [#40](https://github.com/jsverse/transloco/issues/40)
## [1.4.0](https://github.com/jsverse/transloco/compare/v1.2.0...v1.4.0) (2019-08-27)
### Bug Fixes
- πΈ support using ng-add for libraries ([8ba6f25](https://github.com/jsverse/transloco/commit/8ba6f25))
- π global scoep translations in pipe and directive ([c4d0993](https://github.com/jsverse/transloco/commit/c4d0993))
- π global scope might not be loaded when sharing scope ([d094764](https://github.com/jsverse/transloco/commit/d094764))
- **api:** expose helpers and types ([19e1a7f](https://github.com/jsverse/transloco/commit/19e1a7f))
### Features
- πΈ scope strategy - shared ([84eb7ec](https://github.com/jsverse/transloco/commit/84eb7ec))
### Tests
- π finish testing ([104ecd3](https://github.com/jsverse/transloco/commit/104ecd3))
- π fix cypress specs ([7fdfe11](https://github.com/jsverse/transloco/commit/7fdfe11))
- π shared scope - update specs ([50f3362](https://github.com/jsverse/transloco/commit/50f3362))
## [1.3.0](https://github.com/jsverse/transloco/compare/v1.2.0...v1.3.0) (2019-08-26)
### Bug Fixes
- π global scoep translations in pipe and directive ([c4d0993](https://github.com/jsverse/transloco/commit/c4d0993))
- π global scope might not be loaded when sharing scope ([d094764](https://github.com/jsverse/transloco/commit/d094764))
### Features
- πΈ scope strategy - shared ([84eb7ec](https://github.com/jsverse/transloco/commit/84eb7ec))
### Tests
- π finish testing ([104ecd3](https://github.com/jsverse/transloco/commit/104ecd3))
- π fix cypress specs ([7fdfe11](https://github.com/jsverse/transloco/commit/7fdfe11))
- π shared scope - update specs ([50f3362](https://github.com/jsverse/transloco/commit/50f3362))
## [1.2.0](https://github.com/jsverse/transloco/compare/v1.0.1...v1.2.0) (2019-08-23)
### Bug Fixes
- π fix format message import ([f8815dc](https://github.com/jsverse/transloco/commit/f8815dc))
- π schematics ng-add import-default bug ([#29](https://github.com/jsverse/transloco/issues/29)) ([35229e0](https://github.com/jsverse/transloco/commit/35229e0))
### Build System
- add peerDependencies to package.json ([22b0af5](https://github.com/jsverse/transloco/commit/22b0af5))
### Features
- **lib:** πΈ add messageformat support through custom tran