Skip to content

Commit 7dc62cc

Browse files
committed
update README files for 1.0.0
1 parent a8e9077 commit 7dc62cc

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
### Version history
44

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+
511
##### 0.9.51
612
- `flag` package support to set `err2` and `assert` package configuration
713
- `err2.Catch` default mode is to log error

README.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,9 @@ func doSomething() (err error) {
129129
130130
See more information from `err2.Handle`'s documentation. It supports several
131131
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.
133135
134136
#### Error Stack Tracing
135137
@@ -527,14 +529,8 @@ Please see the full version history from [CHANGELOG](./CHANGELOG.md).
527529
528530
### Latest Release
529531
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

0 commit comments

Comments
 (0)