go-jsonerror v0.1.2 Release Notes

Release Date: 2019-09-23 // over 4 years ago
  • ✨ Enhancements

    • ➕ Added in json tag to the Errors within the ErrorJson struct so that Errors are marshaled as errors to fall in line with the json spec

Previous changes from v0.1.1

  • ✨ Enhancements

    • 📦 Package name from jsonError to jsonerror to fall in line with go conventions
    • ✅ Renamed jsonError.go to json_error.go along with the appropriate test to fall in line with go conventions