Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

angular-translate

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-translate - npm Package Versions

124

2.10.0

Diff

Changelog

Source

2.10.0 (2016-02-28)

Bug Fixes

  • service: make the fallback $uses / $translate.use work in a correct manner (7e71a5a)

<a name="2.9.2"></a>

knalli
published 2.9.2 •

Changelog

Source

2.9.2 (2016-02-21)

Bug Fixes

  • package: redefine dependency version range (AJS 1.5) (94eb844), closes #1394 #1395 #1397
  • package: redefine dependency version range (AJS 1.5) (fixup) (20da73d), closes #1394 #1395 #1397
  • service: avoid call stack size error, print proper message (73ea6e3)
  • service: ensure fallback language can be selected as $uses (40ad523)
  • service: remove invalid argument for promise.finally (2d72908)

<a name="2.9.1"></a>

knalli
published 2.9.1 •

Changelog

Source

2.9.1 (2016-02-13)

Bug Fixes

<a name="2.9.0"></a>

knalli
published 2.9.0 •

Changelog

Source

2.9.0 (2016-01-24)

Bug Fixes

  • $translate: apply notFoundIndicators only when all configured language checked in $translate (25b13c4), closes #1314
  • directive: add additional watcher validating cloak (e7536b5), closes #1287
  • directive: enforce update on default text change only (ea94acd)
  • docs: correct all occurrences of language names PR #1243 (5f89d55)
  • docs: fix broken link (e641fe4)
  • docs: Fix some typos in spanish (830a84b)
  • docs: refresh outdated link (392cab0)
  • package: add missing run-scriptlet "clean-test-scopes" (c22c727)
  • service: partial loader service refetches list of parts (069eafd), closes #1326

Features

  • build: update test scope "AJS 1.5" using rc0 (26cdc05)
  • dependencies: add angular as the required dependency (475a9b6)
  • service: expose $translate.negotiateLocale being public (9247000)
  • service: force language used for translating (e591462)

<a name="2.8.1"></a>

knalli
published 2.8.1 •

Changelog

Source

2.8.1 (2015-10-01)

Bug Fixes

  • service: Fix $translate.isReady() won't return true if ready (b40a344), closes #1239
  • service: should not abort fallback languages (feature #1070) (cc410b1), closes #1070

<a name="2.8.0"></a>

knalli
published 2.8.0 •

Changelog

Source

2.8.0 (2015-09-18)

Bug Fixes

  • build: ensure MessageFormat will be added correctly when using UMD (f5e039c)
  • directive: Fix behavior of translate-cloak timing (a6adf47), closes #929 #1175
  • directive: Fix special IE11 issue #925 (c4b16d3), closes #925
  • docs: avoid using absolute links in lang chooser #1136 (2cdc902)
  • docs: Fix more typos in CONTRIBUTING.md, add some infos about tests (e88b990)
  • docs: Fix typo in CONTRIBUTING.md (1c2ac47)
  • docs: Fix typo in zh-cn docs (2a16eb6)
  • service: abort the last loader if not finished #1070 (dd4a8b4)
  • service: update storage before triggering $translateChangeSuccess (77dd5a2)
  • service provider: change/fix return of preferredLanguage() (6014a81)

Features

  • directive: translate-namespace directive (45523bb)
  • loaders: addition to e7516dc #1080 (disable legacy $http cbs) (233a012)
  • loaders: remove use of legacy methods on $http promises #1080 (e7516dc)
  • meta: enrich copyright header with a leagl person (21da61c)
  • sanitize: Allow sanitize strategy defined as a service (8a6cc07)
  • service: add option to customize the nested delimiter (78161f8)
  • service: introduce isReady() and onReady() with event (9a4bd0d)

<a name="2.7.2"></a>

knalli
published 2.7.2 •

Changelog

Source

2.7.2 (2015-06-01)

Bug Fixes

  • directive: ensure value of translate will be translated always (454d702)
  • sanitization: fix/workaround issue when jQuery is not available (ef1b10a)
  • service: fix silence on error, add missing catch on refresh() (f3ec956)
  • service: fix silence on error, add missing catch on refresh() (5a85a64)
  • service: make provider's storageKey chainable (de8c253)

<a name="2.7.1"></a>

knalli
published 2.7.1 •

Changelog

Source

2.7.1 (2015-06-01)

Bug Fixes

  • docs: fix typo in $translateChangeSuccess (89e2569)
  • service: handle error "this.replace is not a function" (8616dca)
  • service: integrate translationCache into service distribution file (2fcbc60)

Features

  • $translateProvider: add a new option to force async reload (bdee77f)

<a name="2.7.0"></a>

knalli
published 2.7.0 •

Changelog

Source

2.7.0 (2015-05-02)

Bug Fixes

  • directive: fix issue with data- prefixed attributes #954 (ee253bc), closes #954
  • directive: fix translate-value-* weren't be available on init (98e8279)
  • directive: fix wrong initial translation causing overloading (657ed8a)
  • directive: handle interpolation of undefined keys correctly in updateTranslations, fixes is (3f7cf4c), closes #971
  • directive: Make interpolate message format work smoothly also on message format > 0.1.7 - f (2533f2d), closes #789
  • directive: make translate-values interpolate correctly with newer MessageFormat.js (887dc1b)
  • docs: bug in "Flash of untranslated content" section (af5d746)
  • docs: fix invalid link in directive (985cfd5)
  • docs: typo in module type (f0527b1)
  • feat: export module name improving usage module loaders #944 (cb33f63)
  • messageformat: add duck type check for numbers #789 (bbc1cbe)
  • refresh: it has to clear all tables if no language key is specified (3cce795)
  • service: always remove stored ref for lang promises (dbd5be9), closes #824 #969
  • service: do not try to load a predefined fallback language (3be14df)
  • service: fix an issue resolving after missing translations (a13899f)
  • service: fix possible npe (1aaab98)
  • test/refresh: fix current table refreshing test (a298ed8)

Features

  • $translatePartialLoader: accept function in urlTemplate (401204a)
  • build: introduce module definition (00b73ff)
  • filter: add new option $translate.statefulFilter() (dec4bf3)
  • missingTranslationHandlerFactory: pass interpolationParams to missingTranslationHandlerFactory (a361fd0)
  • sanitization: refactored, fixed and extended sanitization #993 (12dbc57), closes #993
  • service: add uniformLanguageTagResolver (b534e1a)

Performance Improvements

  • directive: watch parameters only if exist (f0e2585)

BREAKING CHANGES

  • You will get a warning message when using the default setting (not escaping the content). You can fix (and remove) this warning by explicit set a sanitization strategy within your config phase configuring $translateProvider. Even configuring the null mode will let the warning disapper. You are highly encouraged specifing any mode except null because of security concerns.

<a name="2.6.1"></a>

knalli
published 2.6.1 •

Changelog

Source

2.6.1 (2015-03-01)

Bug Fixes

  • bower spec: fix bower main property #922 (3a1ad10), closes #922
  • custom interpolator: improve handling of interpolator ids which don't exist (373b46f)
  • static-files-loader: fix multiple files definition (docu update) #923, pr #936 (e637c01), closes #923 #936
  • static-files-loader: fix multiple files definition #923 (1b6256a), closes #923

<a name="2.6.0"></a>

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc