Skip to content

Latest commit

 

History

History
89 lines (47 loc) · 3.2 KB

CHANGELOG.md

File metadata and controls

89 lines (47 loc) · 3.2 KB

Change Log

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

2.0.4 (2017-03-19)

Bug Fixes

  • deps: update deps, again! (558d43d)

2.0.3 (2017-03-19)

Bug Fixes

  • package: force update deps (8ec3b33)

2.0.2 (2017-03-18)

Bug Fixes

  • deps: update deps (b71f81e)
  • package: update deps and better metadata mapper (00502c5)

2.0.1 (2017-03-15)

Bug Fixes

  • ci: fix tests for CI (ad7cd78)
  • detection: fix bug in detecting the startStackFunction correctly (e5e3b34), closes #5
  • options: introduce custom opts.mapper function (66bb5f5), closes #3
  • package: update deps (701e786)
  • tests: improve test (a03c703), closes #4
  • tests: update tests to not fail on CI cov (8413c8c)

2.0.0 (2017-03-13)

Bug Fixes

  • index: micro optimizations (ad1c032)
  • package: add keywords (ff84b05)
  • package: bump deps (e8021dd)
  • revert: micro optimizations are not good thing some times (66fd63a)

Code Refactoring

  • rewrite: from scratch, update boilerplate (49e95e7)

BREAKING CHANGES

  • rewrite: Now uses more low-level libs and has options object

1.0.1 - 2016-02-17

  • Release v1.0.1 / npm@v1.0.1
  • update deps

1.0.0 - 2016-02-13

  • Release v1.0.0 / npm@v1.0.0
  • official v1 release, stable forever
  • update boilerplate
  • add related libs
  • add example
  • add tests

0.0.0 - 2015-09-11

  • Initial commit