Skip to content

Releases: TrueSparrowSystems/slackmin

Release v4.0.0

30 Jan 13:49
8218873
Compare
Choose a tag to compare
  • Republished package under True Sparrow organisation.

Release v3.0

25 Aug 04:39
e48833d
Compare
Choose a tag to compare
  • 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

06 Jun 05:45
319aacb
Compare
Choose a tag to compare

Slackmin v2.0.0

  • whitelistedChannels Map was changed to whitelistedChannelIds Array in the constructor of Slackmin.
  • Readme file was refactored with much more explanation and examples.

Release v1.0

26 May 10:03
64dfbd1
Compare
Choose a tag to compare

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.