File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 1.0.0]
10+ ### Changed
11+ - ** BREAKING** : Change ` jsonSortOrder ` option to a JSON string ([ #118 ] ( https://github.com/Gudahtt/prettier-plugin-sort-json/pull/118 ) )
12+ - This configuration option used to accept a file path. Now it accepts a JSON string instead. See the README for more details.
13+
914## [ 0.0.3]
1015### Added
1116- Add ` jsonSortOrder ` option ([ #92 ] ( https://github.com/Gudahtt/prettier-plugin-sort-json/pull/92 ) )
@@ -34,7 +39,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3439### Added
3540- Initial release
3641
37- [ Unreleased ] : https://github.com/Gudahtt/prettier-plugin-sort-json/compare/v0.0.3...HEAD
42+ [ Unreleased ] : https://github.com/Gudahtt/prettier-plugin-sort-json/compare/v1.0.0...HEAD
43+ [ 1.0.0 ] : https://github.com/Gudahtt/prettier-plugin-sort-json/compare/v0.0.3...v1.0.0
3844[ 0.0.3 ] : https://github.com/Gudahtt/prettier-plugin-sort-json/compare/v0.0.2...v0.0.3
3945[ 0.0.2 ] : https://github.com/Gudahtt/prettier-plugin-sort-json/compare/v0.0.1...v0.0.2
4046[ 0.0.1 ] : https://github.com/Gudahtt/prettier-plugin-sort-json/releases/tag/v0.0.1
Original file line number Diff line number Diff line change 11{
22 "name" : " prettier-plugin-sort-json" ,
3- "version" : " 0 .0.3 " ,
3+ "version" : " 1 .0.0 " ,
44 "description" : " Prettier plugin to sort JSON files alphanumerically by key" ,
55 "repository" : {
66 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments