Skip to content

Commit 558f3df

Browse files
committed
Update .md files to fix markdownlint errors.
1 parent ae09803 commit 558f3df

File tree

4 files changed

+148
-148
lines changed

4 files changed

+148
-148
lines changed

Changelog.md

Lines changed: 51 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,111 +1,123 @@
1-
ProcessGraphQL Changelog
2-
========================
1+
# ProcessGraphQL Changelog
32

4-
### 1.0.0-rc15
5-
#### ⚠️ WARNING: Breaking Changes! ⚠️
6-
The ProcessGraphQl was rewritten to use [webonyx/graphql-php][webonyx/graphql-php] instead of [youshido/graphql](http://github.com/youshido/graphql). There are also several deprecations regarding the
7-
built in page fields.
3+
## 1.0.0-rc15
4+
5+
### ⚠️ WARNING: Breaking Changes! ⚠️
6+
7+
The ProcessGraphQl was rewritten to use [webonyx/graphql-php][webonyx/graphql-php] instead of [youshido/graphql](http://github.com/youshido/graphql). There are also several deprecations regarding the built in page fields.
88

99
- The following fields no longer will be available for Page object types.
10-
- `find`
11-
- `next`
12-
- `prev`
13-
- `rootParent`
14-
- `siblings`
10+
- `find`
11+
- `next`
12+
- `prev`
13+
- `rootParent`
14+
- `siblings`
1515
- Also an experimental `pages` field is no longer supported.
1616
- The lowest version of PHP is 7.1 is required.
1717
- If you had used a third-party module to support additional PW fields for GraphQL, then they are no longer going to work. You'll have to update them to use [webonyx/graphql-php][webonyx/graphql-php].
1818
- If you used `GraphqlFieldtypeMapMarker` module, you need to update it to the latest vesion available.
1919

2020
### 0.23.3
21+
2122
- Fix module installation via class name from pw modules directory.
2223

2324
### 0.23.0
25+
2426
- Simpler naming for GraphQL types.
2527
- Update GraphiQL js dependencies.
2628

2729
### 0.22.0
30+
2831
- Add support for third-party Fieldtypes.
2932

3033
### 0.20.0
34+
3135
- Add support for `first` & `last` fields for PageArray types.
3236

3337
### 0.19.0
38+
3439
- Add support for `FieldtypeOptions`.
3540

3641
### 0.18.5
42+
3743
- Fix `DatetimeResolverTrait`
3844

3945
### 0.18.3
40-
- Adds support for format argument for FieldtypeDatetime Including built-in
41-
fields created & modified. Now you can pass [PHP date](https://secure.php.net/manual/en/function.date.php) formattting string and
42-
get dates exactly how you want.
46+
47+
- Adds support for format argument for FieldtypeDatetime Including built-in fields created & modified. Now you can pass [PHP date](https://secure.php.net/manual/en/function.date.php) formattting string and get dates exactly how you want.
4348

4449
### 0.17.0
45-
This release introduces lots of changes to repository structure and development
46-
process.
47-
- The master branch no longer tracks the vendor directory. This means that it
48-
is not suitable as a ProcessWire module. Instead you need to use [latest release][latest-release]
49-
tags as a ProcessWire module. Release branches are a minified version of this
50-
module that includes everything needed and works out of the box. The master
51-
branch is used for development.
52-
- Now we have a Continious Integration implemented. [![Build Status][travis-ci-badge]][travis-ci]
53-
This means that people can contribute confidently by running test suite and
54-
be sure that nothing has broken and a pull-request will be merged.
55-
- `$ProcessGraphQL->executeGraphQL` now accepts `payload` & `variables` as an
56-
argument. This allows you to modify the payload from client and manually pass
57-
it to the module to meet your needs.
50+
51+
This release introduces lots of changes to repository structure and development process.
52+
53+
- The master branch no longer tracks the vendor directory. This means that it is not suitable as a ProcessWire module. Instead you need to use [latest release][latest-release] tags as a ProcessWire module. Release branches are a minified version of this module that includes everything needed and works out of the box. The master branch is used for development.
54+
- Now we have a Continious Integration implemented. [![Build Status][travis-ci-badge]][travis-ci] This means that people can contribute confidently by running test suite and be sure that nothing has broken and a pull-request will be merged.
55+
- `$ProcessGraphQL->executeGraphQL` now accepts `payload` & `variables` as an argument. This allows you to modify the payload from client and manually pass it to the module to meet your needs.
5856

5957
### 0.16.0
58+
6059
- Add support for getQuery & getMutation hooks.
6160

6261
### 0.15.3
62+
6363
- Fix numChildren field.
6464

6565
### 0.15.2
66+
6667
- Fix the default value bug.
6768

6869
### 0.15.1
70+
6971
- Fix FieldtypeCheckbox bug.
7072

7173
### 0.15.0
74+
7275
- Fix the FieldtypeDatetime bug.
73-
- Upgrade the youshido/graphql dependency.
76+
- Upgrade the youshido/graphql dependency.
7477

7578
### 0.14.1
79+
7680
- Fix the access rules complience bug.
7781

7882
### 0.14.0
83+
7984
- Add a GraphQL pages generator
8085

8186
### 0.13.1
82-
- Make sure to get request data from php://input if Content-type header contains
83-
`application/json` string.
87+
88+
- Make sure to get request data from php://input if Content-type header contains `application/json` string.
8489

8590
### 0.13.0
91+
8692
- Add support for create/update mutation.
8793
- Add support for FieldtypeMapMarker field.
8894

8995
### 0.12.1
96+
9097
- Fixed bugs
9198

9299
### 0.12.0
100+
93101
- Implemented `variations` field for PageImageType.
94102
- Implemented `size` field for PageImageType.
95103
- Changed security behavior. See [Access Control][module-access-control] in documentations.
96104
- Updated documentation.
97105

98106
### 0.11.1
107+
99108
- Fixed bug for issue #2
100109
- Updated PHP requirements for module. The module requires PHP version >= 5.5
101110

102111
### 0.11.0
112+
103113
- Implement minimal language support.
104114

105115
### 0.10.1
116+
106117
- Fix missed class import.
107118

108119
### 0.10.0
120+
109121
- Remove debug option from module settigs in favor of `$config-debug = true|false` API.
110122
- From now only templates selected as legal and those that have Access control enabled will be served.
111123
- Remove PageUnionType in favor of PageIntefaceType.
@@ -114,43 +126,50 @@ it to the module to meet your needs.
114126
- Implement simple create Mutation on a per template basis.
115127

116128
### 0.9.1
129+
117130
- Fix GraphQLServerUrl property bug.
118131

119132
### 0.9.0
133+
120134
- Made GraphiQL assets load in traditional Process module way.
121135
- Added template name change tracking support.
122136
- Incompatible template names now cannot be selected as legalTemplates.
123137

124138
### 0.8.0
139+
125140
- Global fields now are included into PageInterface.
126141
- Added `me` field that represents the current user.
127142
- The built in `Page` fields are limited to essential ones and available as extra only.
128143
- The built in `PageFile` fields are limited to essential ones and available as extra only.
129144
- Changed the versioning to semantic. [major].[minor].[patch]
130145

131146
### 0.7.0
147+
132148
- Added authentication support.
133149

134150
### 0.6.0
151+
135152
- Added support for field permissions.
136153
- Added option for full width GraphiQL.
137154

138155
### 0.5.0
156+
139157
- Added support for FieldtypeFile.
140158
- Added more properties for FieldtypeImage.
141159

142160
### 0.4.0
161+
143162
- Added support for legal fields.
144163

145164
### 0.3.0
165+
146166
- Added option to restrict the api to selected page templates only.
147167
- Added NullPageType for consistency with ProcessWire.
148168
- Fixed some bugs.
149169
- Added a Changelog file!
150170

151-
152171
[module-access-control]: https://github.com/dadish/ProcessGraphQL/tree/master#access-control
153172
[latest-release]: https://github.com/dadish/ProcessGraphQL/releases/latest
154173
[travis-ci-badge]: https://www.travis-ci.org/dadish/ProcessGraphQL.svg?branch=master
155174
[travis-ci]: https://travis-ci.org/dadish/ProcessGraphQL/
156-
[webonyx/graphql-php]: https://github.com/webonyx/graphql-php
175+
[webonyx/graphql-php]: https://github.com/webonyx/graphql-php

0 commit comments

Comments
 (0)