- Brings default interpolation back to core (you don't have to install it as extra package)
- deep link (d368bf3)
- add 'angular-cookies' as bower devDependency (b6f1426)
- change src to angular-translate script (4be93b6)
-
missingTranslationHandler receives language (6fe6bb1)
-
adds method to configure indicators for not found translations (52a039f)
-
extracts default interpolation in standalone service (5d8cb56)
-
implements usage of different interpolation services (5e20e24)
-
informs interpolator when locale has changed (e59b141)
-
implements proposedLanguage() (6d34792)
- implements usage of messageformat (5596e8b)
- teaches filter to use custom interpolation (46f03cc)
- teaches directives to use custom interpolation (bf3dbbb)
-
travis CI (629bb8d)
-
travis CI (c8624bf)
- fixes methodOf declaration of addInterpolation method (f1eeba7)
- plato report (b85e19b)
- removes empty options object requirement for loaders (c09d1dbe)
- fixes missingTranslationHandler-invokation bug (525b3533)
- let translate service handle multiple promises (0e5d6d9d)
- add fallbackLanguage() method (018991e8)
- Allow blank translation values (97591a8f)
- fix bower.json (c3898829)
Remove $translateMissingTranslationHandlerLog service
- add use*() methods for async loaders (f2329cc2)
Old demo files are not available from now.
There are now extensions for loaders and storages
- add methods to use different missingTranslationHandlers (f6ed3e3)
- corrected typo (82569f0)
- rename module ngTranslate to pascalprecht.translate
- rename ngTranslate folder to src (65012d9)
- rename ngTranslate folder to src (65012d9)
-
missingTranslationHandler (3a5819e)
-
add a preferredLanguage property (563e9bf)
-
make translationTable extendable (8e3a455)
-
add useLoaderFactory() as shortcut method (2915e8b)
-
add storagePrefix() method (64cd99b)
- add documentation comments (b1efbca)
- add a storageKey method (dabf822)
- add storage() method (98c2b12)
-
fix tests for preferredLanguage() (f1b5084)
-
Fix preferredLanguage tests (73efcfc)
-
Old values won't be ignored, so they have to be discarded (625b1d6)
- trim off white space around element.text() (e10173a)
- add grunt-ngmin (f630958)
- add support for asynchronous loading
- check for truthy value in watch callback (98087c7)
- add .jshintrc (0c8d3da)
- add .bowerrc (42363ee)
- rename component.json to bower.json (17acd10)
- Add grunt-conventional-changelog task (c8093a7)
- Added .editorconfig to make contribution as easy as possible
- Fixed bug that directive doesn't change contents when language is switched at runtime
- Fixed dependencies (Karma 0.9.x isn't stable!)
- Introducing $translateProvider.rememberLanguage()
- You're now able to tell ngTranslate save lang state cross requests
-
$translate Service now has method uses(key) to ask for currently used language
-
Language can now be changed at runtime
-
v.0.2.1
- Revamped test suite structure
- Added more tests
-
v.0.2.0
- Added translate directive to handle translations
-
v.0.1.2
- Fixed unit tests
- Fixed karma.conf
- Introduced $translateProvider.uses(key);
- Implemented multi-lang support
-
v.0.1.1
- Added CONTRIBUTING.md as guide for contributers
- Added CHANGELOG.md
-
v.0.1.0
- Added automated tests using karma and jasmine
- Added Travis CI support