github dart-lang/tools glob-v2.2.0
package:glob v2.2.0

latest releases: yaml-v3.1.4, stream_transform-v2.1.2, stack_trace-v1.12.2...
5 hours ago
  • Limit option expansion during glob listing (list() and listSync()) to a
    maximum of 10,000 branches. Globs with combinatorial option expansions
    exceeding 10,000 will now throw a FormatException to prevent out-of-memory
    exhaustion. Glob.matches() uses regular expressions and is unaffected.
  • Allow ** to match zero directories at the start of a pattern or following
    a separator (e.g. **/foo matches foo and a/**/b matches a/b).

Don't miss a new tools release

NewReleases is sending notifications on new releases.