PackageTrack
Sign in Get early access

glob

A library to perform Bash-style file and directory globbing.

2.1.3 9.1M downloads/mo #47 most downloaded on pub.dev dart-lang/tools

What this package is like to depend on

Last release 2 years ago

no release in 18 months

Release timing varies

gaps range from 2 weeks to 1.7 years

Nearly every release is documented

notes for 21 of 22 stable releases

Nothing withdrawn

no release was ever pulled

12 years old

23 releases · first in 2014

0 releases in the last 12 months

see the full history below

Release timeline

23 releases · Sep 2014 to Jan 2025
2015 2017 2019 2021 2023 2025
Release Pre-release

Releases

latest 23
  1. 2.1.3 23 Jan 2025
    Release notes
    • Require Dart 3.3.
    • Move to dart-lang/tools monorepo.
    Open source →
  2. 2.1.2 19 May 2023
    Release notes
    • Allow file version 7.x.
    • Require Dart 2.19.
    Open source →
  3. 2.1.1 09 Nov 2022
    Release notes
    • Updated the dependency on package:file to require at least 6.1.3.
    Open source →
  4. 2.1.0 16 Jun 2022
    Release notes
    • Return empty results instead of throwing when trying to list a path that does not exist.
    Open source →
  5. 2.0.2 30 Sep 2021
    Release notes
    • Drop package:pedantic dependency, use package:lints instead.
    • Update SDK lower bound to 2.15.0
    Open source →
  6. 2.0.1 24 Mar 2021
    Release notes
    • Update example in README for new import.
    Open source →
  7. 2.0.0 05 Feb 2021
    Release notes
    • Stable null safety release.

    Breaking Change

    The list* apis on Glob have been renamed to listFileSystem* and they now require a FileSystem object from package:file.

    There is a new convenience import, package:glob/list_local_fs.dart which provides the old methods as extensions, and automatically passes a LocalFileSystem.

    Open source →
  8. 2.0.0-nullsafety.0 01 Dec 2020 pre-release

    Nothing published for this version

  9. 1.2.1 24 Oct 2022
    Release notes
    • Add an empty list_local_fs.dart to ease upgrade from 1x to 2x
    Open source →
  10. 1.2.0 16 Oct 2019
    Release notes
    • Support running on Node.js.
    Open source →
  11. 1.1.7 18 Jul 2018
    Release notes
    • Set max SDK version to <3.0.0, and adjust other dependencies.
    Open source →
  12. 1.1.6 21 Jun 2018
    Release notes
    • Improve support for Dart 2 runtime semantics.
    Open source →
  13. 1.1.5 22 Sep 2017
    Release notes
    • Declare support for async 2.0.0.

    • Require Dart 1.23.0.

    Open source →
  14. 1.1.3 20 Jun 2016
    Release notes
    • Support string_scanner 1.0.0.
    Open source →
  15. 1.1.2 01 Apr 2016
    Release notes
    • Fix all strong mode errors and warnings.
    Open source →
  16. 1.1.1 08 Mar 2016
    Release notes
    • Fix a bug where listing an absolute glob with caseInsensitive: false failed.
    Open source →
  17. 1.1.0 13 Jan 2016
    Release notes
    • Add a caseSensitive named parameter to new Glob() that controls whether the glob is case-sensitive. This defaults to false on Windows and true elsewhere.

      Matching case-insensitively on Windows is a behavioral change, but since it more closely matches the semantics of Windows paths it's considered a bug fix rather than a breaking change.

    Open source →
  18. 1.0.5 16 Jul 2015
    Release notes
    • Narrow the dependency on path. Previously, this allowed versions that didn't support all the functionality this package needs.

    • Upgrade to the new test runner.

    Open source →
  19. 1.0.4 22 Jan 2015
    Release notes
    • Added overlooked collection dependency.
    Open source →
  20. 1.0.3 14 Nov 2014
    Release notes
    • Fix a bug where Glob.list() and Glob.listSync() would incorrectly throw exceptions when a directory didn't exist on the filesystem.
    Open source →
  21. 1.0.2 26 Sep 2014
    Release notes
    • Fixed Glob.list() on Windows.
    Open source →
  22. 1.0.1 24 Sep 2014
    Release notes
    • Fix several analyzer warnings.

    • Fix the tests on Windows.

    Open source →
  23. 1.0.0 23 Sep 2014

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive