Skip to content

Releases: kevgo/text-runner

7.1.0

07 Mar 16:19
bdf119a

Choose a tag to compare

Updates to the standard library:

  • the new npm/script-name action verifies that file package.json defines a
    script with the given name
  • the new npm/script-call action verifies full calls of a script defined in
    package.json
  • renames workspace/existing-file to workspace/existing-file-with-content
  • the workspace/new-file action now allows providing the filename via a HTML
    attributed called filename
  • new workspace/existing-file action verifies only file existence, not content
  • new workspace/empty-file action creates an empty file with the given name in
    the workspace

7.0.0

07 Mar 16:20
5ae3a4a

Choose a tag to compare

  • Streamlining the naming, everything named text-run is now named
    text-runner:

    • The Text-Runner binary name changes from text-run to text-runner.
    • The configuration file name changes from text-run.yml to
      text-runner.jsonc
    • The folder in which Text-Runner looks for actions changes from text-run/
      to text-runner/.
  • The configuration file format changes from YML to JSONC (JSON with comments).

  • There is now JSON-Schema support for configuration files:

    {
      "$schema": "https://raw.githubusercontent.com/kevgo/text-runner/refs/heads/main/documentation/text-runner.schema.json",
      //...
    

v3.6.0

16 Nov 04:19
621e290

Choose a tag to compare

docs(community): Remove editor setup (#542)

v3.5.0

30 Aug 15:12
621e290

Choose a tag to compare

docs(community): Remove editor setup (#542)

v3.0.0-rc4

29 Jun 05:53
cc22f30

Choose a tag to compare

v3.0.0-rc4 Pre-release
Pre-release
Update package.json

v3.0.0-rc3

29 Jun 04:23
e22234e

Choose a tag to compare

v3.0.0-rc3 Pre-release
Pre-release
3.0.0-rc3 (#455)

v3.0.0-rc2

29 Jun 03:33
82240b9

Choose a tag to compare

v3.0.0-rc2 Pre-release
Pre-release
3.0.0-rc2 (#452)

Functional architecture

28 Jun 04:25
d46e271

Choose a tag to compare

Pre-release
v3.0.0-rc1

3.0.0-rc1 (#449)

v2.2.0

30 Apr 23:14
1c93a0c

Choose a tag to compare

v2.2.0

v2.1.0

20 Apr 03:45
f57bf8e

Choose a tag to compare

Allow more tag types (#401)