Added:
- Exported
FlowQuery
type - Functions for responding to actions (e.g.
response.changeQuery(...)
,response.copyToClipboard(...)
, etc...)
Changed:
- Renamed
RequestQuery
toFlowQuery
, so it's more consistent with the rest of the API by using theFlow
prefix
Changed:
- Made
Flow.Actions.changeQuery
propertydontHideAfterAction
set totrue
by default
Added:
Flow.Actions.*
methods to make it easier to create actions
Changed:
- Custom action response is now done with
response.reply
instead ofresponse.send
Changed:
- Improved documentation, to be more complete and consistent
Changed:
- Improved documentation
- Improved examples
Removed:
- Development dependency
nodemon
, because it had vulnerability issues
- Improved overall API structure and type definitions, it's more consistent and type-safe now.
- Seperated implementation into seperate components
Check the API documentation for more information.
Fixed:
- Npm vulnerability issues
Initial release: FlowPlugin
The package name was previously being used by another developer.