Releases: nronzel/xoracle
v.0.6.0
v0.5.2 - Small bugfix
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
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
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.