Skip to content

Commit 7139d12

Browse files
committed
Version 0.3.0
1 parent ce60062 commit 7139d12

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
All notable changes to this project will be documented in this file.
33

44
## [Unreleased]
5+
6+
7+
## [0.3.0] - 2022-08-21
58
### Changed
69
- Added support for handling custom types derived from `map[string]interface{}` and `[]interface{}`
710
- **Breaking:** Minimum Go version bumped from 1.15 to 1.17

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ and you shall receive.
1010
</p>
1111
Ask provides a simple way of accessing nested properties in maps and slices. Works great in combination with encoding/json and other packages that "Unmarshal" arbitrary data into Go data-types. Inspired by the get function in the lodash javascript library.
1212

13+
14+
:warning: From version `v0.3.0`, the package requires [Go 1.17+](https://golang.org/doc/install), due to the usage of new additions to the reflect package.
15+
1316
## Use
1417

1518
```go

0 commit comments

Comments
 (0)