source: imaps-frontend/node_modules/es-abstract/CHANGELOG.md@ 0c6b92a

main
Last change on this file since 0c6b92a was 0c6b92a, checked in by stefan toskovski <stefantoska84@…>, 5 weeks ago

Pred finalna verzija

  • Property mode set to 100644
File size: 41.0 KB
Line 
11.23.5 / 2024-11-14
2=================
3 * [Fix] `ES2015`+: `CompletionRecord`: ensure `?` works on any non-abrupt completion
4
51.23.4 / 2024-11-12
6=================
7 * [Fix] `ES2024`+: Iterator Records can now have non-functions in `[[NextMethod]]`
8 * [meta] update spec URL comments
9 * [Deps] update `globalthis`, `object-inspect`, `regexp.prototype.flags`
10 * [Dev Deps] update `@ljharb/eslint-config`, `@unicode/unicode-15.0.0`, `diff`, `es-value-fixtures`, `is-core-module`, `mock-property`, `ses`, `tape`
11 * [actions] split out node 10-20, and 20+
12 * [Tests] switch to `npm audit` from `aud`
13 * [Tests] use `.assertion` instead of monkeypatching tape
14 * [Tests] increase coverage
15
161.23.3 / 2024-03-29
17=================
18 * [Fix] `ES2024`: `StringPad`, `StringPaddingBuiltinsImpl`: prefer uppercase spec enums
19 * [Fix] `helpers/bytesAsInteger`: avoid a crash in node 10.4 - 10.8
20 * [Fix] `ES5`: `CheckObjectCoercible`: restore `optMessage` optional arg
21 * [Refactor] `ES2022`+: update `TimeString` to use `ToZeroPaddedDecimalString`
22 * [Robustness] use cached copies of builtins
23 * [Deps] update `string.prototype.trimstart`, `typed-array-length`
24 * [Dev Deps] update `array.from`, `array.prototype.filter`, `array.prototype.indexof`, `object.fromentries`, `safe-bigint`
25
261.23.2 / 2024-03-17
27=================
28 * [Fix] `records/regexp-record`: add optional `[[UnicodeSets]]` boolean field
29 * [Fix] `ES2024`+: `AddValueToKeyedGroup`: avoid adding matched values twice
30 * [Fix] `ES5`: `CheckObjectCoercible`: use the right function name
31 * [Fix] `ES2024`+: `AddEntriesFromIterable`, `GetIterator`, `GroupBy`: properly capitalize spec enums
32 * [Deps] update `string.prototype.trim`, `string.prototype.trimend`
33 * [Tests] increase coverage
34
351.23.1 / 2024-03-16
36=================
37 * [Refactor] use `es-object-atoms`
38 * [Deps] update `hasown`, `which-typed-array`, `data-view-byte-length`, `safe-array-concat`
39 * [Dev Deps] update `diff`
40
411.23.0 / 2024-03-04
42=================
43 * [New] add `ES2024`
44 * [New] `ES2015`+: add `InternalizeJSONProperty`
45 * [New] `ES2015`+: add `IntegerIndexedElement{Get,Set}`
46 * [New] `ES2018`+: add `TimeZoneString`
47 * [New] `ES2022`+: add `DefineMethodProperty`
48 * [New] `ES2023`: add `DefaultTimeZone`
49 * [Fix] `ES2023`+: `SetTypedArrayFrom{TypedArray,ArrayLike}`: match engine reality
50 * [Fix] `ES2024`+: `GetViewByteLength`, `IsViewOutOfBounds`: support engines with only own DV properties
51 * [Tests] use `safe-bigint`
52
531.22.5 / 2024-02-28
54=================
55 * [Fix] `ES2015`+: `DetachArrayBuffer`: node v21.0.0+ structuredClone throws with an already-detached ArrayBuffer
56 * [Fix] `helpers/assertRecord`: partial revert of 87c340d2; unintentional breaking change
57 * [patch] records: fix indentation, improve object checks
58 * [Refactor] extract TA tables to separate files
59 * [meta] extract "list spackled files" to separate run-script
60 * [Deps] update `available-typed-arrays`, `es-set-tostringtag`, `has-proto`, `is-negative-zero`, `is-shared-array-buffer`, `typed-array-buffer`, `typed-array-byte-length`, `typed-array-byte-offset`, `typed-array-length`
61 * [Dev Deps] update `available-regexp-flags`, `tape`
62 * [Dev Deps] pin `jackspeak` and `glob`, since v2.1.2+ and v10.3.8+ respectively depend on npm aliases, which kill the install process in npm < 6
63 * [Tests] use `define-{accessor,data}-property`
64 * [Tests] fix some test cases
65 * [Tests] use `safeBigInt` for `Z()` pattern to handle node 10.4 - 10.8
66
671.22.4 / 2024-02-13
68=================
69 * [Fix] `ES2017`+: `IsDetachedBuffer`: properly allow SABs
70 * [Fix] `ES2022`+: `ToBigInt`: properly throw on an unparseable string
71 * [Fix] `ES2015`+: `ValidateTypedArray`: proper detachment check and return value
72 * [Fix] `ES2022`+: `GetSubstitution`: match updated semantics
73 * [Refactor] prefer `typeof` over `Type()`, except for Object, where possible
74 * [Refactor] use `es-errors` instead of `get-intrinsic` where possible
75 * [Refactor] use `es-define-property`
76 * [Refactor] records: extract predicates to individual files
77 * [Refactor] `ES2015`+: `Canonicalize`, `WordCharacters`: use explicit `.json` extension for imports
78 * [Deps] update `array-buffer-byte-length`, `arraybuffer.prototype.slice`, `available-typed-arrays`, `call-bind`, `es-set-tostringtag`, `get-intrinsic`, `get-symbol-description`, `has-proper ty-descriptors`, `has-property-descriptors`, `hasown`, `internal-slot`, `is-array-buffer`, `is-typed-array`, `object.assign`, `regexp.prototype.flags`, `safe-array-concat`, `safe-regex-test`, `typed-array-buffer`, `which-typed-array`
79 * [eslint] remove unused overrides
80 * [Tests] increase/fix coverage
81 * [Dev Deps] update `aud`, `npmignore`, `mock-property`, `tape`
82
831.22.3 / 2023-10-20
84=================
85 * [Fix] `ES2015`+: `GetSubstitution`: accept `undefined` instead of a hole
86 * [Refactor] use `hasown` instead of `has`
87 * [Deps] update `call-bind`, `get-intrinsic`, `object-inspect`, `which-typed-array`
88 * [Dev Deps] update `function-bind`, `is-core-module`, `mock-property`, `tape`
89
901.22.2 / 2023-09-14
91=================
92 * [Fix] `ES2015`+: `NewPromiseCapability`: use AOs from the current year, not 2022
93 * [Refactor] `ES2021`+: `SetTypedArrayFromArrayLike`: use `IsBigIntElementType`
94 * [Refactor] properly name `helpers/typedArrayConstructors`
95 * [Refactor] simplify helpers
96 * [Deps] update `arraybuffer.prototype.slice`, `function.prototype.name`, `is-typed-array`, `regexp.prototype.flags`, `safe-array-concat`, `string.prototype.trim`, `string.prototype.trimend`, `string.prototype.trimstart`, `which-typed-array`
97 * [actions] update actions
98 * [Tests] run SES tests on more node versions
99 * [Dev Deps] update `@unicode/unicode-15.0.0`, `array.from`, `array.prototype.filter`, `array.prototype.flatmap`, `array.prototype.indexof`, `is-core-module`, `object.fromentries`, `ses`, `tape`
100
1011.22.1 / 2023-07-15
102=================
103 * [Deps] add missing `safe-array-concat` dep
104
1051.22.0 / 2023-07-15
106=================
107 * [New] add `ES2023`
108 * [New] `ES2021+`: add `SetTypedArrayFromArrayLike`, `SetTypedArrayFromTypedArray`
109 * [New] `ES2021`+: add `CloneArrayBuffer`
110 * [New] `ES2020`+: add `IsValidIntegerIndex`
111 * [New] `ES2015`+: add `GetValueFromBuffer`, `SetValueInBuffer`
112 * [New] `ES2016`+: add `TypedArrayCreate`, `TypedArraySpeciesCreate`
113 * [New] `ES2015`+: add `IsWordChar`
114 * [New] `ES2017`+ add `WordCharacters`
115 * [New] `ES2015`+: add `Canonicalize`
116 * [New] `ES2015`+: add `NewPromiseCapability`
117 * [Fix] `ES2017+`: `NumberToRawBytes`, `NumericToRawBytes`: reimplement Float64, fix integer scenarios
118 * [Refactor] add `helpers/isLineTerminator`
119 * [Refactor] add `isInteger` helper, and use it
120 * [Refactor] extract `isStringOrHole` to a helper
121 * [Refactor] `ES2017`+: `RawBytesToNumber`, `RawBytesToNumeric`: extract common code to helpers
122 * [Refactor] make a `MAX_VALUE` helper
123 * [Tests] fix RawBytesToNumeric tests in node v10.4-10.8
124 * [Tests] fix buffer test cases in node v10.4-v10.8
125
1261.21.3 / 2023-07-12
127=================
128 * [Fix] `ES2017+`: `RawBytesToNumber`, `RawBytesToNumeric`: properly handle some scenarios
129 * [Fix] `ES2015`+: `GetV`: the receiver is `V`, not `O`
130 * [Fix] `ES2017`+: `RawBytesToNumber`, `RawBytesToNumeric`: fix exponent calculation for Float64, improve tests
131 * [Fix] `ES2017`+: `RawBytesToNumber`, `RawBytesToNumeric`: fix logic, improve tests
132 * [Fix] `ES2019`+: `thisTimeValue`: fix spackling
133 * [Robustness] `ES2017`+: `NumberToRawBytes`, `NumericToRawBytes`: use `SameValue` instead of `Object.is`
134 * [Refactor] `ES2021`+: `ValidateAtomicAccess`: use `typed-array-byte-offset`
135 * [Refactor] `ES2019`+: `AddEntriesFromIterable`: use `ThrowCompletion`
136 * [patch] `ES2015`+: `ObjectDefineProperties`: satisfy TODO
137 * [patch] `ES2015`+: `GetV`: improve error message
138 * [patch] fix spec URLs
139 * [Deps] update `get-intrinsic`, `regexp.prototype.flags`, `which-typed-array`
140 * [actions] fix permissions
141 * [Tests] add buffer test case fixtures + tests
142 * [Tests] skip test that modifies the env in SES
143 * [Tests] fix regex flags tests for node 20
144 * [Dev Deps] update `@ljharb/eslint-config`, `aud`, `available-regexp-flags`, `is-core-module`, `tape`
145
1461.21.2 / 2023-03-12
147=================
148 * [Fix] `ES2015`+: `CreateDataProperty`: use `OrdinaryDefineOwnProperty`
149 * [Fix] `ES2015`+: `CreateDataProperty`: use `OrdinaryDefineOwnProperty`
150 * [Fix] `ES2015`+: `GetPrototypeFromConstructor`: add missing assertion that `intrinsicDefaultProto` is an object
151 * [Fix] `ES2015`+: `IsDetachedBuffer`: ensure a nullish error does not crash
152 * [Fix] `ES2015`+: `ToDateString`: properly handle time values that aren’t "now"
153 * [Fix] `ES2015`+: `ToUint8Clamp`: avoid an extra observable ToNumber
154 * [Fix] `ES2015`+`: `GetMethod`: when `func` is not callable and `P` is a symbol, avoid the wrong TypeError
155 * [Fix] `ES2020`+: `ToBigInt`: properly throw on anything besides string, bigint, boolean
156 * [Fix] `ES2021`+: `SplitMatch`: instead of `false`, return `'not-matched'`
157 * [Fix] `helpers/assertRecord`: handle nullish input
158 * [Fix] `helpers/isFullyPopulatedPropertyDescriptor`: handle primitive inputs
159 * [Robustness] `ES5`: `ToNumber`: avoid relying on runtime `.test` and `.replace`
160 * [Refactor] `ES2015`: mark `IsDataDescriptor` and `IsAccessorDescriptor` as spackled
161 * [Refactor] `ES2015`+: `IsDetachedBuffer`: use `array-buffer-byte-length` package
162 * [Refactor] `ES2015`+: `OrdinaryHasInstance`: rely on falsiness
163 * [Refactor] `ES2016`+: `CreateListFromArrayLike`: hoist default element types to module level
164 * [Refactor] `ES2022`+: `StringToNumber`, `ToNumber`: use `string.prototype.trim`
165 * [patch] `ES2022`+: `IsLessThan`: fix a comment
166 * [patch] `ES2022`+: `TypedArrayElementSize`, `TypedArrayElementType`: throw a SyntaxError with an unknown TA type
167 * [patch] `ES2022`+: `IsLessThan`: fix a comment
168 * [patch] `ES2020`+: `thisBigIntValue`: throw a SyntaxError, not TypeError, for unsupported features
169 * [patch] `helpers/getIteratorMethod`: `String` is always available
170 * [patch] fix commented spec URLs
171 * [patch] omit `%` for `callBound`
172 * [meta] fix spec URLs
173 * [meta] fix spackle metadata, comments
174 * [Deps] update `get-intrinsic`, `internal-slot`, `is-array-buffer`, `object-inspect`
175 * [Deps] move `function-bind` to dev deps
176 * [Tests] String.fromCharCode takes numbers, not strings
177 * [Tests] use `makeIteratorRecord` helper
178 * [Tests] increase coverage
179 * [Tests] fix tests that throw a sentinel
180 * [Dev Deps] update `array.from`, `available-regexp-flags`, `tape`
181
1821.21.1 / 2023-01-10
183=================
184 * [Fix] move `available-typed-arrays` to runtime deps
185 * [Fix] `ES2021`+: `NumberToBigInt`: throw the proper error on an env without BigInts
186 * [Fix] `ES2018`+: `CreateAsyncFromSyncIterator`: properly check `next` method args length
187 * [Fix] `ES2020`-`ES2021`: Abstract Relational Comparison: handle BigInts properly
188 * [Fix] `ES2022`+: `StringToBigInt`: invalid BigInts should be `undefined`, not `NaN` as in previous years
189 * [Fix] `helpers/isFinite`: properly handle BigInt values
190 * [Fix] `ES2020`+: `CreateListFromArrayLike`: accept BigInts
191 * [Fix] `ES2019`+: `AsyncFromSyncIteratorContinuation`: throw a SyntaxError when > 1 arg is passed
192 * [patch] `ES2020`+: `GetIterator`: use SyntaxError for intentionally unsupported
193 * [patch] `ES2015`+: `GetPrototypeFromContructor`: use SyntaxError for intentionally unsupported
194 * [patch] `ES2022`+: `StringToNumber`: fix non-string assertion failure message
195 * [Deps] update `es-set-tostringtag`, `is-array-buffer`
196 * [Tests] increase coverage
197 * [Tests] exclude coverage from files that have been replaced by an extracted package
198
1991.21.0 / 2023-01-04
200=================
201 * [New] `ES2015`+: add `IsDetachedBuffer`
202 * [New] `ES2015+`: add `DetachArrayBuffer`
203 * [New] `ES2020`+: add `NumericToRawBytes`
204 * [New] `ES2017` - `ES2019`: add `NumberToRawBytes`
205 * [New] `ES2020+`: add `RawBytesToNumeric`
206 * [New] `ES2017-ES2019`: add `RawBytesToNumber`
207 * [New] `ES2017`+: add `ValidateAtomicAccess`
208 * [New] `ES2021`+: add `ValidateIntegerTypedArray`
209 * [New] `ES2015`+: add `ValidateTypedArray`
210 * [New] `ES2015`+: add `GetGlobalObject`
211 * [New] `ES2022`+: add `TypedArrayElementSize`, `TypedArrayElementType`
212 * [New] `ES2015`+: add `max`, `min`
213 * [New] `helpers/assertRecord`: add predicates for PromiseCapability and AsyncGeneratorRequest Records
214 * [New] `ES2018`+: add `AsyncIteratorClose`
215 * [New] `ES2015`+: `IteratorClose`: also accept a Completion Record instance instead of a completion thunk
216 * [New] `ES2015`+ (CompletionRecord, NormalCompletion), `ES2018`+ (ThrowCompletion): add new AOs
217 * [New] `ES2015`+ (`ObjectCreate`) and `ES2020`+ (`OrdinaryObjectCreate`): use `internal-slot` to support additional slots
218 * [New] `ES2018`+: add `CreateAsyncFromSyncIterator`
219 * [patch] `ES2015`+: `GetMethod`: better failure message
220 * [Refactor] use `es-set-tostringtag` package
221 * [Refactor] use `has-proto` package
222 * [Deps] update `has-proto`, `es-set-tostringtag`, `internal-slot`
223 * [meta] fix spackle script to `git add` after all writing is done
224 * [meta] autogenerate esX entry points
225 * [meta] use a leading slash in gitattributes for proper spackle matching
226 * [Tests] fix comments on missing AOs
227 * [Tests] filter out host-defined AOs
228 * [Dev Deps] update `@ljharb/eslint-config`, `aud`
229
2301.20.5 / 2022-12-07
231=================
232 * [Fix] `ES2020+`: `floor`: make it work with BigInts as well
233 * [Refactor] use `gopd`
234 * [Tests] add `mod` helper tests (#147)
235 * [Deps] update `string.prototype.trimend`, `string.prototype.trimstart`
236 * [Dev Deps] update `array.prototype.filter`, `array.prototype.flatmap`, `array.prototype.indexof`, `object.fromentries`
237
2381.20.4 / 2022-10-06
239=================
240 * [Fix] `ES2021+`: values that truncate to -0 in `ToIntegerOrInfinity` (#146)
241 * [Deps] update `is-callable`
242
2431.20.3 / 2022-09-22
244=================
245 * [Refactor] extract regex tester to `safe-regex-test` package
246 * [Deps] update `get-intrinsic`, `is-callable`
247 * [Dev Deps] update `aud`, `tape`
248
2491.20.2 / 2022-09-01
250=================
251 * [Fix] `ES2020+`: `SameValueNonNumeric`: properly throw on BigInt values
252 * [Deps] update `object.assign`, `get-intrinsic`, `object-inspect`
253 * [Dev Deps] update `array.prototype.indexof`, `diff`, `es-value-fixtures`, `tape`
254 * [meta] `spackle`: always mkdirp new files to be written
255 * [Tests] fix vscode auto-const from 8fc256d
256
2571.20.1 / 2022-05-16
258=================
259 * [Fix] `thisTimeValue`: use `getTime`, not `valueOf`, to get the time value
260 * [Refactor] create `IsArray` helper
261 * [Deps] update `regexp.prototype.flags`
262 * [Dev Deps] use `for-each` instead of `foreach`
263
2641.20.0 / 2022-05-05
265=================
266 * [New] add ES2022
267 * [New] `ES2015+`: add `ObjectDefineProperties`
268 * [Refactor] create `fromPropertyDescriptor` helper
269 * [Refactor] use `has-property-descriptors`
270 * [Deps] update `string.prototype.trimend`, `string.prototype.trimstart`, `unbox-primitive`
271 * [meta] use `npmignore` to autogenerate an npmignore file
272 * [Dev Deps] update `es-value-fixtures`, `has-bigints`, `functions-have-names`
273 * [Tests] copy GetIntrinsic tests over from `get-intrinsic`
274
2751.19.5 / 2022-04-13
276=================
277 * [Fix] `DefineOwnProperty`: FF 4-22 throws an exception when defining length of an array
278 * [Dev Deps] update `@ljharb/eslint-config`
279
2801.19.4 / 2022-04-12
281=================
282 * [Fix] `ES2015+`: `CreateDataProperty`: a nonwritable but configurable property is still converted to a data property
283
2841.19.3 / 2022-04-11
285=================
286 * [Fix] `ES2015+`: `GetIterator`, `IterableToArrayLike`: in Symbol-less envs, handle boxed string objects
287 * [Robustness] use `exec` instead of `test`, since the latter observably looks up `exec`
288 * [Deps] update `is-shared-array-buffer`
289 * [actions] restrict permissions
290 * [Dev Deps] update `tape`
291 * [Tests] add test coverage
292 * [Tests] avoid a bug in node v4.0 with bound function names
293
2941.19.2 / 2022-03-28
295=================
296 * [Fix] `ES2018+`: `EnumerableOwnPropertyNames`, `ToIntegerOrInfinity`, `UTF16SurrogatePairToCodePoint`: proper function names
297 * [Fix] `ES2015+`: `GetOwnPropertyKeys`/`IsExtensible`/`{Set,Test}IntegrityLevel`: avoid a crash in IE 8 on missing ES5 intrinsics
298 * [Fix] `helpers/DefineOwnProperty`: avoid a crash in IE 8
299 * [Fix] `ES2015+`: `StringCreate`: properly check for `prototype` being `String.prototype`
300 * [Docs] `ES2015+`: `GetV`: Fix spec URL
301 * [meta] operations: use a URL object instead of a URL string
302 * [meta] remove defunct greenkeeper config
303 * [meta] better `eccheck` command; fix indentation
304 * [Tests] node v0.6 lacks `RegExp.prototype.source`
305 * [Tests] remove a stray `console.log`
306 * [Tests] properly set the lastIndex in IE 8
307 * [Tests] skip test due to IE 6-8 sparse/undefined bug
308 * [Tests] in IE 8, an empty regex is `` and not `(?:)`
309 * [Tests] ES3 engines don’t have `.bind`
310 * [Tests] avoid needless failures in ES3 engines that don't support descriptors
311 * [Tests] add test to cover https://github.com/tc39/ecma262/issues/2611
312 * [Deps] update `has-symbols`, `is-negative-zero`, `is-weakref`, `object-inspect`
313 * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `object.fromentries`, `safe-publish-latest`, `tape`
314 * [actions] reuse common workflows
315 * [actions] update codecov uploader
316
3171.19.1 / 2021-10-02
318=================
319 * [Fix] `ES2020+`: `CreateRegExpStringIterator`: should not have enumerable methods
320 * [Dev Deps] update `array.prototype.filter`, `array.prototype.indexof`
321
3221.19.0 / 2021-09-30
323=================
324 * [New] `ES2021+`: `IterableToList`: make `method` parameter optional (#61)
325 * [New] add ES2021
326 * [New] `ES2020+`: add `StringToBigInt`, `ToBigInt`, `ToBigInt64`, `ToBigUint64`
327 * [New] `ES2017`+: add `IsSharedArrayBuffer`, `OrdinaryToPrimitive`
328 * [New] `ES2015+`: add `CharacterRange`, `IsCompatiblePropertyDescriptor`
329 * [New] `ES2020+`: add `CreateRegExpStringIterator`
330 * [Fix] `ES2020+`: `ToBigInt64`/`ToBigUint64`: avoid node v10.4-v10.8 bug with limited BigInt range
331 * [Fix] `ES2020+`: `AbstractRelationalComparison`, `AbstractEqualityComparison`: support BigInt
332 * [Fix] `ES2020+`: `ToBigInt64`/`ToBigUint64`: Improve the definitions of twoSixtyThree and twoSixtyFour (#140)
333 * [meta] do not publish .gitattributes
334 * [Tests] Correct the behavior of `safeBigInt`
335 * [Tests] Exclude dotfiles from the testing sweep (#141)
336
3371.18.7 / 2021-09-28
338=================
339 * [Fix] `getOwnPropertyDescriptor` helper: avoid crashing in IE < 9
340 * [Fix] `ArraySetLength`: `node` `v0.6` has a bug where array lengths can be Set but not Defined
341 * [eslint] remove unused directive
342 * [Tests] fix spelling
343
3441.18.6 / 2021-09-07
345=================
346 * [Fix] `ES2020+`: `NumberToBigInt`: throw a SyntaxError when BigInts are not supported
347 * [Refactor] extract getSymbolDescription logic to `get-symbol-description`
348 * [Refactor] `ES2018+`: `AbstractRelationalComparison`: use `IsStringPrefix`
349 * [Deps] update `is-callable`, `is-regex`, `is-string`
350 * [Dev Deps] update `@ljharb/eslint-config`, `tape`
351 * [Tests] `GetSubstitution`: add cases
352
3531.18.5 / 2021-08-01
354=================
355 * [meta] remove "exports" (#133)
356 * [Dev Deps] update `eslint`
357
3581.18.4 / 2021-07-29
359=================
360 * [meta] partial revert of b54cfe8525faff482450e843a49d43be3a086225
361 * [Deps] update `internal-slot`, `object-inspect`
362 * [Dev Deps] update `eslint`, `tape`
363 * [Tests] `ArraySetLength`: increase coverage
364
3651.18.3 / 2021-05-27
366=================
367 * [Fix] `ES2020+`: `ToNumber`: ensure it throws on a BigInt (#130)
368
3691.18.2 / 2021-05-25
370=================
371 * [meta] add `helpers` to "exports" field, for back compat
372
3731.18.1 / 2021-05-25
374=================
375 * [readme] update and clarify entry points
376 * [meta] add "exports" field, with escape hatch
377 * [meta] add `sideEffects` field
378 * [meta] use `prepublishOnly`, for npm 7+
379 * [eslint] clean up eslint rules
380 * [Deps] update `is-regex`, `is-string`, `object-inspect`, `unbox-primitive`
381 * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `tape`
382 * [actions] disable fail-fast on matrix jobs
383 * [actions] use `node/install` action instead of `node/run`
384 * [actions] update codeql-analysis to new best practices
385
3861.18.0 / 2021-03-03
387=================
388 * [New] add `ES2020`, and a number of additional AOs: See the changelog entries for the prereleases for more information:
389 - [next.3](./CHANGELOG.md#1180-next3--2021-03-01)
390 - [next.2](./CHANGELOG.md#1180-next2--2021-01-17)
391 - [next.1](./CHANGELOG.md#1180-next1--2020-09-30)
392 - [next.0](./CHANGELOG.md#1180-next0--2020-08-14)
393 * [Refactor] `ES5+`: `Abstract Relational Comparison`: increase coverage
394 * [Tests] increase coverage
395 * [Tests] do not run coverage on node 0.6
396
3971.18.0-next.3 / 2021-03-01
398=================
399 * [New] `ES2015`: add `StringGetIndexProperty`
400 * [New] `ES2015+`: add `RegExpCreate`, `SplitMatch`, `StringCreate`
401 * [New] `ES2016-ES2019`: add `UTF16Decode`
402 * [New] `ES2020+`: add `NumberToBigInt`
403 * [New] `ES2020+: add `BigInt::`/`Number::` methods:
404 * [Fix] `ES5`: `ToNumber`: properly refuse to parse ES6+ forms
405 * [Fix] `ES2015+`: `Invoke`: optional argumentsList must be a List of arguments, not a list of arguments
406 * [Fix] `ES2016+`: `UTF16Encoding`: properly return a string code point instead of a numeric code point
407 * [Fix] `ES2020`: `NumberBitwiseOp`: assert that x and y are Numbers
408 * [readme] remove travis/testling badge, fix repo URLs
409 * [meta] `ES2015`: add missing `CreateArrayIterator` AO
410 * [meta] `ES2015-ES2017`: add missing `DaylightSavingTA` AO
411 * [meta] rerun `npm run spackle` to update URLs left after 11d8c8df11c0d15d094a6035afed662e22b440ef
412 * [meta] update ecma URLs
413 * [meta] unignore 2020 operations list
414 * [meta] update operations scripts linting
415 * [meta] refactor getOps script to fetch all years at once
416 * [meta] refactor operations script to keep years in one place
417 * [meta] fix ES2015 spec URL
418 * [Deps] update `has-symbols`, `string.prototype.trimend`, `string.prototype.trimstart`, `get-intrinsic`, `is-callable`, `is-regex`
419 * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `array.prototype.indexof`, `aud`, `es-value-fixtures`, `object.fromentries`, `tape`, `diff`
420 * [operations] detect ES2020+ style `T::` numeric operations
421 * [Tests] increase coverage
422 * [Tests] `BigInt(1e17)` throws on node v10.4-v10.6
423 * [Tests] improve coverage on `Number::` methods
424 * [Tests] `tape` v5 `.equal` now uses strict equality, so no more need for `is()`
425 * [Tests] improve BigInt:: and Number:: coverage
426 * [Tests] actually run all the helpers tests
427 * [Tests] ensure "expected missing" ops list is accurate
428 * [Tests] abstract away per-operation skips
429 * [Tests] skip BigInt:: tests on envs without BigInts
430 * [Tests] use `es-value-fixtures`
431 * [actions] update workflows
432
4331.18.0-next.2 / 2021-01-17
434=================
435 * [New] `helpers`: add `isByteValue`, `isCodePoint`, `some`
436 * [Fix] `ES2018+`: fix `GetSubstitution` with named captures
437 * [Fix] `ES2020`: `GetIterator`: add omitted `hint` parameter
438 * [Fix] `ES2018`/`ES2019`: `SetFunctionLength`: Infinities should throw
439 * [Fix] `ES2020`: `ToIndex` uses `SameValue` instead of `SameValueZero`
440 * [Fix] `ES2020`: `CopyDataProperties` uses `CreateDataPropertyOrThrow` instead of `CreateDataProperty`
441 * [Refactor] use extracted `call-bind` instead of local helpers
442 * [Refactor] use extracted `get-intrinsic` package
443 * [Deps] update `call-bind`, `get-intrinsic`, `is-callable`, `is-negative-zero`, `is-regex`, `object-inspect`, `object.assign`, `string.prototype.trimend`, `string.prototype.trimstart`
444 * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `array.prototype.indexof`, `aud`, `diff`, `functions-have-names`, `has-bigints`, `has-strict-mode`, `object-is`, `object.fromentries`, `tape`
445 * [actions] switch Automatic Rebase workflow to `pull_request_target` event
446 * [actions] add "Allow Edits" workflow
447 * [meta] pin cheerio to v1.0.0-rc.3, to fix getOps
448 * [meta] make all URLs consistent, and point to spec artifacts
449 * [meta] refactor `deltas` script; update eslint on operations scripts
450 * [meta] do not publish .github dir (#123)
451 * [Tests] add `v.notNonNegativeIntegers`, `v.nonConstructorFunctions`
452 * [Tests] migrate tests to Github Actions
453 * [Tests] run coverage on all tests
454 * [Tests] add `npm run test:ses`
455
4561.18.0-next.1 / 2020-09-30
457=================
458 * [Fix] `ES2020`: `ToInteger`: `-0` should always be normalized to `+0` (#116)
459 * [patch] `GetIntrinsic`: Adapt to override-mistake-fix pattern (#115)
460 * [Fix] `callBind`: ensure compatibility with SES
461 * [Deps] update `is-callable`, `object.assign`
462 * [Dev Deps] update `eslint`, `@ljharb/eslint-config`
463 * [eslint] fix warning
464 * [Tests] temporarily allow SES tests to fail (#115)
465 * [Tests] ses-compat - initialize module after ses lockdown (#113)
466 * [Tests] [Refactor] use defineProperty helper rather than assignment
467 * [Tests] [Refactor] clean up defineProperty test helper
468
4691.18.0-next.0 / 2020-08-14
470=================
471 * [New] add `ES2020`
472 * [New] `GetIntrinsic`: add `%AggregateError%`, `%FinalizationRegistry%`, and `%WeakRef%`
473 * [New] `ES5`+: add `abs`, `floor`; use `modulo` consistently
474 * [New] `GetIntrinsic`: Cache accessed intrinsics (#98)
475 * [New] `GetIntrinsic`: Add ES201x function intrinsics (#97)
476 * [New] `ES2015`+: add `QuoteJSONString`, `OrdinaryCreateFromConstructor`
477 * [New] `ES2017`+: add `StringGetOwnProperty`
478 * [New] `ES2016`+: add `UTF16Encoding`
479 * [New] `ES2018`+: add `SetFunctionLength`, `UnicodeEscape`
480 * [New] add `isLeadingSurrogate`/`isTrailingSurrogate` helpers
481 * [Fix] `ES5`+: `ToPropertyDescriptor`: use intrinsic TypeError
482 * [Fix] `ES2018+`: `CopyDataProperties`/`NumberToString`: use intrinsic TypeError
483 * [Deps] update `is-regex`, `object-inspect`
484 * [Dev Deps] update `eslint`
485
4861.17.7 / 2020-09-30
487=================
488 * [Fix] `ES2020`: `ToInteger`: `-0` should always be normalized to `+0` (#116)
489 * [patch] `GetIntrinsic`: Adapt to override-mistake-fix pattern (#115)
490 * [Fix] `callBind`: ensure compatibility with SES
491 * [Deps] update `is-callable`, `is-regex`, `object-inspect`, `object.assign`
492 * [Dev Deps] update `eslint`, `@ljharb/eslint-config`
493
4941.17.6 / 2020-06-13
495=================
496 * [Fix] `helpers/getSymbolDescription`: use the global Symbol registry when available (#92)
497 * [Fix] `ES2015+`: `IsConstructor`: when `Reflect.construct` is available, be spec-accurate (#93)
498 * [Fix] `ES2015+`: `Set`: Always return boolean value (#101)
499 * [Fix] `ES2015+`: `Set`: ensure exceptions are thrown in IE 9 when requested
500 * [Fix] Use `Reflect.apply(…)` if available (#99)
501 * [Fix] `helpers/floor`: module-cache `Math.floor`
502 * [Fix] `helpers/getSymbolDescription`: Prefer bound `description` getter when present
503 * [Fix] `2016`: Use `getIteratorMethod` in `IterableToArrayLike` (#94)
504 * [Fix] `helpers/OwnPropertyKeys`: Use `Reflect.ownKeys(…)` if available (#91)
505 * [Fix] `2018+`: Fix `CopyDataProperties` depending on `this` (#95)
506 * [meta] mark spackled files as autogenerated
507 * [meta] `Type`: fix spec URL
508 * [meta] `ES2015`: complete ops list
509 * [Deps] update `is‑callable`, `is‑regex`
510 * [Deps] switch from `string.prototype.trimleft`/`string.prototype.trimright` to `string.prototype.trimstart`/`string.prototype.trimend`
511 * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `in-publish`, `object-is`, `tape`; add `aud`
512 * [eslint] `helpers/isPropertyDescriptor`: fix indentation
513 * [Tests] `helpers/getSymbolDescription`: add test cases; some envs have `Symbol.for` but can not infer a name (#92)
514 * [Tests] try out CodeQL analysis
515 * [Tests] reformat expected missing ops
516 * [Tests] Run tests with `undefined` this (#96)
517
5181.17.5 / 2020-03-22
519=================
520 * [Fix] `CreateDataProperty`: update an existing property
521 * [Fix] run missing spackle from cd7504701879ddea0f5981e99cbcf93bfea9171d
522 * [Dev Deps] update `make-arrow-function`, `tape`, `@ljharb/eslint-config`
523
5241.17.4 / 2020-01-21
525=================
526 * [Fix] `2015+`: add code to handle IE 8’s problems
527 * [Tests] fix tests for IE 8
528
5291.17.3 / 2020-01-19
530=================
531 * [Fix] `ObjectCreate` `2015+`: Fall back to `__proto__` and normal `new` in older browsers
532 * [Fix] `GetIntrinsic`: ensure the `allowMissing` property actually works on dotted intrinsics
533
5341.17.2 / 2020-01-14
535=================
536 * [Fix] `helpers/OwnPropertyKeys`: include non-enumerables too
537
5381.17.1 / 2020-01-14
539=================
540 * [Refactor] add `OwnPropertyKeys` helper, use it in `CopyDataProperties`
541 * [Refactor] `IteratorClose`: remove useless assignment
542 * [Dev Deps] update `eslint`, `tape`, `diff`
543
5441.17.0 / 2019-12-20
545=================
546 * [New] Split up each operation into its own file (prereleased)
547 * [Fix] `GetIntrinsic`: IE 8 has a broken `Object.getOwnPropertyDescriptor`
548 * [Fix] `object.assign` is a runtime dep (prereleased)
549 * [Refactor] `GetIntrinsic`: remove the internal property salts, since % already handles that
550 * [Refactor] `GetIntrinsic`: further simplification
551 * [Deps] update `is-callable`, `string.prototype.trimleft`, `string.prototype.trimright`, `is-regex`
552 * [Dev Deps] update `@ljharb/eslint-config`, `object-is`, `object.fromentries`, `tape`
553 * [Tests] add `.eslintignore`
554 * [meta] remove unused Makefile and associated utils
555 * [meta] only run spackle script in publish (#78) (prereleased)
556
5571.17.0-next.1 / 2019-12-11
558=================
559 * [Fix] `object.assign` is a runtime dep
560 * [meta] only run spackle script in publish (#78)
561
5621.17.0-next.0 / 2019-12-11
563=================
564 * [New] Split up each operation into its own file
565
5661.16.3 / 2019-12-04
567=================
568 * [Fix] `GetIntrinsic`: when given a path to a getter, return the actual getter
569 * [Dev Deps] update `eslint`
570
5711.16.2 / 2019-11-24
572=================
573 * [Fix] IE 6-7 lack JSON
574 * [Fix] IE 6-8 strings can’t use array slice, they need string slice
575 * [Dev Deps] update `eslint`
576
5771.16.1 / 2019-11-24
578=================
579 * [Fix] `GetIntrinsics`: turns out IE 8 throws when `Object.getOwnPropertyDescriptor(arguments);`, and does not throw on `callee` anyways
580 * [Deps] update `es-to-primitive`, `has-symbols`, `object-inspect`
581 * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `safe-publish-latest`
582 * [meta] re-include year files inside `operations`
583 * [meta] add `funding` field
584 * [actions] add Automatic Rebase github action
585 * [Tests] use shared travis-ci config
586 * [Tests] disable `check-coverage`, and let codecov do it
587
5881.16.0 / 2019-10-18
589=================
590 * [New] `ES2015+`: add `SetFunctionName`
591 * [New] `ES2015+`: add `GetPrototypeFromConstructor`, with caveats
592 * [New] `ES2015+`: add `CreateListFromArrayLike`
593 * [New] `ES2016+`: add `OrdinarySetPrototypeOf`
594 * [New] `ES2016+`: add `OrdinaryGetPrototypeOf`
595 * [New] add `getSymbolDescription` and `getInferredName` helpers
596 * [Fix] `GetIterator`: add fallback for pre-Symbol environments, tests
597 * [Dev Deps] update `object.fromentries`
598 * [Tests] add `node` `v12.2`
599
6001.15.0 / 2019-10-02
601=================
602 * [New] `ES2018`+: add `DateString`, `TimeString`
603 * [New] `ES2015`+: add `ToDateString`
604 * [New] `ES5`+: add `msFromTime`, `SecFromTime`, `MinFromTime`, `HourFromTime`, `TimeWithinDay`, `Day`, `DayFromYear`, `TimeFromYear`, `YearFromTime`, `WeekDay`, `DaysInYear`, `InLeapYear`, `DayWithinYear`, `MonthFromTime`, `DateFromTime`, `MakeDay`, `MakeDate`, `MakeTime`, `TimeClip`, `modulo`
605 * [New] add `regexTester` helper
606 * [New] add `callBound` helper
607 * [New] add ES2020’s intrinsic dot notation
608 * [New] add `isPrefixOf` helper
609 * [New] add `maxSafeInteger` helper
610 * [Deps] update `string.prototype.trimleft`, `string.prototype.trimright`
611 * [Dev Deps] update `eslint`
612 * [Tests] on `node` `v12.11`
613 * [meta] npmignore operations scripts; add "deltas"
614
6151.14.2 / 2019-09-08
616=================
617 * [Fix] `ES2016`: `IterableToArrayLike`: add proper fallback for strings, pre-Symbols
618 * [Tests] on `node` `v12.10`
619
6201.14.1 / 2019-09-03
621=================
622 * [meta] republish with some extra files removed
623
6241.14.0 / 2019-09-02
625=================
626 * [New] add ES2019
627 * [New] `ES2017+`: add `IterableToList`
628 * [New] `ES2016`: add `IterableToArrayLike`
629 * [New] `ES2015+`: add `ArrayCreate`, `ArraySetLength`, `OrdinaryDefineOwnProperty`, `OrdinaryGetOwnProperty`, `OrdinaryHasProperty`, `CreateHTML`, `GetOwnPropertyKeys`, `InstanceofOperator`, `SymbolDescriptiveString`, `GetSubstitution`, `ValidateAndApplyPropertyDescriptor`, `IsPromise`, `OrdinaryHasInstance`, `TestIntegrityLevel`, `SetIntegrityLevel`
630 * [New] add `callBind` helper, and use it
631 * [New] add helpers: `isPropertyDescriptor`, `every`
632 * [New] ES5+: add `Abstract Relational Comparison`
633 * [New] ES5+: add `Abstract Equality Comparison`, `Strict Equality Comparison`
634 * [Fix] `ES2015+`: `GetIterator`: only require native Symbols when `method` is omitted
635 * [Fix] `ES2015`: `Call`: error message now properly displays Symbols using `object-inspect`
636 * [Fix] `ES2015+`: `ValidateAndApplyPropertyDescriptor`: use ES2017 logic to bypass spec bugs
637 * [Fix] `ES2015+`: `CreateDataProperty`, `DefinePropertyOrThrow`, `ValidateAndApplyPropertyDescriptor`: add fallbacks for ES3
638 * [Fix] `ES2015+`: `FromPropertyDescriptor`: no longer requires a fully complete Property Descriptor
639 * [Fix] `ES5`: `IsPropertyDescriptor`: call into `IsDataDescriptor` and `IsAccessorDescriptor`
640 * [Refactor] use `has-symbols` for Symbol detection
641 * [Fix] `helpers/assertRecord`: remove `console.log`
642 * [Deps] update `object-keys`
643 * [readme] add security note
644 * [meta] change http URLs to https
645 * [meta] linter cleanup
646 * [meta] fix getOps script
647 * [meta] add FUNDING.yml
648 * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `safe-publish-latest`, `semver`, `replace`, `cheerio`, `tape`
649 * [Tests] up to `node` `v12.9`, `v11.15`, `v10.16`, `v8.16`, `v6.17`
650 * [Tests] temporarily allow node 0.6 to fail; segfaulting in travis
651 * [Tests] use the values helper more in es5 tests
652 * [Tests] fix linting to apply to all files
653 * [Tests] run `npx aud` only on prod deps
654 * [Tests] add v.descriptors helpers
655 * [Tests] use `npx aud` instead of `npm audit` with hoops
656 * [Tests] use `eclint` instead of `editorconfig-tools`
657 * [Tests] some intrinsic cleanup
658 * [Tests] migrate es5 tests to use values helper
659 * [Tests] add some missing ES2015 ops
660
6611.13.0 / 2019-01-02
662=================
663 * [New] add ES2018
664 * [New] add ES2015/ES2016: EnumerableOwnNames; ES2017: EnumerableOwnProperties
665 * [New] `ES2015+`: add `thisBooleanValue`, `thisNumberValue`, `thisStringValue`, `thisTimeValue`
666 * [New] `ES2015+`: add `DefinePropertyOrThrow`, `DeletePropertyOrThrow`, `CreateMethodProperty`
667 * [New] add `assertRecord` helper
668 * [Deps] update `is-callable`, `has`, `object-keys`, `es-to-primitive`
669 * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `tape`, `semver`, `safe-publish-latest`, `replace`
670 * [Tests] use `npm audit` instead of `nsp`
671 * [Tests] remove `jscs`
672 * [Tests] up to `node` `v11.6`, `v10.15`, `v8.15`, `v6.16`
673 * [Tests] move descriptor factories to `values` helper
674 * [Tests] add `getOps` to programmatically fetch abstract operation names
675
6761.12.0 / 2018-05-31
677=================
678 * [New] add `GetIntrinsic` entry point
679 * [New] `ES2015`+: add `ObjectCreate`
680 * [Robustness]: `ES2015+`: ensure `Math.{abs,floor}` and `Function.call` are cached
681
6821.11.0 / 2018-03-21
683=================
684 * [New] `ES2015+`: add iterator abstract ops
685 * [Dev Deps] update `eslint`, `nsp`, `object.assign`, `semver`, `tape`
686 * [Tests] up to `node` `v9.8`, `v8.10`, `v6.13`
687
6881.10.0 / 2017-11-24
689=================
690 * [New] ES2015+: `AdvanceStringIndex`
691 * [Dev Deps] update `eslint`, `nsp`
692 * [Tests] require node 0.6 to pass again
693 * [Tests] up to `node` `v9.2`, `v8.9`, `v6.12`; use `nvm install-latest-npm`; pin included builds to LTS
694
6951.9.0 / 2017-09-30
696=================
697 * [New] `es2015+`: add `ArraySpeciesCreate`
698 * [New] ES2015+: add `CreateDataProperty` and `CreateDataPropertyOrThrow`
699 * [Tests] consolidate duplicated tests
700 * [Tests] increase coverage
701 * [Dev Deps] update `nsp`, `eslint`
702
7031.8.2 / 2017-09-03
704=================
705 * [Fix] `es2015`+: `ToNumber`: provide the proper hint for Date objects (#27)
706 * [Dev Deps] update `eslint`
707
7081.8.1 / 2017-08-30
709=================
710 * [Fix] ES2015+: `ToPropertyKey`: should return a symbol for Symbols (#26)
711 * [Deps] update `function-bind`
712 * [Dev Deps] update `eslint`, `@ljharb/eslint-config`
713 * [Docs] github broke markdown parsing
714
7151.8.0 / 2017-08-04
716=================
717 * [New] add ES2017
718 * [New] move es6+ to es2015+; leave es6/es7 as aliases
719 * [New] ES5+: add `IsPropertyDescriptor`, `IsAccessorDescriptor`, `IsDataDescriptor`, `IsGenericDescriptor`, `FromPropertyDescriptor`, `ToPropertyDescriptor`
720 * [New] ES2015+: add `CompletePropertyDescriptor`, `Set`, `HasOwnProperty`, `HasProperty`, `IsConcatSpreadable`, `Invoke`, `CreateIterResultObject`, `RegExpExec`
721 * [Fix] es7/es2016: do not mutate ES6
722 * [Fix] assign helper only supports one source
723 * [Deps] update `is-regex`
724 * [Dev Deps] update `nsp`, `eslint`, `@ljharb/eslint-config`
725 * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `nsp`, `semver`, `tape`
726 * [Tests] add tests for missing and excess operations
727 * [Tests] add codecov for coverage
728 * [Tests] up to `node` `v8.2`, `v7.10`, `v6.11`, `v4.8`; newer npm breaks on older node
729 * [Tests] use same lists of value types across tests; ensure tests are the same when ops are the same
730 * [Tests] ES2015: add ToNumber symbol tests
731 * [Tests] switch to `nyc` for code coverage
732 * [Tests] make IsRegExp tests consistent across editions
733
7341.7.0 / 2017-01-22
735=================
736 * [New] ES6: Add `GetMethod` (#16)
737 * [New] ES6: Add `GetV` (#16)
738 * [New] ES6: Add `Get` (#17)
739 * [Tests] up to `node` `v7.4`, `v6.9`, `v4.6`; improve test matrix
740 * [Dev Deps] update `tape`, `nsp`, `eslint`, `@ljharb/eslint-config`, `safe-publish-latest`
741
7421.6.1 / 2016-08-21
743=================
744 * [Fix] ES6: IsConstructor should return true for `class` constructors.
745
7461.6.0 / 2016-08-20
747=================
748 * [New] ES5 / ES6: add `Type`
749 * [New] ES6: `SpeciesConstructor`
750 * [Dev Deps] update `jscs`, `nsp`, `eslint`, `@ljharb/eslint-config`, `semver`; add `safe-publish-latest`
751 * [Tests] up to `node` `v6.4`, `v5.12`, `v4.5`
752
7531.5.1 / 2016-05-30
754=================
755 * [Fix] `ES.IsRegExp`: actually look up `Symbol.match` on the argument
756 * [Refactor] create `isNaN` helper
757 * [Deps] update `is-callable`, `function-bind`
758 * [Deps] update `es-to-primitive`, fix ES5 tests
759 * [Dev Deps] update `jscs`, `eslint`, `@ljharb/eslint-config`, `tape`, `nsp`
760 * [Tests] up to `node` `v6.2`, `v5.11`, `v4.4`
761 * [Tests] use pretest/posttest for linting/security
762
7631.5.0 / 2015-12-27
764=================
765 * [New] adds `Symbol.toPrimitive` support via `es-to-primitive`
766 * [Deps] update `is-callable`, `es-to-primitive`
767 * [Dev Deps] update `jscs`, `nsp`, `eslint`, `@ljharb/eslint-config`, `semver`, `tape`
768 * [Tests] up to `node` `v5.3`
769
7701.4.3 / 2015-11-04
771=================
772 * [Fix] `ES6.ToNumber`: should give `NaN` for explicitly signed hex strings (#4)
773 * [Refactor] `ES6.ToNumber`: No need to double-trim
774 * [Refactor] group tests better
775 * [Tests] should still pass on `node` `v0.8`
776
7771.4.2 / 2015-11-02
778=================
779 * [Fix] ensure `ES.ToNumber` trims whitespace, and does not trim non-whitespace (#3)
780
7811.4.1 / 2015-10-31
782=================
783 * [Fix] ensure only 0-1 are valid binary and 0-7 are valid octal digits (#2)
784 * [Dev Deps] update `tape`, `jscs`, `nsp`, `eslint`, `@ljharb/eslint-config`
785 * [Tests] on `node` `v5.0`
786 * [Tests] fix npm upgrades for older node versions
787 * package.json: use object form of "authors", add "contributors"
788
7891.4.0 / 2015-09-26
790=================
791 * [Deps] update `is-callable`
792 * [Dev Deps] update `tape`, `jscs`, `eslint`, `@ljharb/eslint-config`
793 * [Tests] on `node` `v4.2`
794 * [New] Add `SameValueNonNumber` to ES7
795
7961.3.2 / 2015-09-26
797=================
798 * [Fix] Fix `ES6.IsRegExp` to properly handle `Symbol.match`, per spec.
799 * [Tests] up to `io.js` `v3.3`, `node` `v4.1`
800 * [Dev Deps] update `tape`, `jscs`, `nsp`, `eslint`, `@ljharb/eslint-config`, `semver`
801
8021.3.1 / 2015-08-15
803=================
804 * [Fix] Ensure that objects that `toString` to a binary or octal literal also convert properly
805
8061.3.0 / 2015-08-15
807=================
808 * [New] ES6’s ToNumber now supports binary and octal literals.
809 * [Dev Deps] update `jscs`, `eslint`, `@ljharb/eslint-config`, `tape`
810 * [Docs] Switch from vb.teelaun.ch to versionbadg.es for the npm version badge SVG
811 * [Tests] up to `io.js` `v3.0`
812
8131.2.2 / 2015-07-28
814=================
815 * [Fix] Both `ES5.CheckObjectCoercible` and `ES6.RequireObjectCoercible` return the value if they don't throw.
816 * [Tests] Test on latest `io.js` versions.
817 * [Dev Deps] Update `eslint`, `jscs`, `tape`, `semver`, `covert`, `nsp`
818
8191.2.1 / 2015-03-20
820=================
821 * Fix `isFinite` helper.
822
8231.2.0 / 2015-03-19
824=================
825 * Use `es-to-primitive` for ToPrimitive methods.
826 * Test on latest `io.js` versions; allow failures on all but 2 latest `node`/`io.js` versions.
827
8281.1.2 / 2015-03-20
829=================
830 * Fix isFinite helper.
831
8321.1.1 / 2015-03-19
833=================
834 * Fix isPrimitive check for functions
835 * Update `eslint`, `editorconfig-tools`, `semver`, `nsp`
836
8371.1.0 / 2015-02-17
838=================
839 * Add ES7 export (non-default).
840 * All grade A-supported `node`/`iojs` versions now ship with an `npm` that understands `^`.
841 * Test on `iojs-v1.2`.
842
8431.0.1 / 2015-01-30
844=================
845 * Use `is-callable` instead of an internal function.
846 * Update `tape`, `jscs`, `nsp`, `eslint`
847
8481.0.0 / 2015-01-10
849=================
850 * v1.0.0
Note: See TracBrowser for help on using the repository browser.