|
| 1 | +4.5.2 |
| 2 | + - [shim: fix] use `Array#slice`, not `String#slice`, on `String#split` output (#380) |
| 3 | + |
1 | 4 | 4.5.1
|
2 | 5 | - [Fix] Make sure preexisting + broken `Array#` methods that throw don’t break the runtime (#377)
|
3 | 6 | - [Dev Deps] update `jscs`
|
|
13 | 16 | - [Dev Deps] update `eslint`, `jscs`, '@ljharb/eslint-config'
|
14 | 17 | - [Docs] Update license year to 2016 (#374)
|
15 | 18 |
|
| 19 | +4.4.2 |
| 20 | + - [shim: fix] use `Array#slice`, not `String#slice`, on `String#split` output (#380) |
| 21 | + |
16 | 22 | 4.4.1
|
17 | 23 | - [Fix] ensure that IE 11 in compatibility mode doesn't throw (#370)
|
18 | 24 | - [Docs] add missing shimmed things
|
|
32 | 38 | - [Dev Deps] update `uglify-js`, `eslint`, `jscs`, `uglify-js`, `semver`
|
33 | 39 | - [Docs] Fix broken UMD links (#344)
|
34 | 40 |
|
| 41 | +4.3.2 |
| 42 | + - [shim: fix] use `Array#slice`, not `String#slice`, on `String#split` output (#380) |
| 43 | + |
35 | 44 | 4.3.1
|
36 | 45 | - [Fix] `String#split`: revert part of dcce96ae21185a69d2d40e67416e7496b73e8e47 which broke in older browsers (#342)
|
37 | 46 | - [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `jscs`
|
|
59 | 68 | - [Tests] on `node` `v5.0`
|
60 | 69 | - [Tests] fix npm upgrades for older nodes
|
61 | 70 |
|
| 71 | +4.2.1 |
| 72 | + - [shim: fix] use `Array#slice`, not `String#slice`, on `String#split` output (#380) |
| 73 | + |
62 | 74 | 4.2.0
|
63 | 75 | - [shim: new] Overwrite `String#lastIndexOf` in IE 9, 10, 11, and Edge, so it has proper unicode support.
|
64 | 76 | - [Dev Deps] update `eslint`, `jscs`
|
65 | 77 |
|
| 78 | +4.1.16 |
| 79 | + - [shim: fix] use `Array#slice`, not `String#slice`, on `String#split` output (#380) |
| 80 | + |
66 | 81 | 4.1.15
|
67 | 82 | - [shim: fix] new Date + Date.parse: Fix a Safari 8 & 9 bug where the `ms` arg is treated as a signed instead of unsigned int (#329)
|
68 | 83 | - [shim: fix] add 'frame' to blacklisted keys (#330)
|
|
0 commit comments