Releases: tryggvigy/pseudo-localization
Releases · tryggvigy/pseudo-localization
Release 2.1.1
Release 2.1.0
- 2.1.0 (#25) (dbf2f3c)
- Merge pull request #26 from tryggvigy/add-eslint (fe214a4)
- Add eslint (4657e00)
- Merge pull request #21 from tryggvigy/dependabot/npm_and_yarn/handlebars-4.1.2 (c2549ca)
- Merge pull request #22 from tryggvigy/dependabot/npm_and_yarn/js-yaml-3.13.1 (aef3c48)
- Merge pull request #23 from tryggvigy/dependabot/npm_and_yarn/lodash-4.17.14 (4bb4945)
- Bump lodash from 4.17.11 to 4.17.14 (c147cc3)
- Bump js-yaml from 3.12.1 to 3.13.1 (16d62ea)
- Bump handlebars from 4.1.0 to 4.1.2 (697cb6f)
- Add prettier, travis, jest (#20) (4457cb9)
- Add codesandbox link (42d3c97)
v2.0.2
v2.0.1
v2.0.0
- Safeguard childlist mutations and empty strings #12
- Fix a bug where DOM mutation localizations did not respect the strategy specified #16
- Refactor internals to use import/export ES modules #16
- BREAKING
require
usage will have to change fromtoconst pseudoLocalization = require('pseudo-localization');
const pseudoLocalization = require('pseudo-localization').default;
- BREAKING
- Transform to "not dead" browsers through babel #16
- Fixes #8