You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

3 vuotta sitten
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. # Change Log
  2. 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.
  3. <a name="2.0.2"></a>
  4. ## [2.0.2](https://github.com/mklabs/node-fileset/compare/v1.0.1...v2.0.2) (2016-06-27)
  5. <a name="2.0.0"></a>
  6. ## [2.0.0](https://github.com/mklabs/node-fileset/compare/v1.0.1...v2.0.0) (2016-06-26)
  7. <a name="1.0.1"></a>
  8. ## [1.0.1](https://github.com/mklabs/node-fileset/compare/v1.0.0...v1.0.1) (2016-06-01)
  9. <a name="1.0.0"></a>
  10. # [1.0.0](https://github.com/mklabs/node-fileset/compare/v0.2.1...v1.0.0) (2016-06-01)
  11. ### Bug Fixes
  12. * update old tests to use mocha instead ([f4e0d8e](https://github.com/mklabs/node-fileset/commit/f4e0d8e))
  13. ### Features
  14. * **sync:** always ignore node_modules in sync mode ([c6593c0](https://github.com/mklabs/node-fileset/commit/c6593c0))
  15. * update glob 7 ([954bab5](https://github.com/mklabs/node-fileset/commit/954bab5))
  16. ### BREAKING CHANGES
  17. * Includes an update to glob / minimatch. As described in
  18. 378de99522caf7b665c53472a34a41a0b295b489
  19. > Since glob 6 removes support for comment and negation patterns, this may
  20. > or may not be a breaking change from fileset's pov.
  21. ## Changelog
  22. - Releases: https://github.com/mklabs/node-fileset/releases
  23. ### 0.2.1
  24. - Sync API
  25. ### 0.2.0
  26. - Drop support for 0.8
  27. - PR mklabs/node-fileset#14 reapplied
  28. - [Minor code style changes](bf8afae22a49cf64720177d6036090db2852d744)
  29. ### 0.1.8
  30. - PR mklabs/node-fileset#17 - Reverts PR#14
  31. ### 0.1.6 / 0.1.7
  32. - PR mklabs/node-fileset#14
  33. ### 0.1.x
  34. - Initial commit