Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / dmytro-lymarenko/pipedator issues and pull requests
#52 - Bump qs from 6.5.2 to 6.5.3
Pull Request -
State: open - Opened by dependabot[bot] about 2 years ago
Labels: dependencies
#51 - Bump decode-uri-component from 0.2.0 to 0.2.2
Pull Request -
State: open - Opened by dependabot[bot] about 2 years ago
Labels: dependencies
#50 - Bump async from 2.6.1 to 2.6.4
Pull Request -
State: open - Opened by dependabot[bot] almost 3 years ago
Labels: dependencies
#49 - Bump ajv from 6.5.5 to 6.12.6
Pull Request -
State: open - Opened by dependabot[bot] almost 3 years ago
Labels: dependencies
#48 - Bump tmpl from 1.0.4 to 1.0.5
Pull Request -
State: open - Opened by dependabot[bot] over 3 years ago
Labels: dependencies
#47 - Bump tar from 4.4.8 to 4.4.19
Pull Request -
State: open - Opened by dependabot[bot] over 3 years ago
Labels: dependencies
#46 - Bump path-parse from 1.0.6 to 1.0.7
Pull Request -
State: open - Opened by dependabot[bot] over 3 years ago
Labels: dependencies
#45 - Bump tar from 4.4.8 to 4.4.15
Pull Request -
State: closed - Opened by dependabot[bot] over 3 years ago
- 1 comment
Labels: dependencies
#44 - Bump hosted-git-info from 2.7.1 to 2.8.9
Pull Request -
State: open - Opened by dependabot[bot] almost 4 years ago
Labels: dependencies
#43 - Bump lodash from 4.17.15 to 4.17.21
Pull Request -
State: open - Opened by dependabot[bot] almost 4 years ago
Labels: dependencies
#42 - Bump handlebars from 4.7.6 to 4.7.7
Pull Request -
State: open - Opened by dependabot[bot] almost 4 years ago
Labels: dependencies
#41 - Bump y18n from 3.2.1 to 3.2.2
Pull Request -
State: open - Opened by dependabot[bot] almost 4 years ago
Labels: dependencies
#40 - Bump ini from 1.3.5 to 1.3.7
Pull Request -
State: open - Opened by dependabot[bot] about 4 years ago
Labels: dependencies
#39 - Bump handlebars from 4.5.1 to 4.7.6
Pull Request -
State: closed - Opened by dependabot[bot] over 4 years ago
Labels: dependencies
#38 - Bump lodash from 4.17.15 to 4.17.19
Pull Request -
State: closed - Opened by dependabot[bot] over 4 years ago
- 1 comment
Labels: dependencies
#37 - Bump acorn from 5.7.3 to 5.7.4
Pull Request -
State: closed - Opened by dependabot[bot] almost 5 years ago
Labels: dependencies
#36 - Bump mixin-deep from 1.3.1 to 1.3.2
Pull Request -
State: closed - Opened by dependabot[bot] over 5 years ago
Labels: dependencies
#35 - Bump js-yaml from 3.12.0 to 3.13.1
Pull Request -
State: closed - Opened by dependabot[bot] over 5 years ago
Labels: dependencies
#34 - Bump lodash from 4.17.11 to 4.17.15
Pull Request -
State: closed - Opened by dependabot[bot] over 5 years ago
Labels: dependencies
#33 - Bump handlebars from 4.0.12 to 4.5.1
Pull Request -
State: closed - Opened by dependabot[bot] over 5 years ago
Labels: dependencies
#32 - Add isEqualTo() validator under new API
Issue -
State: open - Opened by dmytro-lymarenko over 5 years ago
Labels: new api
#31 - Add message() helper to provide custom message
Issue -
State: open - Opened by dmytro-lymarenko over 5 years ago
Labels: new api
#30 - Add tuple under new API
Issue -
State: open - Opened by dmytro-lymarenko over 5 years ago
Labels: new api
#29 - New API
Issue -
State: open - Opened by dmytro-lymarenko over 5 years ago
Labels: new api
#28 - Add between(min, max) validator
Issue -
State: open - Opened by dmytro-lymarenko about 6 years ago
#27 - Fix docs for every() and some()
Issue -
State: open - Opened by dmytro-lymarenko about 6 years ago
Labels: bug
#26 - Add array() validator which just checks if the value is an array
Issue -
State: closed - Opened by dmytro-lymarenko about 6 years ago
#25 - Add bigint() validator
Issue -
State: open - Opened by dmytro-lymarenko about 6 years ago
#24 - Add function to group errors by path
Issue -
State: closed - Opened by dmytro-lymarenko about 6 years ago
- 1 comment
#23 - Add nillable() validator
Issue -
State: closed - Opened by dmytro-lymarenko about 6 years ago
#22 - Add examples folder
Issue -
State: closed - Opened by dmytro-lymarenko about 6 years ago
#21 - Add arrayOf(itemValidator: Validator) validator
Issue -
State: closed - Opened by dmytro-lymarenko about 6 years ago
#20 - Add notOneOf(disallowedValues: any[]) validator
Issue -
State: open - Opened by dmytro-lymarenko about 6 years ago
#19 - Add length(validator: Validator): Validator validator
Issue -
State: open - Opened by dmytro-lymarenko about 6 years ago
#18 - Add property(path: string | string[], validator: Validator): Validator validator
Issue -
State: closed - Opened by dmytro-lymarenko about 6 years ago
#17 - Add type generic to all validators like it is done for createValidator
Issue -
State: closed - Opened by dmytro-lymarenko about 6 years ago
- 1 comment
#16 - Add switchCase() validator
Issue -
State: open - Opened by dmytro-lymarenko about 6 years ago
#15 - Add unique(comparator?: (a: any, b: any) => boolean) validator
Issue -
State: closed - Opened by dmytro-lymarenko about 6 years ago
#14 - Add uppercase() validator for strings
Issue -
State: closed - Opened by dmytro-lymarenko about 6 years ago
#13 - Add lowercase() validator for strings
Issue -
State: closed - Opened by dmytro-lymarenko about 6 years ago
#12 - Add oneOf(allowedValues: any[]) validator
Issue -
State: closed - Opened by dmytro-lymarenko about 6 years ago
#11 - Add negative() validator for numbers
Issue -
State: closed - Opened by dmytro-lymarenko about 6 years ago
#10 - Add positive() validator for numbers
Issue -
State: closed - Opened by dmytro-lymarenko about 6 years ago
#9 - Add forbidden() validator which disallow value to be defined (it should be undefined)
Issue -
State: closed - Opened by dmytro-lymarenko about 6 years ago
#8 - Add sorted(direction: 'asc' | 'desc', message?: string) validator
Issue -
State: closed - Opened by dmytro-lymarenko about 6 years ago
#7 - Add ignore() validator which actually equals to success() validator
Issue -
State: closed - Opened by dmytro-lymarenko about 6 years ago
#6 - Create match() validator to test strings with regexp
Issue -
State: closed - Opened by dmytro-lymarenko about 6 years ago
#5 - Create function: validate(validator, value)
Issue -
State: closed - Opened by dmytro-lymarenko about 6 years ago
#4 - Add exactShape() validator
Issue -
State: open - Opened by dmytro-lymarenko about 6 years ago
#3 - Split validators apart to their own files
Issue -
State: closed - Opened by dmytro-lymarenko about 6 years ago
#2 - Add ref to validators
Issue -
State: closed - Opened by dmytro-lymarenko about 6 years ago
Labels: enhancement
#1 - Remove not() validator
Issue -
State: closed - Opened by dmytro-lymarenko about 6 years ago