Releases: yeojz/redux-intl-connect
Releases · yeojz/redux-intl-connect
v2.3.1
Chore
- Updated cross-env to 4.0.0
- README.md linted with remark-lint
v2.1.0
- Added support for Immutable reducer state.
v2.0.2
- Links to npm and github on the website
- Fix readme typo
v2.0.1
- Website update
- Readme update
- Greenkeeper integration
v2.0.0
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
- 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
- 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
- rename
createHelpers
to createIntlObject
to better reflect it's role
- replaced
intl.getLocale()
with a direct accessor variable intl.locale
v1.0.0
First major release
- added examples and published demo website/landing page
- released repository logo
- added gh-pages deployment command
v0.1.5
- added
getLocale()
method to intl
prop