Skip to content

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

v2.0.0-beta.1

21 May 05:55
bb5f529
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

2.0.0-beta.1 (2024-05-21)

Breaking Changes

  • Change handle signature in Actions (ff962e8)
  • Change handle signature in Handlers (8e26d75)
  • Change handle signature in Validators (b14b9f0)
  • Change handle signature in Validators (879a056)

Testing

  • Fix all tests for handle signature change (3e4d89e)

v1.1.0

20 May 17:42
46c19ce
Compare
Choose a tag to compare

1.1.0 (2024-05-20)

Features

  • Add follow user validation tests and update FollowValidators (73a474b)
  • Add make Factory method to actions (84097f6)
  • Add make Function for Handlers (729d248)
  • Add make function to OfflineHandler (ec0afa7)
  • Add make function to Validators (dd14173)
  • Add optional handlerAgent parameter to handle method in handlers (0db8182)
  • Factories on JetstreamTypes! (ad21eb5)
  • Refactor handlers to accept handlers as action (3b5dad4)

General Updates

  • Add make function to easily create defaults of type (94036b5)

Fixes

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

Formatting

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

Docs

  • add contact me section (4065610)
  • Add docs for Not Validator (3871217)
  • Add docs for using Handlers as Actions (4a83768)
  • add releases icons (25a9c31)
  • Big readme update to show version, build status, and code coverage (970eb32)
  • Link to Handlers README.md in premade-handlers README.md (b2152d8)
  • Move creating premade handlers docs to premade handlers README (005b812)
  • Remove docs for Not Validator (2d82c7f)
  • update beta link (2f0336e)
  • Update documentation for action and handlers make factory (1ecb0fd)
  • Update Tests for validators to use make function (4d82a48)
  • Update validations readme to show default strict values (10c9ced)
  • Update validators readme to use make function (c5329ba)

Refactoring

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

Testing

  • add additional ReplyingToBotValidator test (81b1652)
  • Add tests for handler make functions (065b579)
  • Add tests for strict param in InputContainsValidator (d82870b)
  • Add tests for type factories (1685abd)
  • Added DebugLog tests and fixed level checking in DebugLog (53f96c8)
  • Better tests for Good and Bad bot handlers (d8dd9f6)
  • Better tests for OfflineHandler (dcc1c21)
  • Initial testing with Type factories (6e54f50)
  • Initial testing with Type factories (aeeec3f)
  • Optimize imports, and ensure messages have correct collection (78da332)
  • Update and add new tests for HandlerAgent (6cd25f4)
  • Use factories in Action, Agent, Firehose, and Handler tests (bdccf69)
  • Use factories in Validator tests (472717e)
  • Write Tests for Action make functions (304251d)

v1.1.0-beta.11

20 May 16:42
15c0cc0
Compare
Choose a tag to compare
v1.1.0-beta.11 Pre-release
Pre-release

1.1.0-beta.11 (2024-05-20)

Features

  • Factories on JetstreamTypes! (ad21eb5)

General Updates

  • Add make function to easily create defaults of type (94036b5)

Testing

  • Add tests for type factories (1685abd)
  • Initial testing with Type factories (6e54f50)
  • Initial testing with Type factories (aeeec3f)
  • Use factories in Action, Agent, Firehose, and Handler tests (bdccf69)
  • Use factories in Validator tests (472717e)

v1.1.0-beta.10

17 May 15:40
ac2763a
Compare
Choose a tag to compare
v1.1.0-beta.10 Pre-release
Pre-release

1.1.0-beta.10 (2024-05-17)

Docs

  • Move creating premade handlers docs to premade handlers README (005b812)

v1.1.0-beta.9

09 May 05:39
2f0336e
Compare
Choose a tag to compare
v1.1.0-beta.9 Pre-release
Pre-release

1.1.0-beta.9 (2024-05-09)

Docs

v1.1.0-beta.8

09 May 05:06
Compare
Choose a tag to compare
v1.1.0-beta.8 Pre-release
Pre-release

1.1.0-beta.8 (2024-05-09)

Docs

v1.1.0-beta.7

09 May 04:52
Compare
Choose a tag to compare
v1.1.0-beta.7 Pre-release
Pre-release

1.1.0-beta.7 (2024-05-09)

Docs

v1.1.0-beta.6

09 May 04:39
Compare
Choose a tag to compare
v1.1.0-beta.6 Pre-release
Pre-release

1.1.0-beta.6 (2024-05-09)

Docs

  • Big readme update to show version, build status, and code coverage (970eb32)

v1.1.0-beta.5

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

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

Docs

  • Remove docs for Not Validator (2d82c7f)

v1.1.0-beta.4

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

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

Features

  • Add make function to Validators (dd14173)

Docs

  • Update validators readme to use make function (c5329ba)

Testing

  • Update Tests for validators to use make function (4d82a48)