Skip to content

Latest commit

 

History

History
107 lines (81 loc) · 8.69 KB

CHANGELOG.md

File metadata and controls

107 lines (81 loc) · 8.69 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v0.3.5 - 2025-02-10

Commits

v0.3.4 - 2025-01-24

Commits

  • [meta] use auto-changelog c16ee6a
  • [Tests] add github actions 379b59c
  • [meta] delete .travis.yml 09e5c77
  • [Dev Deps] update eslint things 9163b86
  • [meta] consolidate eslintrc files f2ab52b
  • [meta] add funding field and FUNDING.yml 05d21b3
  • [Tests] up to node v10; use nvm install-latest-npm 7c06cbd
  • [Tests] add nyc 0f4643e
  • [meta] use npmignore 39a975c
  • [meta] remove unnecessary licenses key 3d064f1
  • [Tests] use npm audit instead of long-dead nsp d4c722a
  • [Dev Deps] update tape 552c1ae
  • Update README.md d19acc2
  • [meta] add missing engines.node 8889b49
  • [meta] create SECURITY.md 9069d42
  • [Deps] update is-callable bfa51d1

v0.3.3 - 2018-06-01

Commits

  • Add npm run lint, npm run jscs, and npm run eslint 4a17d99
  • Style cleanup: 1df6824
  • Update eslint, tape; use my personal shared eslint config. b8e7d85
  • [Tests] remove jscs 37e3557
  • [Dev Deps] update eslint, @ljharb/eslint-config, nsp, tape; fix scripts 566045d
  • [Tests] up to node v8; newer npm breaks on older node 07177dc
  • Run npm run lint as part of tests. a34ea05
  • Update travis.yml to test on the latest node and io.js 354c843
  • Update eslint 3601c93
  • Update tape, jscs, eslint, @ljharb/eslint-config 1aaff65
  • Only use Function#call to call the callback if the receiver is supplied, for performance. 54b4775
  • [Dev Deps] update jscs, eslint, @ljharb/eslint-config, nsp 6ba1cb8
  • [Dev Deps] update tape, eslint, jscs 8f5e1d5
  • Add "license" to package.json, matching the LICENSE file. defc2c3
  • Update eslint 05d1850
  • [Tests] on io.js v3.3, node v4.0 e8395a4
  • Add npm run security 0a45177
  • Only apps should have lockfiles. 6268d7b
  • [Dev Deps] update nsp, tape, eslint b95939f
  • Use is-callable instead of is-function, to cover ES6 environments with Symbol.toStringTag 4095d33
  • Test on io.js v2.2 7b44f98
  • Some old browsers choke on variables named "toString". 4f1b626
  • Update is-function, tape 3ceaf32
  • Test up to io.js v3.0 3c1377a
  • [Deps] update is-callable f5c62d0
  • Test on io.js v2.4 db86c85
  • Test on io.js v2.3 2f04ca8

v0.3.2 - 2014-01-07

Merged

  • works down to IE6 #5

v0.3.1 - 2014-01-06

v0.3.0 - 2014-01-06

Merged

  • remove use of Object.keys #4
  • Update tape. #3
  • regex is not a function #2
  • Add testling #1

Commits

  • Add testling. a24b521
  • Add array example to README 9bd70c2
  • Regexes are considered functions in older browsers. 403f649
  • Adding android browser to testling. a4c5825

v0.2.0 - 2013-05-10

Commits

  • Adding tests. 7e74213
  • Adding proper array indexing, as well as string support. d36f794
  • Use tape instead of tap. 016a3cf
  • Requiring that the iterator is a function. cfedced
  • Adding myself as a contributor :-) ff28fca
  • Adding node 0.10 to travis 75f2460

v0.1.0 - 2012-09-28

Commits