11.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 121.0.3 / 2015-01-29 13================= 14 * If @@toStringTag is not present, use the old-school Object#toString test. 15 161.0.2 / 2015-01-29 17================= 18 * Improve optimization by separating the try/catch, and bailing out early when not typeof "object". 19 201.0.1 / 2015-01-28 21================= 22 * Update `jscs`, `tape`, `covert` 23 * Use RegExp#exec to test if something is a regex, which works even with ES6 @@toStringTag. 24 251.0.0 / 2014-05-19 26================= 27 * Initial release. 28