Skip to content

Commit 98f9d55

Browse files
committed
3.0.0-alpha.8
1 parent e8045dd commit 98f9d55

File tree

9 files changed

+123
-774
lines changed

9 files changed

+123
-774
lines changed

AUTHORS

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# This is the official list of js-data-rethinkdb project authors.
22
#
3-
# This file is controlled by scripts/authors.js
4-
#
53
# Names are formatted as:
64
# # commits Name or Organization <email address>
75
# The email address is not required for organizations.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
##### 3.0.0-alpha.8 - 06 March 2016
2+
3+
###### Other
4+
- Extracted common adapter functionality into js-data-adapter
5+
- Extracted common js-data repo utility scripts into js-data-repo-tools
6+
17
##### 3.0.0-alpha.7 - 03 March 2016
28

39
###### Backwards compatible API changes

conf.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@
1515
"theme": "lumen",
1616
"systemName": "js-data-rethinkdb",
1717
"copyright": "js-data-rethinkdb Copyright © 2014-2016 js-data-rethinkdb project authors",
18-
"outputSourceFiles": true,
1918
"syntaxTheme": "dark",
2019
"linenums": true,
21-
"footer": "<div style=\"text-align:center\">Back to <a href=\"http://js-data.io\">js-data.io</a></div>",
20+
"footer": "<div style=\"text-align:center\">Back to <a href=\"http://api.js-data.io\">api.js-data.io</a></div>",
2221
"analytics": {
2322
"ua": "UA-55528236-2",
2423
"domain": "api.js-data.io"

0 commit comments

Comments
 (0)