Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
steevanb committed May 8, 2018
1 parent 2cf4978 commit 0feea24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[![version](https://img.shields.io/badge/version-1.0.0-green.svg)](https://github.com/steevanb/php-typed-array/tree/1.0.0)
[![version](https://img.shields.io/badge/version-1.0.1-green.svg)](https://github.com/steevanb/php-typed-array/tree/1.0.1)
[![php](https://img.shields.io/badge/php-^7.1-blue.svg)](https://php.net)
![Lines](https://img.shields.io/badge/code%20lines-384-green.svg)
![Lines](https://img.shields.io/badge/code%20lines-407-green.svg)
![Total Downloads](https://poser.pugx.org/steevanb/php-typed-array/downloads)
[![SensionLabsInsight](https://img.shields.io/badge/SensionLabsInsight-platinum-brightgreen.svg)](https://insight.sensiolabs.com/projects/6446d0f7-4925-4fa2-b34a-4d00204290f9/analyses/1)
[![Scrutinizer](https://scrutinizer-ci.com/g/steevanb/php-typed-array/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/steevanb/php-typed-array/)

### php-typed-array
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 1.0.1 - 2018-08-05

- Change array type hint to iterable in `AbstractTypedArray::__construct()`

### 1.0.0 - 2018-01-18

- Create `\IntArray`, `\IntNullableArray`, `\StringArray`, `\StringNullableArray` and `\ObjectArray`

0 comments on commit 0feea24

Please sign in to comment.