File tree 2 files changed +14
-12
lines changed
2 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 2
2
3
3
### Version history
4
4
5
+ ##### 0.9.52
6
+ - ` err2.Stderr ` helpers for ` Catch/Handle ` to direct auto-logging + snippets
7
+ - ` assert ` package ` Shorter ` ` Longer ` helpers for automatic messages
8
+ - ` asserter ` package remove deprecated slow reflection based funcs
9
+ - cleanup and refactoring for sample apps
10
+
5
11
##### 0.9.51
6
12
- ` flag ` package support to set ` err2 ` and ` assert ` package configuration
7
13
- ` err2.Catch ` default mode is to log error
Original file line number Diff line number Diff line change @@ -129,7 +129,9 @@ func doSomething() (err error) {
129
129
130
130
See more information from ` err2.Handle ` 's documentation. It supports several
131
131
error-handling scenarios. And remember that you can have as many error handlers
132
- per function as you need.
132
+ per function as you need, as well as you can chain error handling functions per
133
+ ` err2.Handle ` that allows you to build new error handling middleware for your
134
+ own purposes.
133
135
134
136
#### Error Stack Tracing
135
137
@@ -527,14 +529,8 @@ Please see the full version history from [CHANGELOG](./CHANGELOG.md).
527
529
528
530
### Latest Release
529
531
530
- ##### 0.9.52
531
- - ` err2.Stderr ` helpers for ` Catch/Handle` to direct auto-logging + snippets
532
- - ` assert` package ` Shorter` ` Longer` helpers for automatic messages
533
- - ` asserter` package remove deprecated slow reflection based funcs
534
- - cleanup and refactoring for sample apps
535
-
536
- ### Upcoming releases
537
-
538
- ##### 0.9.6
539
- - Continue removing unused parts and repairing for 1.0.0 release.
540
- - Always more and better documentation
532
+ ##### 1.0.0
533
+ - Documentation updates and cleanups
534
+ - ` Catch/Handle` take unlimited amount error handler functions
535
+ - allows building e.g. error handling middleware
536
+ - technical refactoring like variadic function calls only in API level
You can’t perform that action at this time.
0 commit comments