Skip to content

Commit

Permalink
Merge branch 'release/0.5.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
OGKevin committed May 29, 2018
2 parents 0b98a15 + 530d835 commit 05597d0
Show file tree
Hide file tree
Showing 8 changed files with 1,836 additions and 1,665 deletions.
31 changes: 26 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,45 @@
# Change Log

## [0.5.0](https://github.com/bunq/doc/tree/0.5.0)
## [0.5.1](https://github.com/bunq/doc/tree/0.5.1)

[Full Changelog](https://github.com/bunq/doc/compare/0.5.0...0.5.1)

**Implemented enhancements:**

- Page title should not contain dashes [\#32](https://github.com/bunq/doc/issues/32)

**Closed issues:**

- Move to new sandbox. [\#36](https://github.com/bunq/doc/issues/36)
- Fix response id header. [\#34](https://github.com/bunq/doc/issues/34)

**Merged pull requests:**

- Move to new sandbox base bunq/doc\#36 [\#40](https://github.com/bunq/doc/pull/40) ([OGKevin](https://github.com/OGKevin))
- Move to new sandbox generated bunq/doc\#36 [\#39](https://github.com/bunq/doc/pull/39) ([OGKevin](https://github.com/OGKevin))
- Move to new sandbox non generated bunq/doc\#36 [\#38](https://github.com/bunq/doc/pull/38) ([OGKevin](https://github.com/OGKevin))
- Regenerate response id bunq/doc\#34 [\#37](https://github.com/bunq/doc/pull/37) ([OGKevin](https://github.com/OGKevin))
- Renamed response id accordingly in base json. \(bunq/doc\#34\) [\#35](https://github.com/bunq/doc/pull/35) ([OGKevin](https://github.com/OGKevin))
- Fix title bunq/doc\#32 [\#33](https://github.com/bunq/doc/pull/33) ([OGKevin](https://github.com/OGKevin))

## [0.5.0](https://github.com/bunq/doc/tree/0.5.0) (2018-05-17)
[Full Changelog](https://github.com/bunq/doc/compare/0.4.1...0.5.0)

**Implemented enhancements:**

- Move to static HTML page [\#30](https://github.com/bunq/doc/issues/30)

**Fixed bugs:**

- bunq is capitalized in the documentation title [\#27](https://github.com/bunq/doc/issues/27)

**Merged pull requests:**

- Add script to insert the required css and js html tags after a build [\#31](https://github.com/bunq/doc/pull/31) ([Crecket](https://github.com/Crecket))

## [0.4.1](https://github.com/bunq/doc/tree/0.4.1) (2018-05-08)
[Full Changelog](https://github.com/bunq/doc/compare/0.4.0...0.4.1)

**Fixed bugs:**

- bunq is capitalized in the documentation title [\#27](https://github.com/bunq/doc/issues/27)

**Merged pull requests:**

- Fixed bug with bunq title being capitalized \(bunq/doc\#27\) [\#28](https://github.com/bunq/doc/pull/28) ([Crecket](https://github.com/Crecket))
Expand Down
4 changes: 4 additions & 0 deletions DESCRIPTION.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@


***We have updated the sandbox base url to <https://public-api.sandbox.bunq.com/v1/>. Please update your applications accordingly. Check here: https://github.com/bunq/sdk_php/issues/149 for more info..***

# Introduction

Welcome to bunq!
Expand Down
10 changes: 5 additions & 5 deletions base.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"servers": [
{
"url": "https://sandbox.public.api.bunq.com/{basePath}",
"url": "https://public-api.sandbox.bunq.com/{basePath}",
"description": "Sandbox server",
"variables": {
"basePath": {
Expand Down Expand Up @@ -116,8 +116,8 @@
"type": "string"
}
},
"X-Bunq-Server-Response-Id": {
"name": "X-Bunq-Server-Response-Id",
"X-Bunq-Client-Response-Id": {
"name": "X-Bunq-Client-Response-Id",
"in": "header",
"description": "A unique ID for the response formatted as a UUID. Clients can use it to add extra protection against replay attacks.",
"schema": {
Expand All @@ -137,8 +137,8 @@
"GenericError": {
"description": "This is how the error response looks like for 4XX response codes",
"headers": {
"X-Bunq-Server-Response-Id": {
"$ref": "#/components/headers/X-Bunq-Server-Response-Id"
"X-Bunq-Client-Response-Id": {
"$ref": "#/components/headers/X-Bunq-Client-Response-Id"
},
"X-Bunq-Client-Request-Id": {
"$ref": "#/components/headers/X-Bunq-Client-Request-Id"
Expand Down
462 changes: 237 additions & 225 deletions docs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
/* eslint-disable indent, no-unused-vars, no-multiple-empty-lines, max-nested-callbacks, space-before-function-paren, quotes, comma-spacing */
'use strict';

var precacheConfig = [["/index.html","af7d1098c59311851c6ed1a329cbe533"]];
var precacheConfig = [["/index.html","55c734960e567636962afce105280a39"]];
var cacheName = 'sw-precache-v3--' + (self.registration ? self.registration.scope : '');


Expand Down
2,988 changes: 1,561 additions & 1,427 deletions generated.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"scripts": {
"build": "npm run build-redoc && npm run insert-tags && npm run generate-service-worker",
"build-redoc": "node_modules/.bin/redoc-cli bundle swagger.json -o docs/index.html --cdn --options.no-auto-auth --title bunq-api-documentation",
"build-redoc": "node_modules/.bin/redoc-cli bundle swagger.json -o docs/index.html --cdn --options.no-auto-auth --title \"bunq API documentation\"",
"insert-tags": "node insert-tags.js",
"generate-service-worker": "node generate-service-worker.js"
},
Expand Down
2 changes: 1 addition & 1 deletion swagger.json

Large diffs are not rendered by default.

0 comments on commit 05597d0

Please sign in to comment.