UNPKG

4.27 kBMarkdownView Raw
11.2.4 / 2021-08-05
2=================
3 * [Fix] use `has-tostringtag` approach to behave correctly in the presence of symbol shams
4 * [readme] fix repo URLs
5 * [readme] add actions and codecov badges
6 * [readme] remove defunct badges
7 * [meta] ignore eclint checking coverage output
8 * [meta] use `prepublishOnly` script for npm 7+
9 * [actions] use `node/install` instead of `node/run`; use `codecov` action
10 * [actions] remove unused workflow file
11 * [Tests] run `nyc` on all tests; use `tape` runner
12 * [Tests] use `available-typed-arrays`, `for-each`, `has-symbols`, `object-inspect`
13 * [Dev Deps] update `available-typed-arrays`, `eslint`, `@ljharb/eslint-config`, `aud`, `object-inspect`, `tape`
14
151.2.3 / 2021-01-31
16=================
17 * [Fix] `document.all` is callable (do not use `document.all`!)
18 * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `tape`
19 * [Tests] migrate tests to Github Actions
20 * [actions] add "Allow Edits" workflow
21 * [actions] switch Automatic Rebase workflow to `pull_request_target` event
22
231.2.2 / 2020-09-21
24=================
25 * [Fix] include actual fix from 579179e
26 * [Dev Deps] update `eslint`
27
281.2.1 / 2020-09-09
29=================
30 * [Fix] phantomjs‘ Reflect.apply does not throw properly on a bad array-like
31 * [Dev Deps] update `eslint`, `@ljharb/eslint-config`
32 * [meta] fix eclint error
33
341.2.0 / 2020-06-02
35=================
36 * [New] use `Reflect.apply`‑based callability detection
37 * [readme] add install instructions (#55)
38 * [meta] only run `aud` on prod deps
39 * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `tape`, `make-arrow-function`, `make-generator-function`; add `aud`, `safe-publish-latest`, `make-async-function`
40 * [Tests] add tests for function proxies (#53, #25)
41
421.1.5 / 2019-12-18
43=================
44 * [meta] remove unused Makefile and associated utilities
45 * [meta] add `funding` field; add FUNDING.yml
46 * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `semver`, `tape`, `covert`, `rimraf`
47 * [Tests] use shared travis configs
48 * [Tests] use `eccheck` over `editorconfig-tools`
49 * [Tests] use `npx aud` instead of `nsp` or `npm audit` with hoops
50 * [Tests] remove `jscs`
51 * [actions] add automatic rebasing / merge commit blocking
52
531.1.4 / 2018-07-02
54=================
55 * [Fix] improve `class` and arrow function detection (#30, #31)
56 * [Tests] on all latest node minors; improve matrix
57 * [Dev Deps] update all dev deps
58
591.1.3 / 2016-02-27
60=================
61 * [Fix] ensure “class “ doesn’t screw up “class” detection
62 * [Tests] up to `node` `v5.7`, `v4.3`
63 * [Dev Deps] update to `eslint` v2, `@ljharb/eslint-config`, `jscs`
64
651.1.2 / 2016-01-15
66=================
67 * [Fix] Make sure comments don’t screw up “class” detection (#4)
68 * [Tests] up to `node` `v5.3`
69 * [Tests] Add `parallelshell`, run both `--es-staging` and stock tests at once
70 * [Dev Deps] update `tape`, `jscs`, `nsp`, `eslint`, `@ljharb/eslint-config`
71 * [Refactor] convert `isNonES6ClassFn` into `isES6ClassFn`
72
731.1.1 / 2015-11-30
74=================
75 * [Fix] do not throw when a non-function has a function in its [[Prototype]] (#2)
76 * [Dev Deps] update `tape`, `eslint`, `@ljharb/eslint-config`, `jscs`, `nsp`, `semver`
77 * [Tests] up to `node` `v5.1`
78 * [Tests] no longer allow node 0.8 to fail.
79 * [Tests] fix npm upgrades in older nodes
80
811.1.0 / 2015-10-02
82=================
83 * [Fix] Some browsers report TypedArray constructors as `typeof object`
84 * [New] return false for "class" constructors, when possible.
85 * [Tests] up to `io.js` `v3.3`, `node` `v4.1`
86 * [Dev Deps] update `eslint`, `editorconfig-tools`, `nsp`, `tape`, `semver`, `jscs`, `covert`, `make-arrow-function`
87 * [Docs] Switch from vb.teelaun.ch to versionbadg.es for the npm version badge SVG
88
891.0.4 / 2015-01-30
90=================
91 * If @@toStringTag is not present, use the old-school Object#toString test.
92
931.0.3 / 2015-01-29
94=================
95 * Add tests to ensure arrow functions are callable.
96 * Refactor to aid optimization of non-try/catch code.
97
981.0.2 / 2015-01-29
99=================
100 * Fix broken package.json
101
1021.0.1 / 2015-01-29
103=================
104 * Add early exit for typeof not "function"
105
1061.0.0 / 2015-01-29
107=================
108 * Initial release.