You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
901 B

  1. ## 2.0.5
  2. - Use a lookup string in atobLookup and btoaLookup (@GiovanniFrigo in #38)
  3. - Dependency updates
  4. ## 2.0.4
  5. - Dependency updates
  6. ## 2.0.3
  7. - Use standard wording for BSD-3-Clause license (@PhilippWendler)
  8. ## 2.0.2
  9. - Correct license in `package.json` (@Haegin)
  10. ## 2.0.1
  11. - Add TypeScript type definitions, thanks to @LinusU
  12. ## 2.0.0
  13. Modernization updates thanks to @TimothyGu:
  14. - Use jsdom's eslint config, remove jscs
  15. - Move syntax to ES6
  16. - Remove Babel
  17. - Via: https://github.com/jsdom/abab/pull/26
  18. ## 1.0.4
  19. - Added license file
  20. ## 1.0.3
  21. - Replaced `let` with `var` in `lib/btoa.js`
  22. - Follow up from `1.0.2`
  23. - Resolves https://github.com/jsdom/abab/issues/18
  24. ## 1.0.2
  25. - Replaced `const` with `var` in `index.js`
  26. - Allows use of `abab` in the browser without a transpilation step
  27. - Resolves https://github.com/jsdom/abab/issues/15