History
January 1, 2024 ยท View on GitHub
v5.0.4 2024 January 2
- Fixed older Node.js compatibility by regenerating editions using boundation
- Thank you to the sponsors: Andrew Nesbitt, Balsa, Codecov, Poonacha Medappa, Rob Morris, Sentry, Syntax
v5.0.3 2024 January 2
- Added
upgradeOptionsexport so that options can be upgraded once before callingisIgnorePathmultiple times - Thank you to the sponsors: Andrew Nesbitt, Balsa, Codecov, Poonacha Medappa, Rob Morris, Sentry, Syntax
v5.0.2 2024 January 2
- Compatibility layer now also exclusively handles deprecations and verifications
- Thank you to the sponsors: Andrew Nesbitt, Balsa, Codecov, Poonacha Medappa, Rob Morris, Sentry, Syntax
v5.0.1 2024 January 2
- Compatibility layer sets
absolutePathandrelativePathappropriately - Thank you to the sponsors: Andrew Nesbitt, Balsa, Codecov, Poonacha Medappa, Rob Morris, Sentry, Syntax
v5.0.0 2024 January 2
- Rewrote to coincide with the v8 rewrite of scandirectory, which if you use the default export it will remain backwards compatible
- Solves
ignoreCustomPatternsrequiringignoreCommonPatternsto befalse- Closes issue #2017 by julrichkieffer
- Adds
ignoreCustomCallbackenabling custom ignore logic, such as adopting a globber or whatever- Closes issue #2
- Closes issue bevry/watchr#44 by Vaughan Rouesnel and C Dorn
isIgnorePathexport now accepts aPathobject comprising ofabsolutePath,relativePath, andbasenamefor specific filteringdefaultexport can also accept a traditionalstring, which will fillabsolutePath,relativePath, and resolvebasename
- Added
ignoreAbsolutePaths,ignoreRelativePaths, andignoreBasenamesoptions to match specific forms of the path, against a prefix or a RegExp, with b/c forignorePathsto append to each of them ignoreHiddenFilesrenamed with b/c toignoreHiddenBasenamesto match its expectation, as it only evaluates basenames not pathsignoreCommonPatternsrenamed with b/c toignoreUndesiredBasenamesto match its expectation, as it only evaluates basenames not pathsignoreCommonPatternsnow only accepts a boolean (no longer accepts a regular expression), useignoreCustomPatternsorignoreCustomCallbackinstead
- Updated dependencies, base files, and editions using boundation
- Thank you to the sponsors: Andrew Nesbitt, Balsa, Codecov, Poonacha Medappa, Rob Morris, Sentry, Syntax
v4.8.0 2023 December 31
- Export Options type
- Updated dependencies, base files, and editions using boundation
- Thank you to the sponsors: Andrew Nesbitt, Balsa, Codecov, Poonacha Medappa, Rob Morris, Sentry, Syntax
v4.6.0 2023 December 30
- Updated dependencies, base files, and editions using boundation
- Thank you to the sponsors: Andrew Nesbitt, Balsa, Codecov, Poonacha Medappa, Rob Morris, Sentry, Syntax
v4.5.0 2023 December 28
- Updated dependencies, base files, and editions using boundation
- Thank you to the sponsors: Andrew Nesbitt, Balsa, Codecov, Poonacha Medappa, Rob Morris, Sentry, Syntax
v4.4.0 2023 December 6
- Updated dependencies, base files, and editions using boundation
v4.3.0 2023 November 25
- Updated dependencies, base files, and editions using boundation
v4.2.0 2023 November 21
- Updated dependencies, base files, and editions using boundation
v4.1.0 2023 November 15
- Updated dependencies, base files, and editions using boundation
v4.0.0 2023 November 14
- Updated dependencies, base files, and editions using boundation
- Minimum required Node.js version changed from
node: >=10tonode: >=4adapting to ecosystem changes
v3.18.0 2023 November 1
- Updated dependencies, base files, and editions using boundation
- Updated license from
MITtoArtistic-2.0
v3.17.0 2021 July 30
- Updated dependencies, base files, and editions using boundation
v3.16.0 2021 July 29
- Updated dependencies, base files, and editions using boundation
v3.15.0 2021 July 28
- Updated dependencies, base files, and editions using boundation
v3.14.0 2020 October 29
- Updated dependencies, base files, and editions using boundation
v3.13.0 2020 September 5
- Updated dependencies, base files, and editions using boundation
v3.12.0 2020 August 18
- Updated dependencies, base files, and editions using boundation
v3.11.0 2020 August 4
- Updated dependencies, base files, and editions using boundation
v3.10.0 2020 July 22
- Updated dependencies, base files, and editions using boundation
v3.9.0 2020 June 25
- Updated dependencies, base files, and editions using boundation
v3.8.0 2020 June 21
- Updated dependencies, base files, and editions using boundation
v3.7.0 2020 June 21
- Updated dependencies, base files, and editions using boundation
v3.6.0 2020 June 20
- Updated dependencies, base files, and editions using boundation
v3.5.0 2020 June 10
- Updated dependencies, base files, and editions using boundation
v3.4.0 2020 June 10
- Updated dependencies, base files, and editions using boundation
v3.3.0 2020 May 22
- Updated dependencies, base files, and editions using boundation
v3.2.0 2020 May 21
- Updated dependencies, base files, and editions using boundation
v3.1.0 2020 May 21
- Updated dependencies, base files, and editions using boundation
v3.0.0 2020 May 6
- Updated dependencies, base files, and editions using boundation
- Minimum required node version changed from
node: >=8tonode: >=10to keep up with mandatory ecosystem changes
v2.3.0 2019 December 9
- Updated dependencies, base files, and editions using boundation
v2.2.0 2019 December 1
- Updated dependencies, base files, and editions using boundation
v2.1.0 2019 December 1
- Updated dependencies, base files, and editions using boundation
v2.0.0 2019 November 18
- Updated dependencies, base files, and editions using boundation
- Minimum required node version changed from
node: >=0.12tonode: >=8to keep up with mandatory ecosystem changes
v1.4.1 2019 November 18
- Converted from Flow Type to TypeSCript
- Updated dependencies, base files, and editions using boundation
v1.3.0 2019 November 11
- Updated dependencies, base files, and editions using boundation
v1.2.0 2016 November 6
- Rejigged internals, functionality should remain exactly the same
- Documentation is now generated from source code
- Added Flow Type Comments
- More efficient evaluation of ignore checks
v1.1.1 2016 May 2
- Fixed
browserfield
v1.1.0 2016 May 2
- Converted from CoffeeScript to ESNext
v1.0.0 2013 December 10
- Initial release extracted from balupton/bal-util