mirror of
https://github.com/halaxa/json-machine.git
synced 2025-01-17 13:08:16 +01:00
Version bump to 0.7.0
This commit is contained in:
parent
32791336e5
commit
39ec702c43
@ -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>
|
||||
|
@ -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)
|
||||
|
||||
---
|
||||
|
Loading…
x
Reference in New Issue
Block a user