Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/gulpjs/to-absolute-glob

Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.
https://github.com/gulpjs/to-absolute-glob

chore: Release 4.0.0 (#3)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

dcde060a9caeba6baebf4dab980e87bb2e8a0028 authored about 2 years ago
chore: Update README

323e930b72a679d7613bc36b3bfe2fdf4c32fabc authored about 2 years ago
chore!: Normalize repository, dropping node <10.13 support

98403756203d6bf21e7c3f58178cfe217e07c1f7 authored about 2 years ago
chore!: Rename package

9da4059a81458c7e3e18d120e8a3292a3117534a authored about 2 years ago
chore: Begin normalizing repository

f45928820302854636af2cfcb62d7aba472b3e48 authored about 2 years ago
fix: Resolve ../ at the beginning of globs (#2)

1752090f65fe1e9272cf885cbcb4d120ab2d811f authored about 2 years ago
fix: Check negative patterns before trimming (#1)

chore: Revert the mocha change to test on old node

1faa5dc65c9daf22a3619d8da19e46e7e371923f authored about 2 years ago
3.0.0

Thanks to @phated! https://github.com/micromatch/to-absolute-glob/pull/20

f346d01cf143e95fc117604c7f2e914efd905ccf authored about 2 years ago
lint, upgrade dev dependencies

0f0bcab149d6920e50cc3198132f0a78264e69bf authored about 2 years ago
Merge pull request #20 from phated/phated/path-escaping

fix: Ensure glob-like characters are escaped in cwd & root options

Thanks @phated! nice work!

668d12a920d19b98fc20aff10d1ed3fb0761f076 authored about 2 years ago
chore: Combine RegExps & add some tests

593592c3fba7c3b2dbeba13fd81d9bfe3673cfab authored about 2 years ago
fix: Ensure glob-like characters are escaped in cwd & root options

1289c1bf3ce845f82b5fa3b19b0e82aa107d9f49 authored about 2 years ago
chore: Replace CI with GitHub Actions

c170ed3cf1623886bf651fadd480180ae96d678a authored about 2 years ago
2.0.2

5c698041f85268bc6e6934917040d0717233741f authored about 7 years ago
Remove extend-shallow because opts are not mutated

47f094591240a6de54a7dd2f72141374d19ff293 authored about 7 years ago
Bump is-absolute dependency

e06c17080c387235db46802c16735ba10d3724d9 authored about 7 years ago
rebuild readme

391c1d4f351397a48360d83a394fb3e03ac20048 authored over 8 years ago
2.0.1

d27045f0ea33c7ef6068802a659f7bdacf6892ca authored over 8 years ago
run `update && verb`

081c2153da90e2c77abff7a85d891611053cc335 authored over 8 years ago
examples

b74ecf595834938a28268dcbd65eafaa8e3ccaa2 authored over 8 years ago
Merge pull request #9 from phated/patch-1

Add AppVeyor badge & label each build badge

0524433d69f2846a67dc3ae1f890c28841eace46 authored over 8 years ago
Add AppVeyor badge & label each build badge

886b139cf5a4f6bcc2ae4f689499dda2f60d651c authored over 8 years ago
2.0.0

79d424c03ee5793447b261726414a9dddb7c58af authored over 8 years ago
generate readme documentation with verb

4b69676dd4592df3b96cce14734a3070a41cc81d authored over 8 years ago
Merge pull request #7 from jonschlinkert/is-absolute

adds isAbsolute

926d0193daba25faecd9e1dda0c5a16e8f13149e authored over 8 years ago
Merge pull request #8 from doowb/windows-is-absolute

Updates for discussion

7066fe6103bee4bf2a84207d180f877e02962d30 authored over 8 years ago
fixing typo with \ check

f1c3ed14c34ec40c4c0bb5c106abece6936540df authored over 8 years ago
handle when glob starts with an escape sequence

b6b4831575b371f33a8b63dfcb5854b07c9c80e8 authored over 8 years ago
remove windows check when join globs to cwd per @phated comment

116ac1df8997cd13c525de0c630c769073db0245 authored over 8 years ago
only remove a beginning dot if it's the only character

a546344656bcb13762b7b0198d52193c210fda4d authored over 8 years ago
handle . globs and empty globs

e7b4ffcae66a2ebf46c9627725d1aa8abf0b87aa authored over 8 years ago
handle ./ at the begninning of globs, handle when a glob may be empty

2999ec7c55b06b63deb6ed389c1c685fe31fc84e authored over 8 years ago
include test for ./ at the beginning of globs

6d174409ddd12f56c225a55ac696204a1bdcb0f2 authored over 8 years ago
add skipped test for dots in glob patterns, remove unixify option from tests

bc0451878a415789a525cc53f9841f54fd2b06f2 authored over 8 years ago
always unixify the root first so if needing to resolve on windows, it's handled properly

74904b8d4ced62376e6ae06a95201897e3a50b40 authored over 8 years ago
add appveyor config for testing on windows

74c28aaccb4486ae7116bd5fc04a028bd1715dcf authored over 8 years ago
unixify expected results in tests, unixify path segments and keep globs as is

005b63ddcdc27431b345feaaaee9d61f17ece0ca authored over 8 years ago
handling windows

bf3164fa3bad7de370e1d25b5fe5c3dca9ab4494 authored over 8 years ago
unixify cwd and `options.root` if defined

a51b89453a3ac9d8098f473b5e2da9f59749968b authored over 8 years ago
adds is-absolute

c5f1ea37ea0b2bd5b21c7b6ab548efa86b669fda authored over 8 years ago
1.1.0

resolves https://github.com/jonschlinkert/to-absolute-glob/issues/3

7ff2fce346bd0a7b00c2e36506c74f31a45b2aaa authored over 8 years ago
add a unit test for escaped extglob

bfcff9a0fa99b5eef1a8a5a1fc1d3cd4a726f40f authored over 8 years ago
Merge pull request #6 from erikkemperman/use-is-negated-glob

Use is-negated-glob

233fe715c63b1799c97ffd19fe039f0b66c9dbaa authored over 8 years ago
Use is-negated-glob

299cb8b76fa58949f319f6dfab64aa2de43b2df5 authored over 8 years ago
1.0.1

f89f9e40d8fda102f568c81c1b3793656fc893c7 authored over 8 years ago
run verb init

0ae451156d72257b968d364b043e8718528296b4 authored over 8 years ago
1.0.0

closes https://github.com/jonschlinkert/to-absolute-glob/issues/2

d9345430e2363d5040179646479c273db9bae790 authored over 8 years ago
run update

7345b75e317daa26a333da4f96d387912c6fcf9d authored over 8 years ago
0.1.1

cd0de54c8ee3520e46b0809c189bfe10f15ec31e authored about 9 years ago
ensure that an absolute glob is returned

f4612bcbc8549fcf384f0b2ae08fbf2f3d4db9d7 authored about 9 years ago
description

42428d988edb8c0cd7d97fbc0622b9720dc57437 authored about 9 years ago
first commit

edbfaf6d99cb599cdac7cdfa58a2625e6df44ddb authored about 9 years ago