Skip to content

Releases: archive/github-actions-slack

v2.9.0

30 Jan 08:23
df8416e
Compare
Choose a tag to compare

What's Changed

Updated dependencies

  • @actions/github latest 5.1.1 ❯ 6.0.0
  • @vercel/ncc latest 0.38.0 ❯ 0.38.1
  • eslint latest 8.50.0 ❯ 8.56.0
  • eslint-config-prettier latest 9.0.0 ❯ 9.1.0
  • eslint-plugin-prettier latest 5.0.0 ❯ 5.1.3
  • prettier latest 3.0.3 ❯ 3.2.4

(Details: #70 and #73)

Updated Node Version

Upgraded from Node v16 to Node v20

(Details: #74)

Updated CodeQL Version (static code analyzer)

Upgraded CodeQL from v2 to v3

(Details: #75)

Full Changelog

v2.8.0...v2.9.0

v2.8.0

01 Oct 20:53
Compare
Choose a tag to compare

Dependency Updates:

  • @actions/core latest 1.10.0 ❯ 1.10.1
  • @vercel/ncc latest 0.36.1 ❯ 0.38.0
  • eslint latest 8.36.0 ❯ 8.50.0
  • eslint-config-prettier latest 8.8.0 ❯ 9.0.0
  • eslint-plugin-prettier latest 4.2.1 ❯ 5.0.0
  • jest latest 29.5.0 ❯ 29.7.0
  • prettier latest 2.8.7 ❯ 3.0.3

Small fixes:

  • Typo in test
  • Type on README

v2.7.0

26 Mar 20:50
d9dae40
Compare
Choose a tag to compare

What's Changed

Dev dependency updates:

  • Jest
  • Eslint
  • Ncc
  • CodeQL (github action)

Example updates:

v2.6.0

14 Oct 23:08
9ccf59f
Compare
Choose a tag to compare

What's Changed

Blocks support! Now you can send and update messages with rich / complex layout structures.

For more information about blocks: https://api.slack.com/messaging/composing/layouts

Example

image

v2.5.0

14 Oct 07:07
Compare
Choose a tag to compare

What's Changed

This release update all dependent packages and used nodejs version. No new functions, that will come in next release.

Full Changelog: v2.4.0...v2.5.0

v2.4.0

13 Mar 22:09
deecc2e
Compare
Choose a tag to compare

What's Changed

  • Same escaping on both post and update message, #42
  • Update all dependencies to latest version, #41
  • Clean-up on unit test, #40

v2.3.2

03 Feb 20:50
4a445df
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.1...v2.3.2

v2.3.1

15 Oct 04:50
Compare
Choose a tag to compare

Updates to sample actions, no feature change

v2.3.0

14 Oct 21:26
Compare
Choose a tag to compare

Adds support for sending message to multiple channels:

....
slack-channel: CPPUV5KU0,C02HEBQP46T
....

This introduce a new output variable called slack-results (slack.result is still present)

v2.2.3

28 Sep 12:13
fab6d14
Compare
Choose a tag to compare

Update of yarn packages