Skip to content

v2.0.0

Compare
Choose a tag to compare
@tryggvigy tryggvigy released this 20 Feb 02:04
· 62 commits to master since this release
  • 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 from
         const pseudoLocalization = require('pseudo-localization');
      to
        const pseudoLocalization = require('pseudo-localization').default;
  • Transform to "not dead" browsers through babel #16
    • Fixes #8