• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
11.12.0 / 2018-05-31
2=================
3  * [New] add `GetIntrinsic` entry point
4  * [New] `ES2015`+: add `ObjectCreate`
5  * [Robustness]: `ES2015+`: ensure `Math.{abs,floor}` and `Function.call` are cached
6
71.11.0 / 2018-03-21
8=================
9  * [New] `ES2015+`: add iterator abstract ops
10  * [Dev Deps] update `eslint`, `nsp`, `object.assign`, `semver`, `tape`
11  * [Tests] up to `node` `v9.8`, `v8.10`, `v6.13`
12
131.10.0 / 2017-11-24
14=================
15  * [New] ES2015+: `AdvanceStringIndex`
16  * [Dev Deps] update `eslint`, `nsp`
17  * [Tests] require node 0.6 to pass again
18  * [Tests] up to `node` `v9.2`, `v8.9`, `v6.12`; use `nvm install-latest-npm`; pin included builds to LTS
19
201.9.0 / 2017-09-30
21=================
22  * [New] `es2015+`: add `ArraySpeciesCreate`
23  * [New] ES2015+: add `CreateDataProperty` and `CreateDataPropertyOrThrow`
24  * [Tests] consolidate duplicated tests
25  * [Tests] increase coverage
26  * [Dev Deps] update `nsp`, `eslint`
27
281.8.2 / 2017-09-03
29=================
30  * [Fix] `es2015`+: `ToNumber`: provide the proper hint for Date objects (#27)
31  * [Dev Deps] update `eslint`
32
331.8.1 / 2017-08-30
34=================
35  * [Fix] ES2015+: `ToPropertyKey`: should return a symbol for Symbols (#26)
36  * [Deps] update `function-bind`
37  * [Dev Deps] update `eslint`, `@ljharb/eslint-config`
38  * [Docs] github broke markdown parsing
39
401.8.0 / 2017-08-04
41=================
42  * [New] add ES2017
43  * [New] move es6+ to es2015+; leave es6/es7 as aliases
44  * [New] ES5+: add `IsPropertyDescriptor`, `IsAccessorDescriptor`, `IsDataDescriptor`, `IsGenericDescriptor`, `FromPropertyDescriptor`, `ToPropertyDescriptor`
45  * [New] ES2015+: add `CompletePropertyDescriptor`, `Set`, `HasOwnProperty`, `HasProperty`, `IsConcatSpreadable`, `Invoke`, `CreateIterResultObject`, `RegExpExec`
46  * [Fix] es7/es2016: do not mutate ES6
47  * [Fix] assign helper only supports one source
48  * [Deps] update `is-regex`
49  * [Dev Deps] update `nsp`, `eslint`, `@ljharb/eslint-config`
50  * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `nsp`, `semver`, `tape`
51  * [Tests] add tests for missing and excess operations
52  * [Tests] add codecov for coverage
53  * [Tests] up to `node` `v8.2`, `v7.10`, `v6.11`, `v4.8`; newer npm breaks on older node
54  * [Tests] use same lists of value types across tests; ensure tests are the same when ops are the same
55  * [Tests] ES2015: add ToNumber symbol tests
56  * [Tests] switch to `nyc` for code coverage
57  * [Tests] make IsRegExp tests consistent across editions
58
591.7.0 / 2017-01-22
60=================
61  * [New] ES6: Add `GetMethod` (#16)
62  * [New] ES6: Add `GetV` (#16)
63  * [New] ES6: Add `Get` (#17)
64  * [Tests] up to `node` `v7.4`, `v6.9`, `v4.6`; improve test matrix
65  * [Dev Deps] update `tape`, `nsp`, `eslint`, `@ljharb/eslint-config`, `safe-publish-latest`
66
671.6.1 / 2016-08-21
68=================
69  * [Fix] ES6: IsConstructor should return true for `class` constructors.
70
711.6.0 / 2016-08-20
72=================
73  * [New] ES5 / ES6: add `Type`
74  * [New] ES6: `SpeciesConstructor`
75  * [Dev Deps] update `jscs`, `nsp`, `eslint`, `@ljharb/eslint-config`, `semver`; add `safe-publish-latest`
76  * [Tests] up to `node` `v6.4`, `v5.12`, `v4.5`
77
781.5.1 / 2016-05-30
79=================
80  * [Fix] `ES.IsRegExp`: actually look up `Symbol.match` on the argument
81  * [Refactor] create `isNaN` helper
82  * [Deps] update `is-callable`, `function-bind`
83  * [Deps] update `es-to-primitive`, fix ES5 tests
84  * [Dev Deps] update `jscs`, `eslint`, `@ljharb/eslint-config`, `tape`, `nsp`
85  * [Tests] up to `node` `v6.2`, `v5.11`, `v4.4`
86  * [Tests] use pretest/posttest for linting/security
87
881.5.0 / 2015-12-27
89=================
90  * [New] adds `Symbol.toPrimitive` support via `es-to-primitive`
91  * [Deps] update `is-callable`, `es-to-primitive`
92  * [Dev Deps] update `jscs`, `nsp`, `eslint`, `@ljharb/eslint-config`, `semver`, `tape`
93  * [Tests] up to `node` `v5.3`
94
951.4.3 / 2015-11-04
96=================
97  * [Fix] `ES6.ToNumber`: should give `NaN` for explicitly signed hex strings (#4)
98  * [Refactor] `ES6.ToNumber`: No need to double-trim
99  * [Refactor] group tests better
100  * [Tests] should still pass on `node` `v0.8`
101
1021.4.2 / 2015-11-02
103=================
104  * [Fix] ensure `ES.ToNumber` trims whitespace, and does not trim non-whitespace (#3)
105
1061.4.1 / 2015-10-31
107=================
108  * [Fix] ensure only 0-1 are valid binary and 0-7 are valid octal digits (#2)
109  * [Dev Deps] update `tape`, `jscs`, `nsp`, `eslint`, `@ljharb/eslint-config`
110  * [Tests] on `node` `v5.0`
111  * [Tests] fix npm upgrades for older node versions
112  * package.json: use object form of "authors", add "contributors"
113
1141.4.0 / 2015-09-26
115=================
116  * [Deps] update `is-callable`
117  * [Dev Deps] update `tape`, `jscs`, `eslint`, `@ljharb/eslint-config`
118  * [Tests] on `node` `v4.2`
119  * [New] Add `SameValueNonNumber` to ES7
120
1211.3.2 / 2015-09-26
122=================
123  * [Fix] Fix `ES6.IsRegExp` to properly handle `Symbol.match`, per spec.
124  * [Tests] up to `io.js` `v3.3`, `node` `v4.1`
125  * [Dev Deps] update `tape`, `jscs`, `nsp`, `eslint`, `@ljharb/eslint-config`, `semver`
126
1271.3.1 / 2015-08-15
128=================
129  * [Fix] Ensure that objects that `toString` to a binary or octal literal also convert properly
130
1311.3.0 / 2015-08-15
132=================
133  * [New] ES6’s ToNumber now supports binary and octal literals.
134  * [Dev Deps] update `jscs`, `eslint`, `@ljharb/eslint-config`, `tape`
135  * [Docs] Switch from vb.teelaun.ch to versionbadg.es for the npm version badge SVG
136  * [Tests] up to `io.js` `v3.0`
137
1381.2.2 / 2015-07-28
139=================
140  * [Fix] Both `ES5.CheckObjectCoercible` and `ES6.RequireObjectCoercible` return the value if they don't throw.
141  * [Tests] Test on latest `io.js` versions.
142  * [Dev Deps] Update `eslint`, `jscs`, `tape`, `semver`, `covert`, `nsp`
143
1441.2.1 / 2015-03-20
145=================
146  * Fix `isFinite` helper.
147
1481.2.0 / 2015-03-19
149=================
150  * Use `es-to-primitive` for ToPrimitive methods.
151  * Test on latest `io.js` versions; allow failures on all but 2 latest `node`/`io.js` versions.
152
1531.1.2 / 2015-03-20
154=================
155  * Fix isFinite helper.
156
1571.1.1 / 2015-03-19
158=================
159  * Fix isPrimitive check for functions
160  * Update `eslint`, `editorconfig-tools`, `semver`, `nsp`
161
1621.1.0 / 2015-02-17
163=================
164  * Add ES7 export (non-default).
165  * All grade A-supported `node`/`iojs` versions now ship with an `npm` that understands `^`.
166  * Test on `iojs-v1.2`.
167
1681.0.1 / 2015-01-30
169=================
170  * Use `is-callable` instead of an internal function.
171  * Update `tape`, `jscs`, `nsp`, `eslint`
172
1731.0.0 / 2015-01-10
174=================
175  * v1.0.0
176