Skip to content

Releases: JamesIves/fetch-api-data-action

v2.5.0

16 Jan 10:45

Choose a tag to compare

What's Changed

Build 🔧

  • Migrate from Node.js 20 to Node.js 24 runtime

Dependencies 🤖

  • chore(deps-dev): bump the eslint group with 2 updates by @dependabot[bot] in #1104
  • chore(deps-dev): bump typescript-eslint from 8.13.0 to 8.14.0 in the typescript group by @dependabot[bot] in #1105
  • chore(deps-dev): bump the misc group across 1 directory with 7 updates by @dependabot[bot] in #1118
  • chore(deps-dev): bump the misc group with 2 updates by @dependabot[bot] in #1122
  • chore(deps-dev): bump typescript-eslint from 8.16.0 to 8.17.0 in the typescript group by @dependabot[bot] in #1121
  • chore(deps-dev): bump the eslint group with 2 updates by @dependabot[bot] in #1120
  • chore(deps): bump codecov/codecov-action from 4.6.0 to 5.1.1 by @dependabot[bot] in #1123
  • chore(deps-dev): bump typescript-eslint from 8.17.0 to 8.18.0 in the typescript group by @dependabot[bot] in #1125
  • chore(deps-dev): bump the eslint group with 2 updates by @dependabot[bot] in #1124
  • chore(deps-dev): bump @types/node from 22.10.1 to 22.10.2 in the misc group by @dependabot[bot] in #1126
  • chore(deps): bump codecov/codecov-action from 5.1.1 to 5.1.2 by @dependabot[bot] in #1129
  • chore(deps-dev): bump the misc group across 1 directory with 6 updates by @dependabot[bot] in #1135
  • chore(deps-dev): bump typescript from 5.7.2 to 5.7.3 in the misc group by @dependabot[bot] in #1136
  • chore(deps): bump codecov/codecov-action from 5.1.2 to 5.4.0 by @dependabot[bot] in #1160
  • chore(deps-dev): bump the misc group across 1 directory with 12 updates by @dependabot[bot] in #1167
  • chore(deps): bump codecov/codecov-action from 5.4.0 to 5.4.2 by @dependabot[bot] in #1166
  • chore(deps-dev): bump typescript-eslint from 8.32.0 to 8.32.1 in the typescript group by @dependabot[bot] in #1169
  • chore(deps-dev): bump the eslint group with 2 updates by @dependabot[bot] in #1168
  • chore(deps-dev): bump @types/node from 22.15.17 to 22.15.18 in the misc group by @dependabot[bot] in #1170
  • chore(deps): bump codecov/codecov-action from 5.4.2 to 5.4.3 by @dependabot[bot] in #1172
  • chore(deps-dev): bump the misc group across 1 directory with 3 updates by @dependabot[bot] in #1173
  • chore(deps-dev): bump the misc group across 1 directory with 5 updates by @dependabot[bot] in #1175
  • chore(deps-dev): bump the misc group across 1 directory with 9 updates by @dependabot[bot] in #1180
  • chore(deps-dev): bump the misc group across 1 directory with 11 updates by @dependabot[bot] in #1186
  • chore(deps-dev): bump the misc group across 1 directory with 3 updates by @dependabot[bot] in #1190
  • chore(deps-dev): bump the misc group across 1 directory with 10 updates by @dependabot[bot] in #1198
  • chore(deps-dev): bump jest from 30.0.4 to 30.0.5 in the misc group by @dependabot[bot] in #1202
  • chore(deps): bump codecov/codecov-action from 5.4.3 to 5.5.2 by @dependabot[bot] in #1228
  • chore(deps): bump the actions group across 1 directory with 2 updates by @dependabot[bot] in #1227
  • chore(deps): bump actions/checkout from 4.2.2 to 6.0.1 by @dependabot[bot] in #1226
  • chore(deps-dev): bump jest-circus from 30.0.4 to 30.1.3 in the jest group by @dependabot[bot] in #1216
  • chore(deps-dev): bump typescript-eslint from 8.37.0 to 8.44.0 in the typescript group by @dependabot[bot] in #1217
  • chore(deps): bump actions/setup-node from 4.4.0 to 6.1.0 by @dependabot[bot] in #1225
  • chore(deps-dev): bump the eslint group across 1 directory with 4 updates by @dependabot[bot] in #1221
  • chore(deps-dev): bump the misc group across 1 directory with 6 updates by @dependabot[bot] in #1224
  • chore(deps-dev): bump @types/node from 25.0.6 to 25.0.7 in the misc group by @dependabot[bot] in #1234
  • chore(deps): bump @actions/core from 2.0.1 to 2.0.2 in the actions group by @dependabot[bot] in #1232
  • chore(deps-dev): bump typescript-eslint from 8.51.0 to 8.52.0 in the typescript group by @dependabot[bot] in #1231
  • chore(deps-dev): bump the eslint group across 1 directory with 3 updates by @dependabot[bot] in #1235
  • chore(deps): bump actions/setup-node from 6.1.0 to 6.2.0 by @dependabot[bot] in #1237
  • chore(deps-dev): bump the misc group with 2 updates by @dependabot[bot] in #1236

Full Changelog: v2...v2.5.0

v2.4.2

09 Nov 19:50

Choose a tag to compare

What's Changed

Dependencies 🤖

  • chore(deps): mass bump dependencies
  • chore(deps): switch to using .node-version instead of .nvmrc for Node dependency management.
  • chore(deps): updated node version to 22.11.0 for development

Full Changelog: v2.4.1...v2.4.2

v2.4.1

05 Jul 16:31

Choose a tag to compare

What's Changed

Dependencies 🤖

Other Changes

Full Changelog: v2...v2.4.1

v2.4.0

28 Nov 03:18

Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.4.0

v2.3.0

30 Aug 00:46

Choose a tag to compare

What's Changed

  • Resolved an issue with the environment variable generated by the action. It is now named fetchApiData as opposed to fetch-api-data (invalid on Ubuntu). This is not considered a breaking change as this was broken to begin with. This part of the code is not frequently used and thus some iteration was expected here.
  • Added integration tests to ensure the functionality of the environment variables and step output persists cross versions.
  • Added action input that allows you to modify the environment variable name. This is called variable-name, and defaults to the standard fetchApiData name if unset. Details can be found in the project readme.
  • Properly called setOutput via @actions/core so you can now reference fetchApiData as an output step too should you choose. This was previously documented in the action.yml file but not actually called in code.
  • For working examples of the above you can view the action integration tests here.

Dependencies

Full Changelog: v2...v2.3.0

v2.2.4

13 Oct 03:33

Choose a tag to compare

What's Changed

  • The action now fully runs on Node 16. (Thank you @nickmccurdy)

Changelog

New Contributors

Full Changelog: v2...v2.2.4

v2.2.3

26 Jun 13:26

Choose a tag to compare

Minor Changes

  • Linting scripts have been updated to ensure that everything across the repo gets picked up.
  • Numerous dependency updates.

New Contributors

Sponsors ❤️

github  

Full Changelog: v2...v2.2.3

v2.2.2

06 Mar 22:07

Choose a tag to compare

Minor Changes

  • Resolves some issues presented from an earlier deploy.
  • Dependency bumps across the board.

v2.2.1

06 Mar 19:33

Choose a tag to compare

Minor Changes

  • Implemented a set-output parameter that lets you toggle off the saving of the data an environment variable.

v2.2.0

12 Jan 04:25

Choose a tag to compare

Changes

  • Implements an encoding option which allows you to adjust the encoding type of the file being saved. Special thanks to @humble-barnacle001 #480