You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

280 lines
12 KiB

4 years ago
  1. 1.16.2 / 2019-11-24
  2. =================
  3. * [Fix] IE 6-7 lack JSON
  4. * [Fix] IE 6-8 strings can’t use array slice, they need string slice
  5. * [Dev Deps] update `eslint`
  6. 1.16.1 / 2019-11-24
  7. =================
  8. * [Fix] `GetIntrinsics`: turns out IE 8 throws when `Object.getOwnPropertyDescriptor(arguments);`, and does not throw on `callee` anyways
  9. * [Deps] update `es-to-primitive`, `has-symbols`, `object-inspect`
  10. * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `safe-publish-latest`
  11. * [meta] re-include year files inside `operations`
  12. * [meta] add `funding` field
  13. * [actions] add Automatic Rebase github action
  14. * [Tests] use shared travis-ci config
  15. * [Tests] disable `check-coverage`, and let codecov do it
  16. 1.16.0 / 2019-10-18
  17. =================
  18. * [New] `ES2015+`: add `SetFunctionName`
  19. * [New] `ES2015+`: add `GetPrototypeFromConstructor`, with caveats
  20. * [New] `ES2015+`: add `CreateListFromArrayLike`
  21. * [New] `ES2016+`: add `OrdinarySetPrototypeOf`
  22. * [New] `ES2016+`: add `OrdinaryGetPrototypeOf`
  23. * [New] add `getSymbolDescription` and `getInferredName` helpers
  24. * [Fix] `GetIterator`: add fallback for pre-Symbol environments, tests
  25. * [Dev Deps] update `object.fromentries`
  26. * [Tests] add `node` `v12.2`
  27. 1.15.0 / 2019-10-02
  28. =================
  29. * [New] `ES2018`+: add `DateString`, `TimeString`
  30. * [New] `ES2015`+: add `ToDateString`
  31. * [New] `ES5`+: add `msFromTime`, `SecFromTime`, `MinFromTime`, `HourFromTime`, `TimeWithinDay`, `Day`, `DayFromYear`, `TimeFromYear`, `YearFromTime`, `WeekDay`, `DaysInYear`, `InLeapYear`, `DayWithinYear`, `MonthFromTime`, `DateFromTime`, `MakeDay`, `MakeDate`, `MakeTime`, `TimeClip`, `modulo`
  32. * [New] add `regexTester` helper
  33. * [New] add `callBound` helper
  34. * [New] add ES2020’s intrinsic dot notation
  35. * [New] add `isPrefixOf` helper
  36. * [New] add `maxSafeInteger` helper
  37. * [Deps] update `string.prototype.trimleft`, `string.prototype.trimright`
  38. * [Dev Deps] update `eslint`
  39. * [Tests] on `node` `v12.11`
  40. * [meta] npmignore operations scripts; add "deltas"
  41. 1.14.2 / 2019-09-08
  42. =================
  43. * [Fix] `ES2016`: `IterableToArrayLike`: add proper fallback for strings, pre-Symbols
  44. * [Tests] on `node` `v12.10`
  45. 1.14.1 / 2019-09-03
  46. =================
  47. * [meta] republish with some extra files removed
  48. 1.14.0 / 2019-09-02
  49. =================
  50. * [New] add ES2019
  51. * [New] `ES2017+`: add `IterableToList`
  52. * [New] `ES2016`: add `IterableToArrayLike`
  53. * [New] `ES2015+`: add `ArrayCreate`, `ArraySetLength`, `OrdinaryDefineOwnProperty`, `OrdinaryGetOwnProperty`, `OrdinaryHasProperty`, `CreateHTML`, `GetOwnPropertyKeys`, `InstanceofOperator`, `SymbolDescriptiveString`, `GetSubstitution`, `ValidateAndApplyPropertyDescriptor`, `IsPromise`, `OrdinaryHasInstance`, `TestIntegrityLevel`, `SetIntegrityLevel`
  54. * [New] add `callBind` helper, and use it
  55. * [New] add helpers: `isPropertyDescriptor`, `every`
  56. * [New] ES5+: add `Abstract Relational Comparison`
  57. * [New] ES5+: add `Abstract Equality Comparison`, `Strict Equality Comparison`
  58. * [Fix] `ES2015+`: `GetIterator`: only require native Symbols when `method` is omitted
  59. * [Fix] `ES2015`: `Call`: error message now properly displays Symbols using `object-inspect`
  60. * [Fix] `ES2015+`: `ValidateAndApplyPropertyDescriptor`: use ES2017 logic to bypass spec bugs
  61. * [Fix] `ES2015+`: `CreateDataProperty`, `DefinePropertyOrThrow`, `ValidateAndApplyPropertyDescriptor`: add fallbacks for ES3
  62. * [Fix] `ES2015+`: `FromPropertyDescriptor`: no longer requires a fully complete Property Descriptor
  63. * [Fix] `ES5`: `IsPropertyDescriptor`: call into `IsDataDescriptor` and `IsAccessorDescriptor`
  64. * [Refactor] use `has-symbols` for Symbol detection
  65. * [Fix] `helpers/assertRecord`: remove `console.log`
  66. * [Deps] update `object-keys`
  67. * [readme] add security note
  68. * [meta] change http URLs to https
  69. * [meta] linter cleanup
  70. * [meta] fix getOps script
  71. * [meta] add FUNDING.yml
  72. * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `safe-publish-latest`, `semver`, `replace`, `cheerio`, `tape`
  73. * [Tests] up to `node` `v12.9`, `v11.15`, `v10.16`, `v8.16`, `v6.17`
  74. * [Tests] temporarily allow node 0.6 to fail; segfaulting in travis
  75. * [Tests] use the values helper more in es5 tests
  76. * [Tests] fix linting to apply to all files
  77. * [Tests] run `npx aud` only on prod deps
  78. * [Tests] add v.descriptors helpers
  79. * [Tests] use `npx aud` instead of `npm audit` with hoops
  80. * [Tests] use `eclint` instead of `editorconfig-tools`
  81. * [Tests] some intrinsic cleanup
  82. * [Tests] migrate es5 tests to use values helper
  83. * [Tests] add some missing ES2015 ops
  84. 1.13.0 / 2019-01-02
  85. =================
  86. * [New] add ES2018
  87. * [New] add ES2015/ES2016: EnumerableOwnNames; ES2017: EnumerableOwnProperties
  88. * [New] `ES2015+`: add `thisBooleanValue`, `thisNumberValue`, `thisStringValue`, `thisTimeValue`
  89. * [New] `ES2015+`: add `DefinePropertyOrThrow`, `DeletePropertyOrThrow`, `CreateMethodProperty`
  90. * [New] add `assertRecord` helper
  91. * [Deps] update `is-callable`, `has`, `object-keys`, `es-to-primitive`
  92. * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `tape`, `semver`, `safe-publish-latest`, `replace`
  93. * [Tests] use `npm audit` instead of `nsp`
  94. * [Tests] remove `jscs`
  95. * [Tests] up to `node` `v11.6`, `v10.15`, `v8.15`, `v6.16`
  96. * [Tests] move descriptor factories to `values` helper
  97. * [Tests] add `getOps` to programmatically fetch abstract operation names
  98. 1.12.0 / 2018-05-31
  99. =================
  100. * [New] add `GetIntrinsic` entry point
  101. * [New] `ES2015`+: add `ObjectCreate`
  102. * [Robustness]: `ES2015+`: ensure `Math.{abs,floor}` and `Function.call` are cached
  103. 1.11.0 / 2018-03-21
  104. =================
  105. * [New] `ES2015+`: add iterator abstract ops
  106. * [Dev Deps] update `eslint`, `nsp`, `object.assign`, `semver`, `tape`
  107. * [Tests] up to `node` `v9.8`, `v8.10`, `v6.13`
  108. 1.10.0 / 2017-11-24
  109. =================
  110. * [New] ES2015+: `AdvanceStringIndex`
  111. * [Dev Deps] update `eslint`, `nsp`
  112. * [Tests] require node 0.6 to pass again
  113. * [Tests] up to `node` `v9.2`, `v8.9`, `v6.12`; use `nvm install-latest-npm`; pin included builds to LTS
  114. 1.9.0 / 2017-09-30
  115. =================
  116. * [New] `es2015+`: add `ArraySpeciesCreate`
  117. * [New] ES2015+: add `CreateDataProperty` and `CreateDataPropertyOrThrow`
  118. * [Tests] consolidate duplicated tests
  119. * [Tests] increase coverage
  120. * [Dev Deps] update `nsp`, `eslint`
  121. 1.8.2 / 2017-09-03
  122. =================
  123. * [Fix] `es2015`+: `ToNumber`: provide the proper hint for Date objects (#27)
  124. * [Dev Deps] update `eslint`
  125. 1.8.1 / 2017-08-30
  126. =================
  127. * [Fix] ES2015+: `ToPropertyKey`: should return a symbol for Symbols (#26)
  128. * [Deps] update `function-bind`
  129. * [Dev Deps] update `eslint`, `@ljharb/eslint-config`
  130. * [Docs] github broke markdown parsing
  131. 1.8.0 / 2017-08-04
  132. =================
  133. * [New] add ES2017
  134. * [New] move es6+ to es2015+; leave es6/es7 as aliases
  135. * [New] ES5+: add `IsPropertyDescriptor`, `IsAccessorDescriptor`, `IsDataDescriptor`, `IsGenericDescriptor`, `FromPropertyDescriptor`, `ToPropertyDescriptor`
  136. * [New] ES2015+: add `CompletePropertyDescriptor`, `Set`, `HasOwnProperty`, `HasProperty`, `IsConcatSpreadable`, `Invoke`, `CreateIterResultObject`, `RegExpExec`
  137. * [Fix] es7/es2016: do not mutate ES6
  138. * [Fix] assign helper only supports one source
  139. * [Deps] update `is-regex`
  140. * [Dev Deps] update `nsp`, `eslint`, `@ljharb/eslint-config`
  141. * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `nsp`, `semver`, `tape`
  142. * [Tests] add tests for missing and excess operations
  143. * [Tests] add codecov for coverage
  144. * [Tests] up to `node` `v8.2`, `v7.10`, `v6.11`, `v4.8`; newer npm breaks on older node
  145. * [Tests] use same lists of value types across tests; ensure tests are the same when ops are the same
  146. * [Tests] ES2015: add ToNumber symbol tests
  147. * [Tests] switch to `nyc` for code coverage
  148. * [Tests] make IsRegExp tests consistent across editions
  149. 1.7.0 / 2017-01-22
  150. =================
  151. * [New] ES6: Add `GetMethod` (#16)
  152. * [New] ES6: Add `GetV` (#16)
  153. * [New] ES6: Add `Get` (#17)
  154. * [Tests] up to `node` `v7.4`, `v6.9`, `v4.6`; improve test matrix
  155. * [Dev Deps] update `tape`, `nsp`, `eslint`, `@ljharb/eslint-config`, `safe-publish-latest`
  156. 1.6.1 / 2016-08-21
  157. =================
  158. * [Fix] ES6: IsConstructor should return true for `class` constructors.
  159. 1.6.0 / 2016-08-20
  160. =================
  161. * [New] ES5 / ES6: add `Type`
  162. * [New] ES6: `SpeciesConstructor`
  163. * [Dev Deps] update `jscs`, `nsp`, `eslint`, `@ljharb/eslint-config`, `semver`; add `safe-publish-latest`
  164. * [Tests] up to `node` `v6.4`, `v5.12`, `v4.5`
  165. 1.5.1 / 2016-05-30
  166. =================
  167. * [Fix] `ES.IsRegExp`: actually look up `Symbol.match` on the argument
  168. * [Refactor] create `isNaN` helper
  169. * [Deps] update `is-callable`, `function-bind`
  170. * [Deps] update `es-to-primitive`, fix ES5 tests
  171. * [Dev Deps] update `jscs`, `eslint`, `@ljharb/eslint-config`, `tape`, `nsp`
  172. * [Tests] up to `node` `v6.2`, `v5.11`, `v4.4`
  173. * [Tests] use pretest/posttest for linting/security
  174. 1.5.0 / 2015-12-27
  175. =================
  176. * [New] adds `Symbol.toPrimitive` support via `es-to-primitive`
  177. * [Deps] update `is-callable`, `es-to-primitive`
  178. * [Dev Deps] update `jscs`, `nsp`, `eslint`, `@ljharb/eslint-config`, `semver`, `tape`
  179. * [Tests] up to `node` `v5.3`
  180. 1.4.3 / 2015-11-04
  181. =================
  182. * [Fix] `ES6.ToNumber`: should give `NaN` for explicitly signed hex strings (#4)
  183. * [Refactor] `ES6.ToNumber`: No need to double-trim
  184. * [Refactor] group tests better
  185. * [Tests] should still pass on `node` `v0.8`
  186. 1.4.2 / 2015-11-02
  187. =================
  188. * [Fix] ensure `ES.ToNumber` trims whitespace, and does not trim non-whitespace (#3)
  189. 1.4.1 / 2015-10-31
  190. =================
  191. * [Fix] ensure only 0-1 are valid binary and 0-7 are valid octal digits (#2)
  192. * [Dev Deps] update `tape`, `jscs`, `nsp`, `eslint`, `@ljharb/eslint-config`
  193. * [Tests] on `node` `v5.0`
  194. * [Tests] fix npm upgrades for older node versions
  195. * package.json: use object form of "authors", add "contributors"
  196. 1.4.0 / 2015-09-26
  197. =================
  198. * [Deps] update `is-callable`
  199. * [Dev Deps] update `tape`, `jscs`, `eslint`, `@ljharb/eslint-config`
  200. * [Tests] on `node` `v4.2`
  201. * [New] Add `SameValueNonNumber` to ES7
  202. 1.3.2 / 2015-09-26
  203. =================
  204. * [Fix] Fix `ES6.IsRegExp` to properly handle `Symbol.match`, per spec.
  205. * [Tests] up to `io.js` `v3.3`, `node` `v4.1`
  206. * [Dev Deps] update `tape`, `jscs`, `nsp`, `eslint`, `@ljharb/eslint-config`, `semver`
  207. 1.3.1 / 2015-08-15
  208. =================
  209. * [Fix] Ensure that objects that `toString` to a binary or octal literal also convert properly
  210. 1.3.0 / 2015-08-15
  211. =================
  212. * [New] ES6’s ToNumber now supports binary and octal literals.
  213. * [Dev Deps] update `jscs`, `eslint`, `@ljharb/eslint-config`, `tape`
  214. * [Docs] Switch from vb.teelaun.ch to versionbadg.es for the npm version badge SVG
  215. * [Tests] up to `io.js` `v3.0`
  216. 1.2.2 / 2015-07-28
  217. =================
  218. * [Fix] Both `ES5.CheckObjectCoercible` and `ES6.RequireObjectCoercible` return the value if they don't throw.
  219. * [Tests] Test on latest `io.js` versions.
  220. * [Dev Deps] Update `eslint`, `jscs`, `tape`, `semver`, `covert`, `nsp`
  221. 1.2.1 / 2015-03-20
  222. =================
  223. * Fix `isFinite` helper.
  224. 1.2.0 / 2015-03-19
  225. =================
  226. * Use `es-to-primitive` for ToPrimitive methods.
  227. * Test on latest `io.js` versions; allow failures on all but 2 latest `node`/`io.js` versions.
  228. 1.1.2 / 2015-03-20
  229. =================
  230. * Fix isFinite helper.
  231. 1.1.1 / 2015-03-19
  232. =================
  233. * Fix isPrimitive check for functions
  234. * Update `eslint`, `editorconfig-tools`, `semver`, `nsp`
  235. 1.1.0 / 2015-02-17
  236. =================
  237. * Add ES7 export (non-default).
  238. * All grade A-supported `node`/`iojs` versions now ship with an `npm` that understands `^`.
  239. * Test on `iojs-v1.2`.
  240. 1.0.1 / 2015-01-30
  241. =================
  242. * Use `is-callable` instead of an internal function.
  243. * Update `tape`, `jscs`, `nsp`, `eslint`
  244. 1.0.0 / 2015-01-10
  245. =================
  246. * v1.0.0