Skip to content

Commit 2318f91

Browse files
committed
Prepare for 1.0.2 release
1 parent 670c0d0 commit 2318f91

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
66

77
## [Unreleased][unreleased]
88

9+
## [1.0.2] - 2018-01-14
10+
This release contains massive performance improvements of 98% or more, especially for larger JSON inputs!
11+
12+
### Added
13+
- On PHP 7.x: parser will try using `json_decode()` first in case normal JSON is given, since this function is much faster (#1)
14+
15+
### Fixed
16+
- Fixed multiple performance issues (#1)
17+
- Fixed bug where `JSON_OBJECT_AS_ARRAY` was improperly taking priority over `assoc` in some cases
18+
919
## [1.0.1] - 2017-11-11
1020
### Removed
1121
- Removed accidentally-public constant
@@ -14,5 +24,6 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
1424
### Added
1525
- Initial commit
1626

17-
[unreleased]: https://github.com/colinodell/json5/compare/1.0.1...HEAD
27+
[unreleased]: https://github.com/colinodell/json5/compare/1.0.2...HEAD
28+
[1.0.2]: https://github.com/colinodell/json5/compare/1.0.1...1.0.2
1829
[1.0.1]: https://github.com/colinodell/json5/compare/1.0.0...1.0.1

0 commit comments

Comments
 (0)