Skip to content

v1.2.0

Compare
Choose a tag to compare
@JeremyLoy JeremyLoy released this 31 Oct 04:14
· 28 commits to master since this release
13c22a5

Error handling!

To(*struct) now returns an error.

  • Bad file i/o no longer panics.
  • conversion errors are no longer ignored

I know this was a much requested feature, I too wanted idiomatic error handling. I just needed to sit on it a bit to find the right solution.

Hoping to improve it in the near future with a concrete and inspectable error type, keep an eye out for that.