1.1.0 • Published 9 years ago

wd-browser v1.1.0

Weekly downloads
39
License
-
Repository
-
Last release
9 years ago

wd-browser

parse browser name and return wd browser names.

Installation

$ npm install wd-browser

Examples

parse('ie:6..11');          // => ie 6 to 11
parse('ie:*');              // => all ie versions (including unstable)
parse('ie:..7');            // => ie oldest to 7
parse('iphone:*');          // => all iphone versions
parse('android:*');         // => all android versions
parse('chrome:..stable')    // => all chrome versions including the latest stable
parse('chrome:stable')      // => latest stable chrome
parse('chrome:stable..')    // => from stable to latest beta.
```

## License

  MIT
1.1.0

9 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.1

10 years ago