1
0
mirror of https://github.com/halaxa/json-machine.git synced 2025-01-17 13:08:16 +01:00

Version bumped to 0.6.1 + Release notes

This commit is contained in:
Filip Halaxa 2021-04-06 11:51:24 +02:00
parent 6bc53a05e6
commit 52a5521768
2 changed files with 8 additions and 1 deletions

View File

@ -6,6 +6,13 @@ Nothing yet
<br>
<br>
## 0.6.1
### Fixed bugs
- Empty dict at the end of an item was causing Syntax error in the next item. Reason: closing `}` did not set object key expectation to `false`. (#41 via PR #42).
<br>
<br>
## 0.6.0
### New features
- **New:** Json pointer can find scalar values in JSON document as well as iterable values. See

View File

@ -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.0-blueviolet)](https://packagist.org/packages/halaxa/json-machine)
[![Latest Stable Version](https://img.shields.io/badge/stable-0.6.1-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)
---