Skip to content

Latest commit

 

History

History
126 lines (61 loc) · 6.04 KB

CHANGELOG.md

File metadata and controls

126 lines (61 loc) · 6.04 KB

Change Log

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

4.3.1 (2017-12-22)

Bug Fixes

4.3.0 (2017-12-14)

Features

  • add option to cache pattern.transform (pattern.cache) (#176) (20c143b)
  • option for caching transform function (48c19ff)

4.2.4 (2017-12-14)

Refactoring

  • refactor: use native {Promise} instead of bluebird (#178) (a508f14)

4.2.3 (2017-11-23)

4.2.2 (2017-11-23)

Bug Fixes

  • copying same file to multiple targets (#165) (43a9870)

4.2.0 (2017-10-19)

Features

4.1.1 (2017-10-05)

Chore

4.1.0 (2017-09-29)

Bug Fixes

  • Changed default ignore glob to ignore dot files (#80) (08b69a4)
  • Fixed glob as object (1b2c21a)
  • Improved Windows compatibility (#85) (ad62899)
  • Memory leak in watch mode and use Set for performance (#130) (de46fde)
  • subdirectory errors in blob patterns (c2720d0)

Features

  • Added non-wildcard glob support (405d1ec)
  • Added transform method to patterns (#77) (6371eb1)

4.0.1 (2017-09-29)

Bug Fixes

  • Fixed glob as object (1b2c21a)
  • Improved Windows compatibility (#85) (ad62899)
  • subdirectory errors in blob patterns (c2720d0)

Features

  • Added non-wildcard glob support (405d1ec)
  • Added transform method to patterns (#77) (6371eb1)

4.0.0 (2016-10-23)

Bug Fixes

  • Changed default ignore glob to ignore dot files (#80) (08b69a4)

Features

  • Added transform method to patterns (6371eb1)