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.

CHANGELOG.md 2.4KB

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