Skip to content

Latest commit

 

History

History
101 lines (58 loc) · 2.48 KB

CHANGELOG.md

File metadata and controls

101 lines (58 loc) · 2.48 KB

Changelog

0.0.1

  • First commit

0.0.2

  • Added some parameters to i18n_extract and i18n_import scripts.
  • Improved documentation.

0.0.3

  • Improved documentation of contributed file.
  • Performance improvement

0.0.4

  • Redux state and action added.
  • Improved documentation.

0.0.5

  • Added Unit tests.

0.0.6

  • Documentation updated with an example with dates translated.
  • New tests with date formats.

0.0.7

  • Added "files" attribute in package.json.

0.0.8

  • Extract regexp bug fixed.

1.0.0

  • The package's version is increased because it's stable.

1.0.1

  • Eslint check added in test.
  • Regexp of extract script improved. Now can extract texts inside single quotas.
  • Tests run on dist libraries. Not over the sources.

1.0.2

  • Replaced with single quotes the translation.js file.

1.0.3

  • I18n component now it's the default import. Replace import {I18n} from 'redux-i18n' for import I18n from 'redux-i18n'. Thanks to evandavis (APSL#1).

1.0.4

  • Two dependencies fixed. Thanks to evandavis (APSL#3).

1.0.5

1.0.6

  • Immutable.js compatibility. Thanks to tiii (APSL#5)

1.0.7

  • Readme improved.
  • Tests improved for the action of "extract".
  • Now its posible add comments for a translator when t function is called. Read the documentation.

1.0.8

  • Readme improved.

1.0.9

  • Readme improved. Thanks to mac200 (APSL#8)
  • New tests added.
  • New "dowloads per month" badge added.
  • New node versions added in travis configuration.
  • Readme updated adding the requirements sections.

1.0.10

  • Escapes any '$' characters passed to t function via params object to prevent unexpected behavior with string.replace(). Thanks to gannoncurran (APSL#14)

1.0.11

  • Fix: make sure numbers passed to t function via params object are converted to strings so .replace() won't fail. Thanks to gannoncurran (APSL#15)

1.1.0

  • Charset removed from POT header because is not necessary and POEdit showed an error.
  • New feature. It is already possible use plurals.
  • Unit tests improved and added more.

1.1.1 (Not created yet)