Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / lazarljubenovic/type-guards issues and pull requests

#57 - Create new release

Issue - State: open - Opened by kkirsche over 1 year ago

#56 - feat: Support isError

Pull Request - State: closed - Opened by kkirsche over 1 year ago

#55 - feat: Add github workflow for automated testing

Pull Request - State: closed - Opened by kkirsche over 1 year ago - 2 comments

#54 - Add `isDate` guard (fixes #13)

Pull Request - State: closed - Opened by kkirsche over 1 year ago

#53 - Increase arguments for `or` and `and` (fixes #16)

Pull Request - State: closed - Opened by kkirsche over 1 year ago

#52 - Add `isAny`, `isUnknown` and `isNever` guards (fixes #17)

Pull Request - State: closed - Opened by kkirsche over 1 year ago

#51 - Add `isTrue` and `isFalse` guards (fixes #12)

Pull Request - State: closed - Opened by kkirsche over 1 year ago

#50 - feat: Add `isPartialRecord` guard

Pull Request - State: open - Opened by kkirsche over 1 year ago - 5 comments

#49 - feat: support `bigint` basic type

Pull Request - State: closed - Opened by kkirsche over 1 year ago - 3 comments

#48 - Consider using `unknown` instead of `any`

Issue - State: open - Opened by lazarljubenovic over 2 years ago

#47 - Add a utility for merging two types (union, &)

Issue - State: open - Opened by lazarljubenovic over 2 years ago

#46 - build(deps): bump minimist from 1.2.5 to 1.2.6

Pull Request - State: open - Opened by dependabot[bot] over 2 years ago
Labels: dependencies

#45 - build(deps): bump pathval from 1.1.0 to 1.1.1

Pull Request - State: open - Opened by dependabot[bot] over 2 years ago
Labels: dependencies

#44 - Is this project still alive?

Issue - State: closed - Opened by munierujp over 2 years ago - 2 comments

#43 - build(deps): bump glob-parent from 5.1.1 to 5.1.2

Pull Request - State: open - Opened by dependabot[bot] over 3 years ago
Labels: dependencies

#42 - build(deps): bump lodash from 4.17.15 to 4.17.21

Pull Request - State: open - Opened by dependabot[bot] over 3 years ago
Labels: dependencies

#41 - build(deps): bump y18n from 4.0.0 to 4.0.1

Pull Request - State: open - Opened by dependabot[bot] over 3 years ago
Labels: dependencies

#40 - Add "symbol" to primitive types

Pull Request - State: closed - Opened by BarberDucky almost 4 years ago

#39 - chore: create tsconfig.json

Pull Request - State: closed - Opened by RebeccaStevens about 4 years ago

#38 - build(deps): bump lodash from 4.17.15 to 4.17.19

Pull Request - State: closed - Opened by dependabot[bot] about 4 years ago - 1 comment
Labels: dependencies

#37 - optional type guard

Pull Request - State: open - Opened by RebeccaStevens about 4 years ago - 3 comments

#36 - Allow "isOfShape" to handle optional properties

Pull Request - State: closed - Opened by RebeccaStevens about 4 years ago - 3 comments

#34 - isOfShape doesn't crash with null input

Pull Request - State: closed - Opened by justinsc over 4 years ago - 1 comment

#33 - Upgrade dev dependencies

Pull Request - State: closed - Opened by justinsc over 4 years ago - 6 comments

#32 - Allow extra keys by default using isOfShape, add isOfExactShape

Pull Request - State: closed - Opened by justinsc over 4 years ago - 1 comment

#31 - feat: add isTuple guard; closes #7

Pull Request - State: closed - Opened by Pritilender over 4 years ago - 1 comment

#30 - Add "throwUnless"

Issue - State: open - Opened by lazarljubenovic over 4 years ago
Labels: enhancement, good first issue

#29 - Filtering out specific symbols

Issue - State: open - Opened by lazarljubenovic over 4 years ago
Labels: enhancement, help wanted

#28 - Add "isIterable" type guard

Issue - State: open - Opened by lazarljubenovic almost 5 years ago
Labels: enhancement, good first issue

#27 - Add "isTruthy" and "isFalsey" guards

Issue - State: open - Opened by lazarljubenovic almost 5 years ago - 1 comment
Labels: enhancement, good first issue

#26 - Utilize the new `asserts` feature of TS 3.7

Issue - State: open - Opened by lazarljubenovic almost 5 years ago
Labels: enhancement, question

#25 - isEnum should also accept an enumeration object

Issue - State: open - Opened by lazarljubenovic almost 5 years ago
Labels: enhancement

#24 - Add "symbol" to primitive types

Issue - State: closed - Opened by lazarljubenovic almost 5 years ago
Labels: enhancement, good first issue

#23 - Fix "isNullish" alias

Issue - State: closed - Opened by lazarljubenovic almost 5 years ago
Labels: bug, good first issue

#22 - Add "throwIf" helper

Issue - State: closed - Opened by lazarljubenovic almost 5 years ago - 1 comment
Labels: enhancement

#21 - Types which differ according to "type" or "kind"

Issue - State: open - Opened by lazarljubenovic almost 5 years ago - 1 comment
Labels: enhancement

#20 - Add a general signature for `or` (no guards)

Issue - State: closed - Opened by lazarljubenovic almost 5 years ago
Labels: enhancement, good first issue

#19 - fix: rename oneOf to isOneOf

Pull Request - State: closed - Opened by AndrijaPesic almost 5 years ago - 1 comment

#18 - Export extended Guard type

Issue - State: open - Opened by lazarljubenovic almost 5 years ago
Labels: enhancement, good first issue

#17 - Add "isAny" guard

Issue - State: closed - Opened by lazarljubenovic almost 5 years ago - 1 comment
Labels: enhancement, good first issue

#16 - Increase arguments for "or" and "and"

Issue - State: closed - Opened by lazarljubenovic about 5 years ago
Labels: enhancement, good first issue

#15 - fix: allow abstract class in isInstanceOf

Pull Request - State: closed - Opened by Michsior14 about 5 years ago - 1 comment

#14 - "isInstanceOf" doesn't work with abstract classes

Issue - State: closed - Opened by lazarljubenovic about 5 years ago
Labels: bug, help wanted

#13 - Add "isDate"

Issue - State: closed - Opened by lazarljubenovic about 5 years ago
Labels: enhancement, good first issue

#12 - Add "isTrue" and "isFalse" typeguards

Issue - State: closed - Opened by lazarljubenovic about 5 years ago
Labels: enhancement, good first issue

#11 - Add "not" helper to the FP module

Issue - State: open - Opened by lazarljubenovic about 5 years ago
Labels: enhancement, help wanted

#10 - Add contribution guidelines

Issue - State: open - Opened by lazarljubenovic about 5 years ago
Labels: enhancement

#9 - Rename "oneOf" to "isOneOf"

Issue - State: closed - Opened by lazarljubenovic about 5 years ago - 1 comment
Labels: bug, good first issue

#8 - Allow missing properties when `undefined` would be a valid value?

Issue - State: open - Opened by lazarljubenovic about 5 years ago - 1 comment
Labels: help wanted, question

#7 - Add "isTuple" typeguard

Issue - State: closed - Opened by lazarljubenovic about 5 years ago
Labels: enhancement, good first issue

#6 - "isShapeOf" should have an option to allow additional properties

Issue - State: closed - Opened by lazarljubenovic about 5 years ago - 1 comment
Labels: enhancement

#5 - Documentation typo fix

Pull Request - State: closed - Opened by JKostov about 5 years ago - 1 comment

#4 - Add "isRecord(key, value)" typeguard

Issue - State: open - Opened by lazarljubenovic about 5 years ago - 3 comments
Labels: enhancement

#3 - Add "isRecord(key, value)" typeguard

Issue - State: closed - Opened by lazarljubenovic about 5 years ago - 1 comment

#2 - Add "is not null" typeguard

Issue - State: closed - Opened by lazarljubenovic over 5 years ago

#1 - docs: fix typos and add few clarifications

Pull Request - State: closed - Opened by Pritilender over 6 years ago - 1 comment