web 3d图形渲染器
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.

94 lines
3.5 KiB

  1. 1.2.3 / 2021-01-31
  2. =================
  3. * [Fix] `document.all` is callable (do not use `document.all`!)
  4. * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `tape`
  5. * [Tests] migrate tests to Github Actions
  6. * [actions] add "Allow Edits" workflow
  7. * [actions] switch Automatic Rebase workflow to `pull_request_target` event
  8. 1.2.2 / 2020-09-21
  9. =================
  10. * [Fix] include actual fix from 579179e
  11. * [Dev Deps] update `eslint`
  12. 1.2.1 / 2020-09-09
  13. =================
  14. * [Fix] phantomjs‘ Reflect.apply does not throw properly on a bad array-like
  15. * [Dev Deps] update `eslint`, `@ljharb/eslint-config`
  16. * [meta] fix eclint error
  17. 1.2.0 / 2020-06-02
  18. =================
  19. * [New] use `Reflect.apply`‑based callability detection
  20. * [readme] add install instructions (#55)
  21. * [meta] only run `aud` on prod deps
  22. * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `tape`, `make-arrow-function`, `make-generator-function`; add `aud`, `safe-publish-latest`, `make-async-function`
  23. * [Tests] add tests for function proxies (#53, #25)
  24. 1.1.5 / 2019-12-18
  25. =================
  26. * [meta] remove unused Makefile and associated utilities
  27. * [meta] add `funding` field; add FUNDING.yml
  28. * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `semver`, `tape`, `covert`, `rimraf`
  29. * [Tests] use shared travis configs
  30. * [Tests] use `eccheck` over `editorconfig-tools`
  31. * [Tests] use `npx aud` instead of `nsp` or `npm audit` with hoops
  32. * [Tests] remove `jscs`
  33. * [actions] add automatic rebasing / merge commit blocking
  34. 1.1.4 / 2018-07-02
  35. =================
  36. * [Fix] improve `class` and arrow function detection (#30, #31)
  37. * [Tests] on all latest node minors; improve matrix
  38. * [Dev Deps] update all dev deps
  39. 1.1.3 / 2016-02-27
  40. =================
  41. * [Fix] ensure “class “ doesn’t screw up “class” detection
  42. * [Tests] up to `node` `v5.7`, `v4.3`
  43. * [Dev Deps] update to `eslint` v2, `@ljharb/eslint-config`, `jscs`
  44. 1.1.2 / 2016-01-15
  45. =================
  46. * [Fix] Make sure comments don’t screw up “class” detection (#4)
  47. * [Tests] up to `node` `v5.3`
  48. * [Tests] Add `parallelshell`, run both `--es-staging` and stock tests at once
  49. * [Dev Deps] update `tape`, `jscs`, `nsp`, `eslint`, `@ljharb/eslint-config`
  50. * [Refactor] convert `isNonES6ClassFn` into `isES6ClassFn`
  51. 1.1.1 / 2015-11-30
  52. =================
  53. * [Fix] do not throw when a non-function has a function in its [[Prototype]] (#2)
  54. * [Dev Deps] update `tape`, `eslint`, `@ljharb/eslint-config`, `jscs`, `nsp`, `semver`
  55. * [Tests] up to `node` `v5.1`
  56. * [Tests] no longer allow node 0.8 to fail.
  57. * [Tests] fix npm upgrades in older nodes
  58. 1.1.0 / 2015-10-02
  59. =================
  60. * [Fix] Some browsers report TypedArray constructors as `typeof object`
  61. * [New] return false for "class" constructors, when possible.
  62. * [Tests] up to `io.js` `v3.3`, `node` `v4.1`
  63. * [Dev Deps] update `eslint`, `editorconfig-tools`, `nsp`, `tape`, `semver`, `jscs`, `covert`, `make-arrow-function`
  64. * [Docs] Switch from vb.teelaun.ch to versionbadg.es for the npm version badge SVG
  65. 1.0.4 / 2015-01-30
  66. =================
  67. * If @@toStringTag is not present, use the old-school Object#toString test.
  68. 1.0.3 / 2015-01-29
  69. =================
  70. * Add tests to ensure arrow functions are callable.
  71. * Refactor to aid optimization of non-try/catch code.
  72. 1.0.2 / 2015-01-29
  73. =================
  74. * Fix broken package.json
  75. 1.0.1 / 2015-01-29
  76. =================
  77. * Add early exit for typeof not "function"
  78. 1.0.0 / 2015-01-29
  79. =================
  80. * Initial release.