Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

CHANGELOG.md 344 B

3 anni fa
123456789101112131415
  1. ## 1.0.4
  2. - Added license file
  3. ## 1.0.3
  4. - Replaced `let` with `var` in `lib/btoa.js`
  5. - Follow up from `1.0.2`
  6. - Resolves https://github.com/jsdom/abab/issues/18
  7. ## 1.0.2
  8. - Replaced `const` with `var` in `index.js`
  9. - Allows use of `abab` in the browser without a transpilation step
  10. - Resolves https://github.com/jsdom/abab/issues/15