Skip to content

Releases: yeojz/redux-intl-connect

v2.3.1

01 Apr 08:02
Compare
Choose a tag to compare

Chore

  • Updated cross-env to 4.0.0
  • README.md linted with remark-lint

v2.1.0

28 Feb 16:12
Compare
Choose a tag to compare
  • Added support for Immutable reducer state.

v2.0.2

28 Jan 07:12
Compare
Choose a tag to compare
  • Links to npm and github on the website
  • Fix readme typo

v2.0.1

28 Jan 06:00
Compare
Choose a tag to compare
  • Website update
  • Readme update
  • Greenkeeper integration

v2.0.0

26 Jan 16:19
Compare
Choose a tag to compare

New:

  • Added ICU MessageFormat support
  • Optional Intl Support
  • Introduced simple cache mechanism for selector.

Housekeeping:

  • Updated README
  • moved example into docs folder

v1.1.2

23 Jan 16:05
Compare
Choose a tag to compare
  • Split out lint and test dependency.
  • Change out npm run prepare to npm run build-deploy as prepare seems to be triggered for npm install in local environment.
  • Added CONTRIBUTING guide
  • Added icon to README.
  • Matched Circle CI and Travis CI config, although Travis still serves as the current toolchain
  • Coveralls command check.

v1.1.1

22 Jan 16:47
Compare
Choose a tag to compare
  • Switch from CircleCI to TravisCI. Reason:
    • their deployment cycle is better documented
    • npm integration is more fluent
  • Updated CI Scripts
  • Updated examples

v1.1.0

22 Jan 15:40
Compare
Choose a tag to compare
  • rename createHelpers to createIntlObject to better reflect it's role
  • replaced intl.getLocale() with a direct accessor variable intl.locale

v1.0.0

22 Jan 14:15
Compare
Choose a tag to compare

First major release

  • added examples and published demo website/landing page
  • released repository logo
  • added gh-pages deployment command

v0.1.5

22 Jan 14:25
Compare
Choose a tag to compare
  • added getLocale() method to intl prop