UNPKG

2.01 kBMarkdownView Raw
11.1.4 / 2018-07-02
2=================
3 * [Fix] improve `class` and arrow function detection (#30, #31)
4 * [Tests] on all latest node minors; improve matrix
5 * [Dev Deps] update all dev deps
6
71.1.3 / 2016-02-27
8=================
9 * [Fix] ensure “class “ doesn’t screw up “class” detection
10 * [Tests] up to `node` `v5.7`, `v4.3`
11 * [Dev Deps] update to `eslint` v2, `@ljharb/eslint-config`, `jscs`
12
131.1.2 / 2016-01-15
14=================
15 * [Fix] Make sure comments don’t screw up “class” detection (#4)
16 * [Tests] up to `node` `v5.3`
17 * [Tests] Add `parallelshell`, run both `--es-staging` and stock tests at once
18 * [Dev Deps] update `tape`, `jscs`, `nsp`, `eslint`, `@ljharb/eslint-config`
19 * [Refactor] convert `isNonES6ClassFn` into `isES6ClassFn`
20
211.1.1 / 2015-11-30
22=================
23 * [Fix] do not throw when a non-function has a function in its [[Prototype]] (#2)
24 * [Dev Deps] update `tape`, `eslint`, `@ljharb/eslint-config`, `jscs`, `nsp`, `semver`
25 * [Tests] up to `node` `v5.1`
26 * [Tests] no longer allow node 0.8 to fail.
27 * [Tests] fix npm upgrades in older nodes
28
291.1.0 / 2015-10-02
30=================
31 * [Fix] Some browsers report TypedArray constructors as `typeof object`
32 * [New] return false for "class" constructors, when possible.
33 * [Tests] up to `io.js` `v3.3`, `node` `v4.1`
34 * [Dev Deps] update `eslint`, `editorconfig-tools`, `nsp`, `tape`, `semver`, `jscs`, `covert`, `make-arrow-function`
35 * [Docs] Switch from vb.teelaun.ch to versionbadg.es for the npm version badge SVG
36
371.0.4 / 2015-01-30
38=================
39 * If @@toStringTag is not present, use the old-school Object#toString test.
40
411.0.3 / 2015-01-29
42=================
43 * Add tests to ensure arrow functions are callable.
44 * Refactor to aid optimization of non-try/catch code.
45
461.0.2 / 2015-01-29
47=================
48 * Fix broken package.json
49
501.0.1 / 2015-01-29
51=================
52 * Add early exit for typeof not "function"
53
541.0.0 / 2015-01-29
55=================
56 * Initial release.