Skip to content

Releases: nronzel/xoracle

v.0.6.0

12 Feb 16:42
54bb58b
Compare
Choose a tag to compare

This release includes an expanded test suite for the utils package and improvements to error checking.

v0.5.2 - Small bugfix

12 Feb 14:27
95cf2e4
Compare
Choose a tag to compare

Fixed a small bug that caused issues with some Base64 encoded data not being detected as Base64 encoded.

The problem was a pretty bad regex check that didn't catch all Base64 data. I instead opted to just attempt decoding the Base64 data and returning if there is an error.

v0.5.1 - Default ServeMux

11 Feb 17:13
b5c6c01
Compare
Choose a tag to compare

This release drops the dependency on Chi and uses the default ServeMux in Go 1.22.

No major changes were made. This was a simple swap as I wasn't using any unique features of Chi.

No changes to the public API.

Note: I haven't tested the MacOS releases. Please open an issue if there are problems running the MacOS binaries.

v0.5.0 - Adding Semantic Versioning

11 Feb 15:50
d0aff9f
Compare
Choose a tag to compare

This release adds semantic versioning. I had to made an educated guess as to where this project currently sits. I don't feel it should quite be v1.0 yet in its current state.