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.

56 lines
2.0 KiB

4 years ago
  1. 1.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. 1.1.3 / 2016-02-27
  7. =================
  8. * [Fix] ensure “class “ doesn’t screw up “class” detection
  9. * [Tests] up to `node` `v5.7`, `v4.3`
  10. * [Dev Deps] update to `eslint` v2, `@ljharb/eslint-config`, `jscs`
  11. 1.1.2 / 2016-01-15
  12. =================
  13. * [Fix] Make sure comments don’t screw up “class” detection (#4)
  14. * [Tests] up to `node` `v5.3`
  15. * [Tests] Add `parallelshell`, run both `--es-staging` and stock tests at once
  16. * [Dev Deps] update `tape`, `jscs`, `nsp`, `eslint`, `@ljharb/eslint-config`
  17. * [Refactor] convert `isNonES6ClassFn` into `isES6ClassFn`
  18. 1.1.1 / 2015-11-30
  19. =================
  20. * [Fix] do not throw when a non-function has a function in its [[Prototype]] (#2)
  21. * [Dev Deps] update `tape`, `eslint`, `@ljharb/eslint-config`, `jscs`, `nsp`, `semver`
  22. * [Tests] up to `node` `v5.1`
  23. * [Tests] no longer allow node 0.8 to fail.
  24. * [Tests] fix npm upgrades in older nodes
  25. 1.1.0 / 2015-10-02
  26. =================
  27. * [Fix] Some browsers report TypedArray constructors as `typeof object`
  28. * [New] return false for "class" constructors, when possible.
  29. * [Tests] up to `io.js` `v3.3`, `node` `v4.1`
  30. * [Dev Deps] update `eslint`, `editorconfig-tools`, `nsp`, `tape`, `semver`, `jscs`, `covert`, `make-arrow-function`
  31. * [Docs] Switch from vb.teelaun.ch to versionbadg.es for the npm version badge SVG
  32. 1.0.4 / 2015-01-30
  33. =================
  34. * If @@toStringTag is not present, use the old-school Object#toString test.
  35. 1.0.3 / 2015-01-29
  36. =================
  37. * Add tests to ensure arrow functions are callable.
  38. * Refactor to aid optimization of non-try/catch code.
  39. 1.0.2 / 2015-01-29
  40. =================
  41. * Fix broken package.json
  42. 1.0.1 / 2015-01-29
  43. =================
  44. * Add early exit for typeof not "function"
  45. 1.0.0 / 2015-01-29
  46. =================
  47. * Initial release.