UNPKG

find-callsite

Version:

Finds the correct place where the stack trace was started, not the place where error was thrown

74 lines (31 loc) 1.92 kB
# Change Log All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. <a name="1.1.3"></a> ## [1.1.3](https://github.com/tunnckocore/find-callsite/compare/v1.1.2...v1.1.3) (2017-03-17) ### Bug Fixes * **package:** update deps and fix failing test ([c1497e3](https://github.com/tunnckocore/find-callsite/commit/c1497e3)) <a name="1.1.2"></a> ## [1.1.2](https://github.com/tunnckocore/find-callsite/compare/v1.1.1...v1.1.2) (2017-03-15) ### Bug Fixes * **tests:** fix a typo, what a chance... it was wrong everywhere ;d ([ba662bf](https://github.com/tunnckocore/find-callsite/commit/ba662bf)) <a name="1.1.1"></a> ## [1.1.1](https://github.com/tunnckocore/find-callsite/compare/v1.1.0...v1.1.1) (2017-03-15) ### Bug Fixes * **relative:** bug in making relative path ([5f633e1](https://github.com/tunnckocore/find-callsite/commit/5f633e1)), closes [#2](https://github.com/tunnckocore/find-callsite/issues/2) <a name="1.1.0"></a> # [1.1.0](https://github.com/tunnckocore/find-callsite/compare/v1.0.0...v1.1.0) (2017-03-15) ### Bug Fixes * **ci:** fix tests to work in CIs ([94ef8b1](https://github.com/tunnckocore/find-callsite/commit/94ef8b1)) ### Features * **options:** introduce optional options object ([c8ef916](https://github.com/tunnckocore/find-callsite/commit/c8ef916)) <a name="1.0.0"></a> # 1.0.0 (2017-03-14) ### Bug Fixes * **package:** add keywords ([d17a43d](https://github.com/tunnckocore/find-callsite/commit/d17a43d)) * **package:** force lock versions and test on node 0.10 and 0.12 ([1e86a02](https://github.com/tunnckocore/find-callsite/commit/1e86a02)) ### Chores * **init:** initial ([a5d005c](https://github.com/tunnckocore/find-callsite/commit/a5d005c)) ### BREAKING CHANGES * init: First release ## 0.0.0 - 2017-03-14 - Initial commit