Skip to content

Commit

Permalink
bump to v1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Mar 9, 2024
1 parent f6f73fa commit 80c0b0f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 28 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# HISTORY

- v1.1.5
- upgraded deps
- more tests

- v1.1.3
- fixed any->int/uint
- upgraded deps
Expand Down
29 changes: 2 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,35 +50,10 @@ This library is designed for making everything customizable.

## History

- v1.1.3
- fixed any->int/uint
- upgraded deps
- v1.1.5
- upgraded deps - security patches
- more tests

- v1.1.1
- improved any <-> any converters
- updated internal times subpackage
- more tests, docs

- v1.1.0
- improved any -> string/bool/int/uint/float/complex/duration
- fixed toBool
- BREAK: toBool(3) => true. In old versions, only convert number `1` to `true`. Since v1.1.0, any non-Zero number will be converted to `true`.

- v1.0.2
- improved bool/duration/time[Slice/Map] <-> any converters
- added TrimQuotes, StripQuotes
- improved times subpackage
- fixed simple-release section inside gh actions script

- v1.0.1
- improved numeric <-> any converters

- v1.0.0
- upgrade to v1
- changed log to our logg/slog
- fixed bugs found and improved performances

- More in [CHANGELOG](https://github.com/hedzr/evendeep/blob/master/CHANGELOG)

## Usages
Expand Down
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package evendeep

const (
// Version string for hedzr/evendeep package
Version = "1.1.3"
Version = "1.1.5"
)

0 comments on commit 80c0b0f

Please sign in to comment.