Skip to content

Commit 0dcecb1

Browse files
committed
Update Changelog.
1 parent e58ef5f commit 0dcecb1

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

Changelog.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
ProcessGraphQL Changelog
22
========================
33

4+
### 0.17.0
5+
This release introduces lots of changes to repository structure and development
6+
process.
7+
- The master branch no longer tracks the vendor directory. This means that it
8+
is not suitable as a ProcessWire module. Instead you need to use [latest release][latest-release]
9+
tags as a ProcessWire module. Release branches are a minified version of this
10+
module that includes everything needed and works out of the box. The master
11+
branch is used for development.
12+
- Now we have a Continious Integration implemented. ![Build Status][travis-ci-badge]
13+
This means that people can contribute confidently by running test suite and
14+
be sure that nothing has broken and a pull-request will be merged.
15+
- `$ProcessGraphQL->executeGraphQL` now accepts `payload` & `variables` as an
16+
argument. This allows you to modify the payload from client and manually pass
17+
it to the module to meet your needs.
18+
419
### 0.16.0
520
- Add support for getQuery & getMutation hooks.
621

@@ -94,4 +109,6 @@ ProcessGraphQL Changelog
94109
- Added a Changelog file!
95110

96111

97-
[module-access-control]: https://github.com/dadish/ProcessGraphQL/tree/master#access-control
112+
[module-access-control]: https://github.com/dadish/ProcessGraphQL/tree/master#access-control
113+
[latest-release]: https://github.com/dadish/ProcessGraphQL/releases/latest
114+
[travis-ci-badge]: https://www.travis-ci.org/dadish/ProcessGraphQL.svg?branch=master

0 commit comments

Comments
 (0)