Skip to content

Commit

Permalink
add release to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
zakirullin committed Aug 1, 2020
1 parent 3f3069e commit 2334e35
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.3.0] - 2020-08-01
### Added
- `getObject()`
- `getArray()`
- `getArrayOfStringToInt()`
- `getArrayOfStringToBool()`
- `getArrayOfStringToString()`

### Fix
- static classes instead of stateless type objects
- separate finder classes
- type asserts

## [0.2.1] - 2020-07-18
### Fix
- Psalm warnings (errorLevel="1")
Expand Down

0 comments on commit 2334e35

Please sign in to comment.