Skip to content

Releases: Satak/webrequest-action

v1.5.0

14 Nov 11:26
3697cc0
Compare
Choose a tag to compare

What's Changed

  • feat: update node version and libraries by @Satak in #32

Full Changelog: v1.4.0...v1.5.0

v1.4.0

19 May 05:46
Compare
Choose a tag to compare
  • Updated axios to 1.4.0
  • Updated @actions/core to 1.10.0

This should fix deprecations

Full Changelog: v1.3...v1.4.0

v1.3

07 May 14:22
c3f604e
Compare
Choose a tag to compare

bump to node 16

v1.2.4

05 Jan 10:11
Compare
Choose a tag to compare
  • Bump library versions

v1.2.3

10 May 07:39
Compare
Choose a tag to compare
  • Bump library versions

v1.2.2

05 Dec 12:08
8811ab0
Compare
Choose a tag to compare

Simplify Axios function and testing

v1.2.1

05 Dec 09:29
da0e2c9
Compare
Choose a tag to compare

Add better jest tests

v1.2

05 Dec 07:27
Compare
Choose a tag to compare

Add JSON fetch data to output and jest unit tests

v1.1

04 Dec 16:44
Compare
Choose a tag to compare

Added test badge and delete method

Version 1

04 Dec 12:28
Compare
Choose a tag to compare

First viable version with support for inputs:

  • url
  • method
    • post
    • put
    • patch
    • get
  • headers
  • username
  • password

Uses axios library