Skip to content

Releases: juni-b-queer/bsky-event-handlers

v1.1.0-beta.3

08 May 05:27
Compare
Choose a tag to compare
v1.1.0-beta.3 Pre-release
Pre-release

1.1.0-beta.3 (2024-05-08)

Docs

  • Update documentation for action and handlers make factory (1ecb0fd)

v1.1.0-beta.2

08 May 01:55
9bcaf03
Compare
Choose a tag to compare
v1.1.0-beta.2 Pre-release
Pre-release

1.1.0-beta.2 (2024-05-08)

Features

  • Add make Factory method to actions (84097f6)
  • Add make Function for Handlers (729d248)
  • Add make function to OfflineHandler (ec0afa7)

Testing

  • Add tests for handler make functions (065b579)
  • Write Tests for Action make functions (304251d)

v1.1.0-beta.1

07 May 16:49
a560d7b
Compare
Choose a tag to compare
v1.1.0-beta.1 Pre-release
Pre-release

1.1.0-beta.1 (2024-05-07)

Formatting

  • Major formatting with ner .prettierrc (07885ba)
  • Refactor variable declaration to const in FunctionAction tests (f1b47f6)

Docs

  • Add docs for Not Validator (3871217)
  • Add docs for using Handlers as Actions (4a83768)
  • Link to Handlers README.md in premade-handlers README.md (b2152d8)
  • Update validations readme to show default strict values (10c9ced)

Refactoring

  • Add debug logging level and simplify log method (3f48a3b)

Testing

  • add additional ReplyingToBotValidator test (81b1652)
  • Add tests for strict param in InputContainsValidator (d82870b)
  • Added DebugLog tests and fixed level checking in DebugLog (53f96c8)
  • Better tests for Good and Bad bot handlers (d8dd9f6)
  • Better tests for OfflineHandler (dcc1c21)
  • Optimize imports, and ensure messages have correct collection (78da332)
  • Update and add new tests for HandlerAgent (6cd25f4)

Fixes

  • Add strict parameter to InputContainsValidator class (6d1bf91)
  • Fix code copied from InputStartsWith to InputContains to use includes (8482af2)

Features

  • Add follow user validation tests and update FollowValidators (73a474b)
  • Add optional handlerAgent parameter to handle method in handlers (0db8182)
  • Refactor handlers to accept handlers as action (3b5dad4)

v1.0.0 🎉

06 May 22:38
c647c48
Compare
Choose a tag to compare

1.0.0 (2024-05-06)

Docs

  • add create validation and action docs (98804e9)
  • Add docs for Jetstream Subscription (f56cba2)
  • Add docs for Jetstream Subscription (c535882)
  • Add docs for making reusable handlers (26b548c)
  • Add docs for making reusable handlers (517a592)
  • See readme for full changes (4e940ea)
  • Update Readme for bunx create-bsky-bot (b5f0a30)
  • updated readme for scaffolding with create-bsky-bot (e012adb)

Fixes

  • Add URI generation method in HandlerAgent class (a345def)
  • oops, i used bun here (85a088b)
  • Update argument type in ReplyToSkeetWithGeneratedTextAction (032c273)
  • update atproto/api version (e92e014)

Breaking Changes

  • Commit for marking this as breaking (77dbbe9)

v1.0.0-beta.8

06 May 22:33
Compare
Choose a tag to compare
v1.0.0-beta.8 Pre-release
Pre-release

1.0.0-beta.8 (2024-05-06)

Docs

  • updated readme for scaffolding with create-bsky-bot (e012adb)

v1.0.0-beta.7

06 May 22:27
4afd63e
Compare
Choose a tag to compare
v1.0.0-beta.7 Pre-release
Pre-release

1.0.0-beta.7 (2024-05-06)

Docs

  • Add docs for Jetstream Subscription (f56cba2)
  • Add docs for Jetstream Subscription (c535882)

v1.0.0-beta.6

06 May 22:17
fdb04d6
Compare
Choose a tag to compare
v1.0.0-beta.6 Pre-release
Pre-release

1.0.0-beta.6 (2024-05-06)

Docs

  • Add docs for making reusable handlers (26b548c)

v1.0.0-beta.5

06 May 22:15
2562c03
Compare
Choose a tag to compare
v1.0.0-beta.5 Pre-release
Pre-release

1.0.0-beta.5 (2024-05-06)

Docs

  • add create validation and action docs (98804e9)
  • Add docs for making reusable handlers (517a592)

v1.0.0-beta.4

06 May 18:49
aa10146
Compare
Choose a tag to compare
v1.0.0-beta.4 Pre-release
Pre-release

1.0.0-beta.4 (2024-05-06)

Fixes

  • Update argument type in ReplyToSkeetWithGeneratedTextAction (032c273)

v1.0.0-beta.3

06 May 16:16
45c850c
Compare
Choose a tag to compare
v1.0.0-beta.3 Pre-release
Pre-release

1.0.0-beta.3 (2024-05-06)

Fixes

  • Add URI generation method in HandlerAgent class (a345def)