Skip to content

Releases: gowool/echox

v0.2.0

17 Mar 13:46

Choose a tag to compare

chore: update Go and golangci-lint versions in workflow

Upgrade Go to version 1.24 and golangci-lint to version 1.64 in the GitHub Actions workflow. This ensures compatibility with the latest tooling and improves linting capabilities.

v0.1.2

01 Dec 04:12

Choose a tag to compare

fix: marshal json or yaml

v0.1.1

27 Nov 21:53

Choose a tag to compare

chore: enable echo logger

v0.1.0

26 Nov 17:53

Choose a tag to compare

refactor(api): crud

v0.0.9

25 Nov 17:49

Choose a tag to compare

refactor(api): create handler

v0.0.8

23 Nov 14:33

Choose a tag to compare

feat: add expression skipper

v0.0.7

19 Nov 23:05

Choose a tag to compare

refactor: echo input params

v0.0.6

19 Nov 21:54

Choose a tag to compare

refactor!: web AsHandler and api AsHandler

v0.0.5

19 Nov 14:53

Choose a tag to compare

refactor!: move api authorization middleware in api package, also add…

v0.0.4

11 Nov 02:47

Choose a tag to compare

fix: race condition