Releases: nrfta/go-errors
Releases · nrfta/go-errors
v0.3.2
🐛 Bug Fix
- fix: error type assertion with errors.As (#25) @gjarmstrong
Contributors
@gjarmstrong and @josemarluedke
For full changes, see the comparison between v0.3.1 and v0.3.2
v0.3.1
🏠 Internal
- chore: add remaining exports (#24) @gjarmstrong
- chore: update README install link (#23) @m-bodmer
Contributors
@gjarmstrong, @josemarluedke and @m-bodmer
For full changes, see the comparison between v0.3.0 and v0.3.1
v0.3.0
🚀 Enhancement
- Add Is and As exports from std errors lib (#22) @gjarmstrong
🏠 Internal
- Add Is and As exports from std errors lib (#22) @gjarmstrong
Contributors
@gjarmstrong, @josemarluedke and @strobus
For full changes, see the comparison between v0.2.0 and v0.3.0
v0.2.0
🔧 Tooling
- Migrate CI to GitHub Actions (#15) @josemarluedke
📦 Dependencies
- ⬆️ Bump github.com/onsi/ginkgo from 1.10.1 to 1.10.3 (#14) @dependabot-preview
- ⬆️ Bump github.com/onsi/gomega from 1.7.0 to 1.7.1 (#13) @dependabot-preview
- ⬆️ Bump github.com/onsi/ginkgo from 1.10.0 to 1.10.1 (#11) @dependabot-preview
- ⬆️ Bump github.com/onsi/ginkgo from 1.9.0 to 1.10.0 (#10) @dependabot-preview
- ⬆️ Bump github.com/onsi/gomega from 1.6.0 to 1.7.0 (#9) @dependabot-preview
- ⬆️ Bump github.com/onsi/ginkgo from 1.8.0 to 1.9.0 (#8) @dependabot-preview
- ⬆️ Bump github.com/onsi/gomega from 1.5.0 to 1.6.0 (#7) @dependabot-preview
Contributors
@dependabot-preview, @dependabot-preview[bot] and @josemarluedke
For full changes, see the comparison between v0.1.1 and v0.2.0
v0.1.1
🐛 Bug Fix
- Fix getting stack trace of non go-error error (#6) @josemarluedke
Contributors
For full changes, see the comparison between v0.1.0 and v0.1.1
v0.1.0
⚡ New Feature
- Initial Implementation (#1) @josemarluedke
📝 Documentation
- Add documentation to readme (#5) @josemarluedke
- Readme template and License (#2) @josemarluedke
🔧 Tooling
- Add Travis CI (#3) @josemarluedke
- Add release drafter and GitHub Actions (#4) @josemarluedke