juni-b-queer / bsky-event-handlers

Typescript based framework for building Bluesky bots. Designed to be easily extendable, this bot framework can be used to make almost any bot you could want.
13 stars 0 forks source link

Validator factory methods #45

Closed juni-b-queer closed 1 month ago

juni-b-queer commented 1 month ago

Relates to #43

Validators can now use Validator.make(args) to instantiate a validator, and Validator.make(args).not() to negate the validator output

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.42%. Comparing base (1ecb0fd) to head (cc6de7a).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## beta #45 +/- ## ========================================== + Coverage 96.24% 96.42% +0.18% ========================================== Files 27 27 Lines 639 672 +33 Branches 106 110 +4 ========================================== + Hits 615 648 +33 Misses 23 23 Partials 1 1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

juni-b-queer commented 1 month ago

:tada: This PR is included in version 1.1.0-beta.4 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

juni-b-queer commented 1 month ago

:tada: This PR is included in version 1.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: