Skip to content

Releases: 5Sigma/spyder

v0.3.0

27 Aug 04:58
Compare
Choose a tag to compare

Changelog

afb3f7c Config file refactor
69e457f Update README.md
4252d8b Update README.md
48c37e3 Update README.md
eeb5de8 Update example in README
e1c0924 The request body available to scripts is now a JS Object.
c8c791c Scripting response body has automatic JS conversion.
2dc08e0 TASK command
f82eced Variable structure in default configs


Automated with GoReleaser
Built with go version go1.9 linux/amd64

v0.2.1

25 Aug 21:31
Compare
Choose a tag to compare

Changelog

1d535dc Crash for nested params during GET
d65b599 Added support for data params in PUT request.
12773c7 Added variable prompts to endpoints
9446da9 Added snapcraft to deploy


Automated with GoReleaser
Built with go version go1.9 linux/amd64

v0.2.0

13 Aug 05:50
Compare
Choose a tag to compare

Changelog

5ace77d Removed test file
e89e992 Linting fixes
3fb8ecd Endpoint test fixes
b863e2f v0.1.2
02fe20a Fixed an issue with empty configuration files.
80c4b3f v0.1.2
7f18d1a Fixed an issue with empty configuration files.
54b41bc v0.1.2
b0698c5 Update README.md
7f570b3 Fixed an issue with empty configuration files.
702a6bc v0.1.2
72499ef Added hammer command
74af47d Fake data expansion
dad4fa7 Update README.md
cab2b98 Update README.md
71e82b9 Changed explorer commands
331f6a3 Script refactor
a9ef37a Fixed an issue with empty configuration files.
0ad95eb Merge pull request #4 from 5Sigma/revert-3-develop
8006048 Revert "Develop (#3)"
f36d73d Develop (#3)


Automated with GoReleaser
Built with go version go1.7.4 linux/amd64

v0.1.2

11 Aug 18:10
Compare
Choose a tag to compare

v0.1.2

  • Added TravisCI integration

  • Added README

  • Variable Expansion in Endpoint Configurations

Config objects themselves support expanding strings
containing variables.

This was implemented in the endpoint configuration. Variables can now be
used in request data, query params, headers, request method, and in the
URL. If the variable exists in either configuration it will be expanded
to its value.

v0.1.1

11 Aug 02:12
Compare
Choose a tag to compare

Changelog

49c4688 Added goreleaser


Automated with GoReleaser
Built with go version go1.7.4 linux/amd64