File tree Expand file tree Collapse file tree 2 files changed +15
-10
lines changed
Expand file tree Collapse file tree 2 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 1- ** Changes not added to tagged release **
1+ ## [ Unreleased ]
22
3- ## v1.1.0
4- [ 2016-01-05] ( https://github.com/johnstevenson/json-works/tree/v1.1.0 )
3+ ## [ 2.0.0] - 2023-04-10
4+ * Added: Major refactor for PHP 7.4 upwards
5+
6+ ## [ 1.1.0] - 2016-01-05
57* Updated test version to php7 and fixed failing json-decoding test
68* Updated structure to use PSR4 autoloader
79
8- ## v1.0.2
9- [ 2016-01-04] ( https://github.com/johnstevenson/json-works/tree/v1.0.2 )
10- * Updated test versions to php5.6 and hhvm
10+ ## [ 1.0.2] = 2016-01-04
11+ * Updated test versions to PHP 5.6 and HHVM
1112* Multiple code-style fixes
1213* Fixed bug validating against arbitrarily large integers
1314([ PR2] ( https://github.com/johnstevenson/json-works/pull/2 ) ).
1415Thanks [ aoberoi] ( https://github.com/aoberoi )
1516* Improved string handling in Document load functions and added tests
1617
17- ## v1.0.1
18- [ 2013-04-25] ( https://github.com/johnstevenson/json-works/tree/v1.0.1 )
18+ ## [ 1.0.1] - 2013-04-25
1919* Fixed newline/format bugs in Utils: dataToJson and added tests
2020* Added JohnStevenson\JsonWorks\Schema\ValidationException
2121
22- ## v1.0.0
23- [ 2013-04-22] ( https://github.com/johnstevenson/json-works/tree/v1.0.0 )
22+ ## [ 1.0.0] - 2013-04-22
2423
2524* Initial stable release.
Original file line number Diff line number Diff line change 11# Json-Works
22
3+
4+ [ ![ packagist] ( https://img.shields.io/packagist/v/johnstevenson/json-works )] ( https://packagist.org/packages/johnstevenson/json-works )
5+ [ ![ Continuous Integration] ( https://github.com/johnstevenson/json-works/actions/workflows/continuous-integration.yml/badge.svg?branch=main )] ( https://github.com/johnstevenson/json-works/actions?query=branch:main )
6+ ![ license] ( https://img.shields.io/github/license/johnstevenson/json-works.svg )
7+ ![ php] ( https://img.shields.io/packagist/php-v/johnstevenson/json-works?colorB=8892BF )
8+
39A PHP library to create, edit, query and validate [ JSON] [ json ] .
410
511## Installation
You can’t perform that action at this time.
0 commit comments