Skip to content

Latest commit

 

History

History
96 lines (44 loc) · 3.22 KB

CHANGELOG.md

File metadata and controls

96 lines (44 loc) · 3.22 KB

Change Log

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

1.0.6 (2017-03-19)

Bug Fixes

  • package: include dist/ in npm package (285dfd3)

1.0.5 (2017-03-19)

Bug Fixes

  • build: provide a bundle - CJS and ES builds (39b97a5)

1.0.4 (2017-03-18)

Bug Fixes

  • tests: improve tests (aab16be)
  • tweaks: fix a bug with relative paths (f2921bd), closes #3

1.0.3 (2017-03-17)

Bug Fixes

  • at: fix "at" when no "place" and just "at /full/abs/fp.js:3:1" (a30791c)
  • deps: bump mukla to latest (94cb737)

1.0.2 (2017-03-13)

Bug Fixes

  • normalize: windows suchs?! (60bf596)
  • paths: better detection for paths, fixes windows bugs (7cf414d)

1.0.1 (2017-03-13)

Bug Fixes

1.0.0 (2017-03-13)

Bug Fixes

  • package: force lock versions, gk! (3473215)
  • package.json: add keywords (dd4c1cb)
  • package.json: cleanup (a1e8445)
  • package.json: force nyc to 100% coverage (0602890)
  • package.json: remove engines field (4b325d5)
  • readme: tweaks (5cab55f)

Chores

BREAKING CHANGES

  • initial: First release

0.0.0 - 2017-03-13

  • Initial commit