Skip to content
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.

Latest commit

 

History

History
74 lines (39 loc) · 1.91 KB

CHANGELOG.md

File metadata and controls

74 lines (39 loc) · 1.91 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.3 (2017-03-11)

Bug Fixes

2.0.2 (2016-10-29)

Bug Fixes

  • docs: params before examples (0ed25c5)

2.0.1 (2016-10-27)

Bug Fixes

  • version: fix version collistions, huh.. fast fingers (546a68d)

2.0.0 (2016-10-26)

Features

  • index: returns the index of the match, true if index is 0 (9c7a075)

BREAKING CHANGES

  • index: returns an index instead of true; it returns false only if found index is 0; always

returns positive value

1.0.2 - 2016-09-21

1.0.1 - 2016-09-20

  • Release v1.0.1 / [email protected]
  • use lazy-cache, closes #2
  • update package.json: npm scripts
  • update travis.yml
  • update gitignore
  • add standard@8 and nyc to devDeps
  • switch to use mukla instead of assertit

1.0.0 - 2016-03-18

  • Release v1.0.0 / [email protected]
  • fix "duplicate" issues reported by @codeclimate, arrrgghh!
  • implement 🐈

0.0.0 - 2016-03-18

  • Initial commit