Skip to content

Releases: kisunji/e

Official Release

18 Jul 02:50
Compare
Choose a tag to compare

API is production ready 🎉!

Changelog:

  • Removed op as a parameter - it will be fetched at runtime with reflection
  • Added stacktrace to be added at runtime
  • Moved from Error struct to interface due to unexpected err != nil behaviour
    • (*Error)nil != (error)nil
    • Valuable lesson in go interfaces and nil (see this post)

Bugfix

08 Apr 18:50
Compare
Choose a tag to compare

Fixed a bug that caused custom error types implementing ClientFacing to be skipped during ErrorCode/ErrorMessage

v0.9.2

08 Apr 17:01
Compare
Choose a tag to compare
v0.9.2 Pre-release
Pre-release
Change reference to package e

Finalized godocs and README

08 Apr 15:57
Compare
Choose a tag to compare
Pre-release
v0.9.1-alpha

Add additional info, format with prettier

Alpha Release

07 Apr 23:44
Compare
Choose a tag to compare
Alpha Release Pre-release
Pre-release
v0.9.0-alpha

Change wording