用工小程序前端代码
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.

246 lines
9.5 KiB

7 months ago
  1. 4.1.7 / 2024-12-18
  2. ==================
  3. * [Deps] add missing `es-object-atoms` (#86)
  4. 4.1.6 / 2024-12-18
  5. ==================
  6. * [Refactor] use `call-bound` directly; use `es-object-atoms`
  7. * [Deps] update `call-bind`, `has-symbols`
  8. * [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `hasown`, `mock-property`, `ses`, `tape`
  9. * [actions] split out node 10-20, and 20+
  10. * [actions] remove redundant finisher
  11. * [Tests] replace `aud` with `npm audit`
  12. 4.1.5 / 2023-11-30
  13. ==================
  14. * [meta] republish without testing HTML file (#85)
  15. * [Deps] update `call-bind`, `define-properties`
  16. * [Dev Deps] use `hasown` instead of `has`
  17. * [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `aud`, `npmignore`, `mock-property`, `tape`
  18. * [actions] update rebase action
  19. 4.1.4 / 2022-08-16
  20. ==================
  21. * [meta] fix `npmignore` integration (#83)
  22. 4.1.3 / 2022-08-05
  23. ==================
  24. * [Refactor] make steps closer to actual spec
  25. * [Refactor] simplify object coercible check
  26. * [readme] remove defunct badges, add coverage and actions badges
  27. * [eslint] ignore coverage output
  28. * [meta] use `npmignore` to autogenerate an npmignore file
  29. * [meta] remove audit-level
  30. * [Deps] update `call-bind`, `define-properties`, `has-symbols`
  31. * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `@es-shims/api`, `aud`, `functions-have-names`, `safe-publish-latest`, `ses`, `tape`
  32. * [actions] use `node/install` instead of `node/run`; use `codecov` action
  33. * [actions] reuse common workflows
  34. * [actions] update codecov uploader
  35. * [Tests] add implementation tests
  36. * [Tests] use `mock-property`
  37. * [Tests] disable posttest pending `aud` handling `file:` deps
  38. * [Tests] migrate remaining tests to Github Actions (#81)
  39. * [Tests] gitignore coverage output
  40. * [Tests] test node v1-v9 on Github Actions instead of travis; resume testing all minors (#80)
  41. 4.1.2 / 2020-10-30
  42. ==================
  43. * [Refactor] use extracted `call-bind` instead of full `es-abstract`
  44. * [Dev Deps] update `eslint`, `ses`, `browserify`
  45. * [Tests] run tests in SES
  46. * [Tests] ses-compat: show error stacks
  47. 4.1.1 / 2020-09-11
  48. ==================
  49. * [Fix] avoid mutating `Object.assign` in modern engines
  50. * [Refactor] use `callBind` from `es-abstract` instead of `function-bind`
  51. * [Deps] update `has-symbols`, `object-keys`, `define-properties`
  52. * [meta] add `funding` field, FUNDING.yml
  53. * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `@es-shims/api`, `browserify`, `covert`, `for-each`, `is`, `tape`, `functions-have-names`; add `aud`, `safe-publish-latest`; remove `jscs`
  54. * [actions] add Require Allow Edits workflow
  55. * [actions] add automatic rebasing / merge commit blocking
  56. * [Tests] ses-compat - add test to ensure package initializes correctly after ses lockdown (#77)
  57. * [Tests] Add passing test for a source of `window.location` (#68)
  58. * [Tests] use shared travis-ci config
  59. * [Tests] use `npx aud` instead of `npm audit` with hoops or `nsp`
  60. * [Tests] use `functions-have-names`
  61. 4.1.0 / 2017-12-21
  62. ==================
  63. * [New] add `auto` entry point (#52)
  64. * [Refactor] Use `has-symbols` module
  65. * [Deps] update `function-bind`, `object-keys`
  66. * [Dev Deps] update `@es-shims/api`, `browserify`, `nsp`, `eslint`, `@ljharb/eslint-config`, `is`
  67. * [Tests] up to `node` `v9.3`, `v8.9`, `v6.12`; use `nvm install-latest-npm`; pin included builds to LTS
  68. 4.0.4 / 2016-07-04
  69. ==================
  70. * [Fix] Cache original `getOwnPropertySymbols`, and use that when `Object.getOwnPropertySymbols` is unavailable
  71. * [Deps] update `object-keys`
  72. * [Dev Deps] update `eslint`, `get-own-property-symbols`, `core-js`, `jscs`, `nsp`, `browserify`, `@ljharb/eslint-config`, `tape`, `@es-shims/api`
  73. * [Tests] up to `node` `v6.2`, `v5.10`, `v4.4`
  74. * [Tests] run sham tests on node 0.10
  75. * [Tests] use pretest/posttest for linting/security
  76. 4.0.3 / 2015-10-21
  77. ==================
  78. * [Fix] Support core-js's Symbol sham (#17)
  79. * [Fix] Ensure that properties removed or made non-enumerable during enumeration are not assigned (#16)
  80. * [Fix] Avoid looking up keys and values more than once
  81. * [Tests] Avoid using `reduce` so `npm run test:shams:corejs` passes in `node` `v0.8` ([core-js#122](https://github.com/zloirock/core-js/issues/122))
  82. * [Tests] Refactor to use my conventional structure that separates shimmed, implementation, and common tests
  83. * [Tests] Create `npm run test:shams` and better organize tests for symbol shams
  84. * [Tests] Remove `nsp` in favor of `requiresafe`
  85. 4.0.2 / 2015-10-20
  86. ==================
  87. * [Fix] Ensure correct property enumeration order, particularly in v8 (#15)
  88. * [Deps] update `object-keys`, `define-properties`
  89. * [Dev Deps] update `browserify`, `is`, `tape`, `jscs`, `eslint`, `@ljharb/eslint-config`
  90. * [Tests] up to `io.js` `v3.3`, `node` `v4.2`
  91. 4.0.1 / 2015-08-16
  92. ==================
  93. * [Docs] Add `Symbol` note to readme
  94. 4.0.0 / 2015-08-15
  95. ==================
  96. * [Breaking] Implement the [es-shim API](es-shims/api).
  97. * [Robustness] Make implementation robust against later modification of environment methods.
  98. * [Refactor] Move implementation to `implementation.js`
  99. * [Docs] Switch from vb.teelaun.ch to versionbadg.es for the npm version badge SVG
  100. * [Deps] update `object-keys`, `define-properties`
  101. * [Dev Deps] update `browserify`, `tape`, `eslint`, `jscs`, `browserify`
  102. * [Tests] Add `npm run tests-only`
  103. * [Tests] use my personal shared `eslint` config.
  104. * [Tests] up to `io.js` `v3.0`
  105. 3.0.1 / 2015-06-28
  106. ==================
  107. * Cache `Object` and `Array#push` to make the shim more robust.
  108. * [Fix] Remove use of `Array#filter`, which isn't in ES3.
  109. * [Deps] Update `object-keys`, `define-properties`
  110. * [Dev Deps] Update `get-own-property-symbols`, `browserify`, `eslint`, `nsp`
  111. * [Tests] Test up to `io.js` `v2.3`
  112. * [Tests] Adding `Object.assign` tests for non-object targets, per https://github.com/paulmillr/es6-shim/issues/348
  113. 3.0.0 / 2015-05-20
  114. ==================
  115. * Attempt to feature-detect Symbols, even if `typeof Symbol() !== 'symbol'` (#12)
  116. * Make a separate `hasSymbols` internal module
  117. * Update `browserify`, `eslint`
  118. 2.0.3 / 2015-06-28
  119. ==================
  120. * Cache `Object` and `Array#push` to make the shim more robust.
  121. * [Fix] Remove use of `Array#filter`, which isn't in ES3
  122. * [Deps] Update `object-keys`, `define-properties`
  123. * [Dev Deps] Update `browserify`, `nsp`, `eslint`
  124. * [Tests] Test up to `io.js` `v2.3`
  125. 2.0.2 / 2015-05-20
  126. ==================
  127. * Make sure `.shim` is non-enumerable.
  128. * Refactor `.shim` implementation to use `define-properties` predicates, rather than `delete`ing the original.
  129. * Update docs to match spec/implementation. (#11)
  130. * Add `npm run eslint`
  131. * Test up to `io.js` `v2.0`
  132. * Update `jscs`, `browserify`, `covert`
  133. 2.0.1 / 2015-04-12
  134. ==================
  135. * Make sure non-enumerable Symbols are excluded.
  136. 2.0.0 / 2015-04-12
  137. ==================
  138. * Make sure the shim function overwrites a broken implementation with pending exceptions.
  139. * Ensure shim is not enumerable using `define-properties`
  140. * Ensure `Object.assign` includes symbols.
  141. * All grade A-supported `node`/`iojs` versions now ship with an `npm` that understands `^`.
  142. * Run `travis-ci` tests on `iojs` and `node` v0.12; speed up builds; allow 0.8 failures.
  143. * Add `npm run security` via `nsp`
  144. * Update `browserify`, `jscs`, `tape`, `object-keys`, `is`
  145. 1.1.1 / 2014-12-14
  146. ==================
  147. * Actually include the browser build in `npm`
  148. 1.1.0 / 2014-12-14
  149. ==================
  150. * Add `npm run build`, and build an automatic-shimming browser distribution as part of the npm publish process.
  151. * Update `is`, `jscs`
  152. 1.0.3 / 2014-11-29
  153. ==================
  154. * Revert "optimize --production installs"
  155. 1.0.2 / 2014-11-27
  156. ==================
  157. * Update `jscs`, `is`, `object-keys`, `tape`
  158. * Add badges to README
  159. * Name URLs in README
  160. * Lock `covert` to `v1.0.0`
  161. * Optimize --production installs
  162. 1.0.1 / 2014-08-26
  163. ==================
  164. * Update `is`, `covert`
  165. 1.0.0 / 2014-08-07
  166. ==================
  167. * Update `object-keys`, `tape`
  168. 0.5.0 / 2014-07-31
  169. ==================
  170. * Object.assign no longer throws on null or undefined sources, per https://bugs.ecmascript.org/show_bug.cgi?id=3096
  171. 0.4.3 / 2014-07-30
  172. ==================
  173. * Don’t modify vars in the function signature, since it deoptimizes v8
  174. 0.4.2 / 2014-07-30
  175. ==================
  176. * Fixing the version number: v0.4.2
  177. 0.4.1 / 2014-07-19
  178. ==================
  179. * Revert "Use the native Object.keys if it’s available."
  180. 0.4.0 / 2014-07-19
  181. ==================
  182. * Use the native Object.keys if it’s available.
  183. * Fixes [#2](https://github.com/ljharb/object.assign/issues/2).
  184. * Adding failing tests for [#2](https://github.com/ljharb/object.assign/issues/2).
  185. * Fix indentation.
  186. * Adding `npm run lint`
  187. * Update `tape`, `covert`
  188. * README: Use SVG badge for Travis [#1](https://github.com/ljharb/object.assign/issues/1) from mathiasbynens/patch-1
  189. 0.3.1 / 2014-04-10
  190. ==================
  191. * Object.assign does partially modify objects if it throws, per https://twitter.com/awbjs/status/454320863093862400
  192. 0.3.0 / 2014-04-10
  193. ==================
  194. * Update with newest ES6 behavior - Object.assign now takes a variable number of source objects.
  195. * Update `tape`
  196. * Make sure old and unstable nodes don’t fail Travis
  197. 0.2.1 / 2014-03-16
  198. ==================
  199. * Let object-keys handle the fallback
  200. * Update dependency badges
  201. * Adding bower.json
  202. 0.2.0 / 2014-03-16
  203. ==================
  204. * Use a for loop, because ES3 browsers don’t have "reduce"
  205. 0.1.1 / 2014-03-14
  206. ==================
  207. * Updating readme
  208. 0.1.0 / 2014-03-14
  209. ==================
  210. * Initial release.