Releases: juni-b-queer/bsky-event-handlers
Releases · juni-b-queer/bsky-event-handlers
v2.0.0-beta.1
v1.1.0
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
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
v1.1.0-beta.10
1.1.0-beta.10 (2024-05-17)
Docs
- Move creating premade handlers docs to premade handlers README (005b812)
v1.1.0-beta.9
v1.1.0-beta.8
v1.1.0-beta.7
v1.1.0-beta.6
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
v1.1.0-beta.4
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)