Releases: valueof/meh
v0.3 | fewer bugs
This version fixes a bunch of bugs and improves UX of the web version, especially around error handling. No changes to the parser itself.
Full Changelog: v0.2...v0.3
v0.2 | http ok
This release adds a web server capability to meh
. You can run a web server by using the -server
option:
$ meh -server=localhost:8080
This will run a rather simple web server that accepts uploads of ZIP files, converts them using meh
parser, and sends the resulting file as a download. No tracking, not even JavaScript.
v0.1 | hello, friend
One project I didn't get to finish at Medium was converting data export format to JSON, for better interoperability. This is me making good on my promise to Greg and also practicing writing in Go.
Attaching only one binary, compiled for Apple M1 chips. I don't have any other computers at the moment. You can build your own binary by downloading the source code and running: go build
.
So far this has been tested only on my own data. If you find it not working on your data, feel free to open a bug report or a pull request.