Releases: kisunji/e
Releases · kisunji/e
Official Release
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
v0.9.2
Finalized godocs and README
v0.9.1-alpha Add additional info, format with prettier
Alpha Release
v0.9.0-alpha Change wording