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

233 lines
9.0 KiB

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