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