Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/clap-rs/clap
A full featured, fast Command Line Argument Parser for Rust
https://github.com/clap-rs/clap
Initial commit for multiple option arguments
96d28df88085b3bdfaa07f05fcc79368233a2d53 authored almost 10 years ago by Kevin K <[email protected]>
96d28df88085b3bdfaa07f05fcc79368233a2d53 authored almost 10 years ago by Kevin K <[email protected]>
Rebuilt docs and inc'ed version from recent commits
d9244b687962f1e9d84fef9cf0fc9b46427ee886 authored almost 10 years ago by Kevin K <[email protected]>
d9244b687962f1e9d84fef9cf0fc9b46427ee886 authored almost 10 years ago by Kevin K <[email protected]>
Restructured project to better reflect internal workings
f270bc171fd95707929c978c8ebed2bad70cb498 authored almost 10 years ago by Kevin K <[email protected]>
f270bc171fd95707929c978c8ebed2bad70cb498 authored almost 10 years ago by Kevin K <[email protected]>
Merge pull request #15 from kbknapp/restructure
Restructured project to better reflect internal workings
e711d91998060c15f72f6c459cd86687e13d6de1 authored almost 10 years ago by Kevin K <[email protected]>
Moved to stable Rust APIs - Removed uppercasing of argument names due to Rust API stability
85648f29496ed9d33fb892fe45b627b22b191ab5 authored almost 10 years ago by Kevin K <[email protected]>
85648f29496ed9d33fb892fe45b627b22b191ab5 authored almost 10 years ago by Kevin K <[email protected]>
Update README.md
3c30c416433a7d0a41650ae942e6610442660efa authored almost 10 years ago by Kevin K <[email protected]>
3c30c416433a7d0a41650ae942e6610442660efa authored almost 10 years ago by Kevin K <[email protected]>
Merge pull request #14 from kbknapp/dev
Moving to stable Rust APIs
7a6c606e9e73532bd92398cca9c4039597591f60 authored almost 10 years ago by Kevin K <[email protected]>
Merge pull request #13 from kbknapp/dev
Moved some for loops to more readable iterators
07e15da371f3694bd16b7746d936016257b32ace authored almost 10 years ago by Kevin K <[email protected]>
Moved some for loops to more readable iterators
ff8ea640e9441c977db52f915f2d50f27e78c2ef authored almost 10 years ago by Kevin K <[email protected]>
ff8ea640e9441c977db52f915f2d50f27e78c2ef authored almost 10 years ago by Kevin K <[email protected]>
Merge pull request #12 from kbknapp/dev
Changes to stable APIs towards Rust 1.0
bd4de8ff6963e8ee5644a95256564b0e6dc22442 authored almost 10 years ago by Kevin K <[email protected]>
Changes to stable APIs towards Rust 1.0
399ad97413f344c9e68adec5b4f0fe6573e31897 authored almost 10 years ago by Kevin K <[email protected]>
399ad97413f344c9e68adec5b4f0fe6573e31897 authored almost 10 years ago by Kevin K <[email protected]>
Updated version
c82bb523abe225d6f374e9231da8db17240c25a3 authored almost 10 years ago by Kevin K <[email protected]>
c82bb523abe225d6f374e9231da8db17240c25a3 authored almost 10 years ago by Kevin K <[email protected]>
Merge pull request #11 from kbknapp/onlyposfollows
Closes #10 (Adds support for "--" where only positional arguments follow)
e6ca4cfc1b77e2017ee014683a7aa33cd3a20e54 authored almost 10 years ago by Kevin K <[email protected]>
Added support for -- where only positional arguments follow
0594180e29e9294ad13065016c59e9c4e12244ed authored almost 10 years ago by Kevin K <[email protected]>
0594180e29e9294ad13065016c59e9c4e12244ed authored almost 10 years ago by Kevin K <[email protected]>
Fixes #9
6ae91954aedaf434c597de4a2d18ae733bee3a02 authored almost 10 years ago by Kevin K <[email protected]>
6ae91954aedaf434c597de4a2d18ae733bee3a02 authored almost 10 years ago by Kevin K <[email protected]>
Merge pull request #8 from kbknapp/dev
Merge PR #7 from untitaker (impoves README formatting and changes some tabs->spaces)
f75e019b5e7980f21957f70319caa9795683f0c7 authored almost 10 years ago by Kevin K <[email protected]>
Merge pull request #7 from untitaker/tabs
Improve formatting for README, remove some tabs
a0746686ac43e9556d1e85a313979f5ef69651b6 authored almost 10 years ago by Kevin K <[email protected]>
Improve formatting for README, remove some tabs
59bcd856628cdd9f76893ee2e92ac465b9c62784 authored almost 10 years ago by Markus Unterwaditzer <[email protected]>
59bcd856628cdd9f76893ee2e92ac465b9c62784 authored almost 10 years ago by Markus Unterwaditzer <[email protected]>
Fixed formatting error in doc example
55ce5c5eea23000accdb4d854cf97b225c543904 authored almost 10 years ago by Kevin K <[email protected]>
55ce5c5eea23000accdb4d854cf97b225c543904 authored almost 10 years ago by Kevin K <[email protected]>
Rebuilt docs after doct test corrections
418ead0b00fb85309246ebd611019892812e3210 authored almost 10 years ago by Kevin K <[email protected]>
418ead0b00fb85309246ebd611019892812e3210 authored almost 10 years ago by Kevin K <[email protected]>
Fixed error in doc test
eabfa091bcde305423b930fb2a7e96b0865df0bd authored almost 10 years ago by Kevin K <[email protected]>
eabfa091bcde305423b930fb2a7e96b0865df0bd authored almost 10 years ago by Kevin K <[email protected]>
Rebuild docs after tab->space change
bc94d11b03570818e065fa582a78b10de41b856d authored almost 10 years ago by Kevin K <[email protected]>
bc94d11b03570818e065fa582a78b10de41b856d authored almost 10 years ago by Kevin K <[email protected]>
Merge branch 'dev'
20de5b339ef7f7a57934071d0d019e969b23eea1 authored almost 10 years ago by Kevin K <[email protected]>
20de5b339ef7f7a57934071d0d019e969b23eea1 authored almost 10 years ago by Kevin K <[email protected]>
Changed tabs to spaces
9f4cdc9fa35236c09666c265f782b7bac8a27fb7 authored almost 10 years ago by Kevin K <[email protected]>
9f4cdc9fa35236c09666c265f782b7bac8a27fb7 authored almost 10 years ago by Kevin K <[email protected]>
Rebuilt docs for v0.4.3
1787a6623078fa29f6a2e70cd179e5d5f2be171c authored almost 10 years ago by Kevin K <[email protected]>
1787a6623078fa29f6a2e70cd179e5d5f2be171c authored almost 10 years ago by Kevin K <[email protected]>
Merge branch 'dev'
b015744424607210adefadb3dffa0f5d424aec10 authored almost 10 years ago by Kevin K <[email protected]>
b015744424607210adefadb3dffa0f5d424aec10 authored almost 10 years ago by Kevin K <[email protected]>
Added custom usage strings
1814d87192fcd489fffdd101974b5c4fbee72fc5 authored almost 10 years ago by Kevin K <[email protected]>
1814d87192fcd489fffdd101974b5c4fbee72fc5 authored almost 10 years ago by Kevin K <[email protected]>
Rebuilt docs for v0.4.2
8817cf43b0d40cb87ba47ed30edbbda22c963601 authored almost 10 years ago by Kevin K <[email protected]>
8817cf43b0d40cb87ba47ed30edbbda22c963601 authored almost 10 years ago by Kevin K <[email protected]>
Rebuilt docs for v0.4.2
da5a759375d1c02fbaf893c7001098a4d17dde5e authored almost 10 years ago by Kevin K <[email protected]>
da5a759375d1c02fbaf893c7001098a4d17dde5e authored almost 10 years ago by Kevin K <[email protected]>
Fixed bug with un-needed subcommands (i.e. when no subcommand is specified by developer manually - and removed deprecated flags
b77920304ce03e2a5e10c1185133a7e4c55a6516 authored almost 10 years ago by Kevin K <[email protected]>
b77920304ce03e2a5e10c1185133a7e4c55a6516 authored almost 10 years ago by Kevin K <[email protected]>
Delete Cargo.lock
dcf36478ef10031b82128beb06cf876e0b63042f authored almost 10 years ago by Kevin K <[email protected]>
dcf36478ef10031b82128beb06cf876e0b63042f authored almost 10 years ago by Kevin K <[email protected]>
Update README.md
4d4b0b7c4a33e9d691a924d2d1baada94c664bc6 authored almost 10 years ago by Kevin K <[email protected]>
4d4b0b7c4a33e9d691a924d2d1baada94c664bc6 authored almost 10 years ago by Kevin K <[email protected]>
Update README.md
09f1234d3ed5c836ca2efdcbcbcfa0467d1083ee authored almost 10 years ago by Kevin K <[email protected]>
09f1234d3ed5c836ca2efdcbcbcfa0467d1083ee authored almost 10 years ago by Kevin K <[email protected]>
Update myapp.rs
bb973008a87208ae6ea2670e32705956bacb5e0d authored almost 10 years ago by Kevin K <[email protected]>
bb973008a87208ae6ea2670e32705956bacb5e0d authored almost 10 years ago by Kevin K <[email protected]>
Changed tabs to 4 spaces added comments
7599ea29f2d14ec3dd1b3f53027647b19413a04a authored almost 10 years ago by Kevin K <[email protected]>
7599ea29f2d14ec3dd1b3f53027647b19413a04a authored almost 10 years ago by Kevin K <[email protected]>
Delete main.rs
6fd901bea301b94776df66e9ac8c7539f7eff4c4 authored almost 10 years ago by Kevin K <[email protected]>
6fd901bea301b94776df66e9ac8c7539f7eff4c4 authored almost 10 years ago by Kevin K <[email protected]>
Added redirect for base gh-pages url to real docs url
5ded8fc4bbeb3e536e5c9e0eb46acd567c751120 authored almost 10 years ago by Kevin K <[email protected]>
5ded8fc4bbeb3e536e5c9e0eb46acd567c751120 authored almost 10 years ago by Kevin K <[email protected]>
Rebuilt docs
43ddb1497260bddb2bffb32ae0a3847fe550a2b0 authored almost 10 years ago by Kevin K <[email protected]>
43ddb1497260bddb2bffb32ae0a3847fe550a2b0 authored almost 10 years ago by Kevin K <[email protected]>
Fixed doc tests
152aa8919ad6f7a8fa026b608bf1f10082cf5502 authored almost 10 years ago by Kevin K <[email protected]>
152aa8919ad6f7a8fa026b608bf1f10082cf5502 authored almost 10 years ago by Kevin K <[email protected]>
Merge branch 'master' of github.com:kbknapp/clap-rs
b7fdf9024ad64cc08f9ec228ddaf38ab19b69461 authored almost 10 years ago by Kevin K <[email protected]>
b7fdf9024ad64cc08f9ec228ddaf38ab19b69461 authored almost 10 years ago by Kevin K <[email protected]>
Fixed doc tests
e05ece76963f322a5de46bab4b083efb55b24379 authored almost 10 years ago by Kevin K <[email protected]>
e05ece76963f322a5de46bab4b083efb55b24379 authored almost 10 years ago by Kevin K <[email protected]>
Added subcommand information
e13399b60b4a864f7a0b7c0b38671a50a3efeb5c authored almost 10 years ago by Kevin K <[email protected]>
e13399b60b4a864f7a0b7c0b38671a50a3efeb5c authored almost 10 years ago by Kevin K <[email protected]>
Added support for subcommands
65a8a4f0456a6ae223fef36a7518633bdf651ffe authored almost 10 years ago by Kevin K <[email protected]>
65a8a4f0456a6ae223fef36a7518633bdf651ffe authored almost 10 years ago by Kevin K <[email protected]>
Adding subcommands
5ca006cbb529dbb12adb8959fe95d8d6564a53f3 authored almost 10 years ago by Kevin K <[email protected]>
5ca006cbb529dbb12adb8959fe95d8d6564a53f3 authored almost 10 years ago by Kevin K <[email protected]>
Changed cargo.toml license identifier to match MIT id
379d2192b65d6560a0f465db2a83523bced7c91e authored almost 10 years ago by Kevin K <[email protected]>
379d2192b65d6560a0f465db2a83523bced7c91e authored almost 10 years ago by Kevin K <[email protected]>
Moved to consuming builder pattern. Cleaned up borrows and fields.
ea3de882eaad3129f25ad417fcd15dc671d60b74 authored almost 10 years ago by Kevin K <[email protected]>
ea3de882eaad3129f25ad417fcd15dc671d60b74 authored almost 10 years ago by Kevin K <[email protected]>
Merge branch 'dev'
d084a40f4a272105318c6f789acf7d5db368d373 authored almost 10 years ago by Kevin K <[email protected]>
d084a40f4a272105318c6f789acf7d5db368d373 authored almost 10 years ago by Kevin K <[email protected]>
Moved to consuming builder pattern, removed unneeded fields
e057ed4e600edb20cd631a582b68754b15176f8f authored almost 10 years ago by Kevin K <[email protected]>
e057ed4e600edb20cd631a582b68754b15176f8f authored almost 10 years ago by Kevin K <[email protected]>
Removed extra keywords, fixed borrowing issues
809b43995ba04f6dae8c66a6336b6f51ee198e46 authored almost 10 years ago by Kevin K <[email protected]>
809b43995ba04f6dae8c66a6336b6f51ee198e46 authored almost 10 years ago by Kevin K <[email protected]>
Removed extra keywords, fixed borrowing issues
90ca144f026b5a0b928fd583e0810eef32a60b6c authored almost 10 years ago by Kevin K <[email protected]>
90ca144f026b5a0b928fd583e0810eef32a60b6c authored almost 10 years ago by Kevin K <[email protected]>
adding tests
42b7a359879d9637e9d50623620e6bff5aaa855b authored almost 10 years ago by Kevin K <[email protected]>
42b7a359879d9637e9d50623620e6bff5aaa855b authored almost 10 years ago by Kevin K <[email protected]>
adding tests
9f5b33a2417ec6d1ab685537e745164340184b05 authored almost 10 years ago by Kevin K <[email protected]>
9f5b33a2417ec6d1ab685537e745164340184b05 authored almost 10 years ago by Kevin K <[email protected]>
Added initial testing
12a727e2a91a4d3c05c97e0442040de8780a103c authored almost 10 years ago by Kevin K <[email protected]>
12a727e2a91a4d3c05c97e0442040de8780a103c authored almost 10 years ago by Kevin K <[email protected]>
Fixed error in docs
498c13c264255f086bc5e43910db8b7b9b2f7d06 authored almost 10 years ago by Kevin K <[email protected]>
498c13c264255f086bc5e43910db8b7b9b2f7d06 authored almost 10 years ago by Kevin K <[email protected]>
Removed unneeded fields from Arg Matches
62704caf8d315f0745cb47a25b63b70d8f6b8266 authored almost 10 years ago by Kevin K <[email protected]>
62704caf8d315f0745cb47a25b63b70d8f6b8266 authored almost 10 years ago by Kevin K <[email protected]>
Changed license file to MIT
b7975ec8b6aa509b491afcfc8d5d5205ccc17d61 authored almost 10 years ago by Kevin K <[email protected]>
b7975ec8b6aa509b491afcfc8d5d5205ccc17d61 authored almost 10 years ago by Kevin K <[email protected]>
Re-release under MIT license
fb961961d32caa218f1b08027dece5f31e17d6e5 authored almost 10 years ago by Kevin K <[email protected]>
fb961961d32caa218f1b08027dece5f31e17d6e5 authored almost 10 years ago by Kevin K <[email protected]>
Update README.md
78dd012f6e18e94955750a7ec68558f083abe2dc authored almost 10 years ago by Kevin K <[email protected]>
78dd012f6e18e94955750a7ec68558f083abe2dc authored almost 10 years ago by Kevin K <[email protected]>
Merge branch 'dev'
875c8b67cc208a673adb2dea22ca8bb7d37280e1 authored almost 10 years ago by Kevin K <[email protected]>
875c8b67cc208a673adb2dea22ca8bb7d37280e1 authored almost 10 years ago by Kevin K <[email protected]>
Fixed failing tests in the docs
8548be883be8480d28af95752432619658877ba4 authored almost 10 years ago by Kevin K <[email protected]>
8548be883be8480d28af95752432619658877ba4 authored almost 10 years ago by Kevin K <[email protected]>
Merge branch 'master' of github.com:kbknapp/clap-rs
01b6d82448fe94fb1e195a57eee5859915197c51 authored almost 10 years ago by Kevin K <[email protected]>
01b6d82448fe94fb1e195a57eee5859915197c51 authored almost 10 years ago by Kevin K <[email protected]>
Adding .travis.yml file
e114d46ff493a6e7dcb6ba862c5776eecee3f48e authored almost 10 years ago by Kevin K <[email protected]>
e114d46ff493a6e7dcb6ba862c5776eecee3f48e authored almost 10 years ago by Kevin K <[email protected]>
Update README.md
1356a9f0e19b1cfeb48158a110ecfdc5fb7274e6 authored almost 10 years ago by Kevin K <[email protected]>
1356a9f0e19b1cfeb48158a110ecfdc5fb7274e6 authored almost 10 years ago by Kevin K <[email protected]>
Update README.md
3b64c684ef69fa6bc71729e149a61bd300374447 authored almost 10 years ago by Kevin K <[email protected]>
3b64c684ef69fa6bc71729e149a61bd300374447 authored almost 10 years ago by Kevin K <[email protected]>
Update README.md
63c40eb68cd775931dacbfdfd708d146f55511af authored almost 10 years ago by Kevin K <[email protected]>
63c40eb68cd775931dacbfdfd708d146f55511af authored almost 10 years ago by Kevin K <[email protected]>
Update README.md
Changed install instructions from pinned version to any via crates.io
299a93f1dc4b0295e075518ec178756081a18aac authored almost 10 years ago by Kevin K <[email protected]>
Updated docs in Cargo.toml
9923948f2db11e58c541078390fab4b8ae63e171 authored almost 10 years ago by Kevin K <[email protected]>
9923948f2db11e58c541078390fab4b8ae63e171 authored almost 10 years ago by Kevin K <[email protected]>
updated docs
37b54523ecc98125698d963cec3853b74705ddd3 authored almost 10 years ago by Kevin K <[email protected]>
37b54523ecc98125698d963cec3853b74705ddd3 authored almost 10 years ago by Kevin K <[email protected]>
updated docs
4d041924f8864df5f9ce9e94645ddd3bf8443634 authored almost 10 years ago by Kevin K <[email protected]>
4d041924f8864df5f9ce9e94645ddd3bf8443634 authored almost 10 years ago by Kevin K <[email protected]>
updated docs
3c0b050a26ded1e184013420d26ea01f8bbca219 authored almost 10 years ago by Kevin K <[email protected]>
3c0b050a26ded1e184013420d26ea01f8bbca219 authored almost 10 years ago by Kevin K <[email protected]>
Arg names, shorts, and longs must now be unique
1c752d38d12fdaeab556380628db040a463352cc authored almost 10 years ago by Kevin K <[email protected]>
1c752d38d12fdaeab556380628db040a463352cc authored almost 10 years ago by Kevin K <[email protected]>
Arg names, shorts, and longs must now be unique
be61ff984253dee03125a088a4e8ee9af4d69be9 authored almost 10 years ago by Kevin K <[email protected]>
be61ff984253dee03125a088a4e8ee9af4d69be9 authored almost 10 years ago by Kevin K <[email protected]>
Updated readme and removed Cargo.lock from git
cc151ca732fb948ee977415bef06e7c9fdcc9f98 authored almost 10 years ago by Kevin K <[email protected]>
cc151ca732fb948ee977415bef06e7c9fdcc9f98 authored almost 10 years ago by Kevin K <[email protected]>
Updated readme and removed Cargo.lock from git
d274d2bf59de3f89ac94ac6a778b32725a33c35c authored almost 10 years ago by Kevin K <[email protected]>
d274d2bf59de3f89ac94ac6a778b32725a33c35c authored almost 10 years ago by Kevin K <[email protected]>
removed .travis.yml
95cd0d07a92c4b4015957d70c191509c4aa21750 authored almost 10 years ago by Kevin K <[email protected]>
95cd0d07a92c4b4015957d70c191509c4aa21750 authored almost 10 years ago by Kevin K <[email protected]>
Updated readme
9dac3aed4a4e2cefce3e95c0325232ab93c05f49 authored almost 10 years ago by Kevin K <[email protected]>
9dac3aed4a4e2cefce3e95c0325232ab93c05f49 authored almost 10 years ago by Kevin K <[email protected]>
added cargo docs to github folder
e9a9273ec1b0a8740b020aad99c2c1fb5dd48bad authored almost 10 years ago by Kevin K <[email protected]>
e9a9273ec1b0a8740b020aad99c2c1fb5dd48bad authored almost 10 years ago by Kevin K <[email protected]>
bug fixes
e7fccf0cec2e9bab25825bed2686ba8c33f427a0 authored almost 10 years ago by Kevin K <[email protected]>
e7fccf0cec2e9bab25825bed2686ba8c33f427a0 authored almost 10 years ago by Kevin K <[email protected]>
bug fixes
bce1aebd7c8cf190edfc8c377fcd068f9a89543a authored almost 10 years ago by Kevin K <[email protected]>
bce1aebd7c8cf190edfc8c377fcd068f9a89543a authored almost 10 years ago by Kevin K <[email protected]>
Added version and help to list of flags
8b2b7080b7f5bd57bce3a0a7b7cc6d2bbaa00484 authored almost 10 years ago by Kevin K <[email protected]>
8b2b7080b7f5bd57bce3a0a7b7cc6d2bbaa00484 authored almost 10 years ago by Kevin K <[email protected]>
Added documentation
72c360dbf69ea45c2789dba93a4baf0cdbbc0102 authored almost 10 years ago by Kevin K <[email protected]>
72c360dbf69ea45c2789dba93a4baf0cdbbc0102 authored almost 10 years ago by Kevin K <[email protected]>
Added documentation and fixed some bugs
b0b401ab0715ab3b0b35e0fc66f3ce0dde935e95 authored almost 10 years ago by Kevin K <[email protected]>
b0b401ab0715ab3b0b35e0fc66f3ce0dde935e95 authored almost 10 years ago by Kevin K <[email protected]>
Added documentation
3b02a6a373bae8d9d7a37e236b556764fc96aa9c authored almost 10 years ago by Kevin K <[email protected]>
3b02a6a373bae8d9d7a37e236b556764fc96aa9c authored almost 10 years ago by Kevin K <[email protected]>
Added documentation
1a0b06147c90f4ede6e5538494d03cd3fefc63d5 authored almost 10 years ago by Kevin K <[email protected]>
1a0b06147c90f4ede6e5538494d03cd3fefc63d5 authored almost 10 years ago by Kevin K <[email protected]>
Added documentation - and added args() to App
1fbf99d1ff947b74741c216de9346b46649a8b3b authored almost 10 years ago by Kevin K <[email protected]>
1fbf99d1ff947b74741c216de9346b46649a8b3b authored almost 10 years ago by Kevin K <[email protected]>
Re-addedd the pub-use
e15635d1c7790bde91578057061ebe876fa22d9d authored almost 10 years ago by Kevin K <[email protected]>
e15635d1c7790bde91578057061ebe876fa22d9d authored almost 10 years ago by Kevin K <[email protected]>
Added documentation - and removed a pub-use
0bf13bd5f2be0432b697f80aaff1ceed119f99c5 authored almost 10 years ago by Kevin K <[email protected]>
0bf13bd5f2be0432b697f80aaff1ceed119f99c5 authored almost 10 years ago by Kevin K <[email protected]>
Added documentation
1cb1dcb73f1cdea39c1ab557e86709606f09927a authored almost 10 years ago by Kevin K <[email protected]>
1cb1dcb73f1cdea39c1ab557e86709606f09927a authored almost 10 years ago by Kevin K <[email protected]>
Added documentation
da9607512be845b1ad908acb1aeefc4a17a30c0c authored almost 10 years ago by Kevin K <[email protected]>
da9607512be845b1ad908acb1aeefc4a17a30c0c authored almost 10 years ago by Kevin K <[email protected]>
Removed deprecated method calls
044849f05080b6e723a743a5b98a6cb9155e5007 authored almost 10 years ago by Kevin K <[email protected]>
044849f05080b6e723a743a5b98a6cb9155e5007 authored almost 10 years ago by Kevin K <[email protected]>
Removed Clone from FlagArg
22d7bb0c42d1ebd6349ebd9465ca752b40120c55 authored almost 10 years ago by Kevin K <[email protected]>
22d7bb0c42d1ebd6349ebd9465ca752b40120c55 authored almost 10 years ago by Kevin K <[email protected]>
Adding documentation
3f693870bba8610c53ce6d35e93b5e52ee8ff864 authored almost 10 years ago by Kevin K <[email protected]>
3f693870bba8610c53ce6d35e93b5e52ee8ff864 authored almost 10 years ago by Kevin K <[email protected]>
v0.3.3.5 - Bug fix with black listing
335e9ff59b318d3a034ef21c29205483a0b5f35e authored almost 10 years ago by Kevin K <[email protected]>
335e9ff59b318d3a034ef21c29205483a0b5f35e authored almost 10 years ago by Kevin K <[email protected]>
v0.3.3.5 - Testing
7c0cc58621a569f3796e69cf79db084ec303a178 authored almost 10 years ago by Kevin K <[email protected]>
7c0cc58621a569f3796e69cf79db084ec303a178 authored almost 10 years ago by Kevin K <[email protected]>
v0.3.3.4 - Bug fixes with blacklisting
447c40bd45dfb9c50c849e59b48dea137c808f92 authored almost 10 years ago by Kevin K <[email protected]>
447c40bd45dfb9c50c849e59b48dea137c808f92 authored almost 10 years ago by Kevin K <[email protected]>
v0.3.3.3 - Reordered methods
b2f85de3e42d2bb8e7a6f23c2334ebf75649bc91 authored almost 10 years ago by Kevin K <[email protected]>
b2f85de3e42d2bb8e7a6f23c2334ebf75649bc91 authored almost 10 years ago by Kevin K <[email protected]>
v0.3.3.2
a58b5d34b2ef1fdffc1d56bc718d259018533a1e authored almost 10 years ago by Kevin K <[email protected]>
a58b5d34b2ef1fdffc1d56bc718d259018533a1e authored almost 10 years ago by Kevin K <[email protected]>
v0.3.3.1
c1836f8d1d7a1bc68f170c8e7d2837142dfde751 authored almost 10 years ago by Kevin K <[email protected]>
c1836f8d1d7a1bc68f170c8e7d2837142dfde751 authored almost 10 years ago by Kevin K <[email protected]>
v0.3.3
8ee4e2dca5daf702e178dcac1024e315ef703c8d authored almost 10 years ago by Kevin K <[email protected]>
8ee4e2dca5daf702e178dcac1024e315ef703c8d authored almost 10 years ago by Kevin K <[email protected]>
v0.3.1.2
d5369ee1c07ff84b9cd09c38f617a82b270e2e94 authored almost 10 years ago by Kevin K <[email protected]>
d5369ee1c07ff84b9cd09c38f617a82b270e2e94 authored almost 10 years ago by Kevin K <[email protected]>