Skip to content

Latest commit

 

History

History
338 lines (275 loc) · 25.3 KB

CHANGELOG.md

File metadata and controls

338 lines (275 loc) · 25.3 KB

Release 1.2.15 Mon Oct 04 2021 16:50:09 GMT+0300 (MSK)

Release 1.2.15-EPROC-20779-SNAPSHOT Thu Sep 30 2021 22:55:13 GMT+0300 (MSK)

Release 1.2.14 Thu Apr 09 2020 09:58:33 GMT+0300 (MSK)

  • (#32) Supported converter for big numbers (Dmitry Divin divin@scand.com, 2020-04-09 09:42:29 +0300)

Release 1.2.13 Fri Nov 29 2019 14:28:24 GMT+0300 (MSK)

  • Merge branch 'master' of ssh://github.com/OpusCapita/i18n [skip ci] (Dmitry Divin divin@scand.com, 2019-11-29 14:27:24 +0300)
  • Fixing escapting [skip ci] (Dmitry Divin divin@scand.com, 2019-11-29 14:27:01 +0300)

Release 1.2.12 Fri Nov 29 2019 14:11:38 GMT+0300 (MSK)

  • (#31) Fixing escaping German umlauts with ASCII format (Dmitry Divin divin@scand.com, 2019-11-29 14:09:33 +0300)

Release 1.2.11 Thu Nov 28 2019 16:44:04 GMT+0300 (MSK)

  • (#29) Implementing i18n-js2properties CLI for migrate translations (Dmitry Divin divin@scand.com, 2019-11-28 16:40:53 +0300)

Release 1.2.10 Wed Nov 27 2019 10:40:47 GMT+0300 (MSK)

  • (#28) Supporting override custom translations (Dmitry Divin divin@scand.com, 2019-11-27 10:38:31 +0300)

Release 1.2.10.beta.1 Tue Nov 26 2019 10:06:41 GMT+0300 (MSK)

  • Fixing lint (Dmitry Divin divin@scand.com, 2019-11-26 09:55:46 +0300)
  • (#28) Adding override custom translations (Dmitry Divin divin@scand.com, 2019-11-26 09:50:00 +0300)

Release 1.2.9 Mon Aug 26 2019 10:49:40 GMT+0300 (MSK)

  • Fixing Am/pm marker with compatible a Java format (Dmitry Divin divin@scand.com, 2019-08-26 10:45:11 +0300)

Release 1.2.8 Fri Feb 15 2019 14:24:48 GMT+0300 (MSK)

Release 1.2.7 Tue Oct 30 2018 14:12:00 GMT+0300 (MSK)

Release 1.2.6 Mon Jun 11 2018 09:43:08 GMT+0300 (MSK)

Release 1.2.5 Fri Jun 01 2018 09:52:47 GMT+0300 (MSK)

Release 1.2.4 Wed Apr 11 2018 10:06:15 GMT+0000 (UTC)

Release 1.2.3 Wed Apr 11 2018 09:59:37 GMT+0000 (UTC)

Release 1.2.2 Wed Apr 11 2018 09:55:13 GMT+0000 (UTC)

Release 1.2.1 Mon Mar 19 2018 05:35:53 GMT+0000 (UTC)

Release 1.1.1 Tue Feb 13 2018 11:11:38 GMT+0000 (UTC)

v1.1.0 (Mon, 24 Jul 2017 12:53:36 GMT)

  • Preparing 1.1.0 release (Alexey Sergeev sab@scand.com, b3f0999)

  • Adding fallback support logic for data converters, e.g. if formatting information is not declared for current locale 'de-AT' then formatting information for 'de' locale will be searched, if latest also is not defined then corresponding info will be searched for passed 'fallbackLocale', if it also is not defined then default formatting configuration will be used:

    { datePattern: 'dd/MM/yyyy', dateTimePattern: 'dd/MM/yyyy HH:mm:ss', integerPattern: '#,##0', numberPattern: '#,##0.00', numberDecimalSeparator: '.', numberDecimalSeparatorUseAlways: false, numberGroupingSeparator: ',', numberGroupingSeparatorUse: true, } (Alexey Sergeev sab@scand.com, d6aaaab)

  • Configuring code coverage (Alexey Sergeev sab@scand.com, 9acf78a)

  • Update README.md (Alexey Sergeev asergeev-sc@users.noreply.github.com, 231433b)

  • Update README.md (Alexey Sergeev asergeev-sc@users.noreply.github.com, 58c72ab)

  • Update README.md (Alexey Sergeev asergeev-sc@users.noreply.github.com, a54e6c1)

  • Minor changes (Alexey Sergeev sab@scand.com, 462f83b)

  • Deprecating locale usage in DateConverter and its passing in constructor. E.g. 'new DateConverter(fomat)' should be used, signature 'new DateConverter(format, locale)' is deprecated (Alexey Sergeev sab@scand.com, 0132c17)

  • Removing unused babel configuration file (Alexey Sergeev sab@scand.com, fb8594f)

  • Addig coveralls web service usage (Alexey Sergeev sab@scand.com, 946c63a)

  • Update README.md (Alexey Sergeev asergeev-sc@users.noreply.github.com, 8e2abdd)

  • Adding CircleCI configuration files (Alexey Sergeev sab@scand.com, c4c326a)

v1.0.15-rc.2 (Thu, 20 Jul 2017 09:55:44 GMT)

  • Update CHANGELOG.md (Alexey Sergeev asergeev-sc@users.noreply.github.com, 8e1bcb3)
  • Merge branch 'master' of github.com:OpusCapita/i18n (e4c8c00 2256e02, a651447)
  • Refactor jdateformat parser module to return single function with could be invoked over passed moment instance to enhance it with the methods that support java formats. Refactor DateConverter tests. (Alexey Sergeev sab@scand.com, e4c8c00)
  • Update CHANGELOG.md (Alexey Sergeev asergeev-sc@users.noreply.github.com, 2256e02)

v1.0.15-rc.1 (Thu, 20 Jul 2017 07:28:57 GMT)

  • Updating README.md (Alexey Sergeev sab@scand.com, 5d68fb9)

  • Switch to plain/flat bundle structure (#6)

    • Redevelop getMessage method to support plain messages object structure e.g. message key/path 'a.b' would mean that message could be stored either by property named 'a.b' or using corresponding object path e.g. {a: {b: '..'}}

    • Depreacting old way of registering locale message bundles using structure:

    [
      {locales: ['en'], messages: {yes: 'jes'}}
      {locales: ['de'], messages: {yes: 'ja'}}
    ]

    Use the following notation instead:

    {
      'en': {yes: 'jes'},
      'de': {yes: 'ja'}
    }

    Also constructor signature

    new I18nManager(locale, localeBundles, localeFormattingInfo, fallbackLocale)

    is deprecated , user the following constructor instead:

    new I18nManager({locale, localeFormattingInfo, fallbackLocale})

    message bundles registration should be done using 'register' method.

    • Renaming goal 'testonly' to 'test-only'
    • Fixing code styles. Updating dev dependencies. (Alexey Sergeev sab@scand.com, 72851de)

v1.0.14 (Thu, 15 Jun 2017 10:44:19 GMT)

  • Merge pull request #3 from OpusCapita/issue/2

    #2 i18nManager.getMessage("A B") can't get messages with spaces (e1978ab 114389a, 0338577)

  • #2 i18nManager.getMessage("A B") can't get messages with spaces (Kirill Volkovich volkovich@scand.com, 114389a)

v1.0.13 (Mon, 29 May 2017 20:07:10 GMT)

  • Updating project info after migration from OpusCapitaBES organization to OpusCapita (Alexey Sergeev sab@scand.com, 5340b61)

v1.0.12 (Wed, 05 Apr 2017 13:09:00 GMT)

  • Freeze dependency version (Kirill Volkovich volkovich@scand.com, ea90d02)

  • Add babel-plugin-lodash

    It should reduce size of bundle and transpiled components (Kirill Volkovich volkovich@scand.com, 58d53ef)

v1.0.11 (Tue, 04 Apr 2017 07:48:16 GMT)

v1.0.10 (Thu, 23 Mar 2017 11:03:55 GMT)

  • Path version (Kirill Volkovich volkovich@scand.com, 2625970)

  • (RFQ-463) Fixed 'getMessage()' bug when only first arg occurence has been replaced (Kirill Volkovich volkovich@scand.com, 13a8989)

  • Merge pull request #1 from amourzenkov-sc/patch-1

    Minor wording corrections in README.md (cf97cac 8d4ccde, 755a69b)

  • Minor wording corrections in README.md (Andrei Mourzenkov amourzenkov-sc@users.noreply.github.com, 8d4ccde)

v1.0.8 (Tue, 03 Jan 2017 10:44:59 GMT)

v1.0.7 (Thu, 15 Dec 2016 07:47:40 GMT)

v1.0.6 (Wed, 14 Dec 2016 14:43:19 GMT)

v1.0.5 (Wed, 14 Dec 2016 14:41:06 GMT)

v1.0.4 (Wed, 14 Dec 2016 14:11:13 GMT)

v1.0.3 (Wed, 07 Dec 2016 09:46:40 GMT)

v1.0.2 (Wed, 07 Dec 2016 08:49:45 GMT)

v1.0.1 (Sun, 27 Nov 2016 15:39:21 GMT)

v1.0.0 (Fri, 25 Nov 2016 06:29:47 GMT)