source: trip-planner-front/node_modules/abab/CHANGELOG.md@ 8d391a1

Last change on this file since 8d391a1 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 901 bytes
Line 
1## 2.0.5
2
3- Use a lookup string in atobLookup and btoaLookup (@GiovanniFrigo in #38)
4- Dependency updates
5
6## 2.0.4
7
8- Dependency updates
9
10## 2.0.3
11
12- Use standard wording for BSD-3-Clause license (@PhilippWendler)
13
14## 2.0.2
15
16- Correct license in `package.json` (@Haegin)
17
18## 2.0.1
19
20- Add TypeScript type definitions, thanks to @LinusU
21
22## 2.0.0
23
24Modernization updates thanks to @TimothyGu:
25
26- Use jsdom's eslint config, remove jscs
27- Move syntax to ES6
28- Remove Babel
29- Via: https://github.com/jsdom/abab/pull/26
30
31## 1.0.4
32
33- Added license file
34
35## 1.0.3
36
37- Replaced `let` with `var` in `lib/btoa.js`
38 - Follow up from `1.0.2`
39 - Resolves https://github.com/jsdom/abab/issues/18
40
41## 1.0.2
42
43- Replaced `const` with `var` in `index.js`
44 - Allows use of `abab` in the browser without a transpilation step
45 - Resolves https://github.com/jsdom/abab/issues/15
Note: See TracBrowser for help on using the repository browser.