Releases: TrueSparrowSystems/slackmin
Releases · TrueSparrowSystems/slackmin
Release v4.0.0
- Republished package under True Sparrow organisation.
Release v3.0
- Multi-workspace support added. Now the slack apps can be from different slack workspaces / domains.
- Validators functions exposed for easy integration with non Express frameworks like Koa, Fastify, etc.
- Whitelisted channels validation made optional. Pass
whiteListedChannels
as an empty array when initializing Slackmin to skip this validation. - Whitelisted users validation made optional. Pass
whitelistedUsers
as an empty array when initializing Slackmin to skip this validation.
Release v2.0
Slackmin v2.0.0
whitelistedChannels
Map was changed towhitelistedChannelIds
Array in the constructor of Slackmin.- Readme file was refactored with much more explanation and examples.
Release v1.0
Slackmin v1.0.0
- This is the very first release of this package.
- Middleware functions needed for implementation of slash commands and interactive endpoints are exposed.
- Message and Modal helper wrappers exposed.