Skip to content

Latest commit

 

History

History
125 lines (95 loc) · 3.15 KB

CHANGELOG.md

File metadata and controls

125 lines (95 loc) · 3.15 KB

Changelog

v1.0.7

  • angular 1.7.9
  • gulp 4

v1.0.6

  • remove phantomjs

v1.0.5

  • update dependencies
  • chromeheadless
  • TypeScript 3.x

v1.0.4

  • Release TypeScript port

v0.6.4 - 2016/07/27

  • port to TypeScript
  • remove provider initialization of i18next
  • initialize i18next natively in tests

v0.5.4 - 2016/07/22

  • bumped version number and updated CHANGELOG

v0.5.3 - 2016/07/21

  • upgrade dependent libraries

v0.5.2 - 2015/07/09

  • do shallow copy instead of deep copy (#94)

v0.5.1 - 2015/07/01

  • fixes #93

v0.5.0 - 2015/06/25

v0.4.2 - 2015/05/22

  • sanitize user HTML input (#72)
  • update license attribute (#86)

v0.4.1 - 2015/05/20

  • add noConflict mode (#81)

v0.4.0 - 2015/05/20

  • update README
  • add bo-i18next (bind once alternative to ng-i18next)
  • fix bug where options.lng can be undefined

v0.3.6 - 2014/11/22

v0.3.5 - 2014/09/04

  • fix major bug

v0.3.4 - 2014/08/29

  • use Gulp instead of Grunt
  • refactorize #55
  • return new language on broadcast after language change
  • remove useless $digest #56
  • fix a bug with default value

v0.3.3 - 2014/07/18

  • fix tests
  • add repository field to package.json
  • update dev dependencies
  • add defaultLoadingValue - a value that is shown before i18next is loaded (+examples)
  • add `$i18next.reInit()`` function - #46
  • trim keys - #45
  • fix directive's interpolation content - #40
  • improve the way of handling values that could be interpolated - #39
  • check if i18next is loaded - if not, check a few times again
  • other small bug fixes

v0.3.2 - 2014/07/02

  • add sprintf support - see #37

v0.3.1 - 2014/03/26

  • fix for IE - invalid argument for .html() - see #32

v0.3.0 - 2014/02/21

  • now ng-i18next requires options instead of using default options

v0.2.9 - 2014/01/07

  • fix error (#28) when using ng-i18next directive with options containing parentheses

v0.2.8

  • fixed #24 - fixed an error with IE8

v0.2.7

  • fixed #21 - fixed error when using ng-model and ng-i18next on the same element

v0.2.6

  • fixed #15 - fixed error "$digest already in progress"
  • added docs using ng-docs

v0.2.5

  • fixed some minor bugs (in filter)

v0.2.4

  • removed unnecessary code in provider.js
  • fixed issue #14 where auto detection of language didn't work

v0.2.3

  • fixed minification
  • not using ngmin anymore

v0.2.2

  • you can now pass options to a directive
  • new tests and Gruntfile (now supports grunt server)
  • updated dependencies in package.json
  • you can now pass options to the filter

v0.2.1

  • it is now possible to change options at runtime (and not only in .config())
  • the dist folder was added

v0.2

  • completly new version
  • i18next provider, directive and filter

v0.1

  • first version