File tree 2 files changed +15
-10
lines changed
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 ]
2
2
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
5
7
* Updated test version to php7 and fixed failing json-decoding test
6
8
* Updated structure to use PSR4 autoloader
7
9
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
11
12
* Multiple code-style fixes
12
13
* Fixed bug validating against arbitrarily large integers
13
14
([ PR2] ( https://github.com/johnstevenson/json-works/pull/2 ) ).
14
15
Thanks [ aoberoi] ( https://github.com/aoberoi )
15
16
* Improved string handling in Document load functions and added tests
16
17
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
19
19
* Fixed newline/format bugs in Utils: dataToJson and added tests
20
20
* Added JohnStevenson\JsonWorks\Schema\ValidationException
21
21
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
24
23
25
24
* Initial stable release.
Original file line number Diff line number Diff line change 1
1
# Json-Works
2
2
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
+
3
9
A PHP library to create, edit, query and validate [ JSON] [ json ] .
4
10
5
11
## Installation
You can’t perform that action at this time.
0 commit comments