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.

27 lines
1.1 KiB

4 years ago
  1. 1.0.4 / 2016-02-18
  2. =================
  3. * [Fix] ensure that `lastIndex` is not mutated (#3)
  4. * [Refactor] when try/catch is needed, bail early if the value lacks an own `lastIndex` data property
  5. * [Refactor] use an early return instead of a ternary
  6. * [Refactor] bail earlier when the value is falsy
  7. * Switch from vb.teelaun.ch to versionbadg.es for the npm version badge SVG
  8. * [Dev Deps] update `tape`, `jscs`, `editorconfig-tools`, `eslint`, `semver`, `replace`, `nsp`, `covert`, `@ljharb/eslint-config`
  9. * [Tests] on all the node and io.js versions; improve test matri
  10. * [Tests] Fix tests for faked @@toStringTag
  11. 1.0.3 / 2015-01-29
  12. =================
  13. * If @@toStringTag is not present, use the old-school Object#toString test.
  14. 1.0.2 / 2015-01-29
  15. =================
  16. * Improve optimization by separating the try/catch, and bailing out early when not typeof "object".
  17. 1.0.1 / 2015-01-28
  18. =================
  19. * Update `jscs`, `tape`, `covert`
  20. * Use RegExp#exec to test if something is a regex, which works even with ES6 @@toStringTag.
  21. 1.0.0 / 2014-05-19
  22. =================
  23. * Initial release.