Skip to content

Commit

Permalink
Version bump to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
halaxa committed May 6, 2021
1 parent 3279133 commit 39ec702
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog

## master
- Use `-` in json pointer as a wildcard in arrays. Example: `/users/-/id`
Nothing yet

<br>
<br>

## 0.7.0
### New features
- Use a `-` in json pointer as a wildcard for an array index. Example: `/users/-/id`. Thanks @cerbero90

<br>
<br>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Very easy to use and memory efficient drop-in replacement for inefficient iterat
for PHP 5.6+. See [TL;DR](#tl-dr). No dependencies in production except optional `ext-json`.

[![Build Status](https://travis-ci.com/halaxa/json-machine.svg?branch=master)](https://travis-ci.com/halaxa/json-machine)
[![Latest Stable Version](https://img.shields.io/badge/stable-0.6.1-blueviolet)](https://packagist.org/packages/halaxa/json-machine)
[![Latest Stable Version](https://img.shields.io/badge/stable-0.7.0-blueviolet)](https://packagist.org/packages/halaxa/json-machine)
[![Monthly Downloads](https://poser.pugx.org/halaxa/json-machine/d/monthly)](https://packagist.org/packages/halaxa/json-machine)

---
Expand Down

0 comments on commit 39ec702

Please sign in to comment.