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