Skip to content

Commit 94d9c73

Browse files
committed
chore: add history and version bump for 0.7 release
1 parent 3a93f58 commit 94d9c73

File tree

3 files changed

+23
-8
lines changed

3 files changed

+23
-8
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
language: node_js
22
services: mongodb
33
node_js:
4-
- 0.8
54
- 0.10
65

76
branches:
87
only:
98
- master
10-
9+

HISTORY.md

+20-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,28 @@
11
# History
22

3+
## 0.7.0
4+
5+
- Add ability to query by subproperty within GET event
6+
- Add X-Requested-With header for AngularJS support
7+
- Add auto https support to dpd.js client lib
8+
- Removed Forever Monitor support from CLI
9+
- Fix bug with repl causing typed characters to be printed twice and not executed correctly
10+
- Fix bug where dashboard would not load if a config had not yet been created
11+
- Fix issue where number query params for string type properties were not being converted to strings on server
12+
- Fix MongoDB startup and settings
13+
- Add check for $inc operands to ensure numbers before attempting to increment
14+
- Add more core tests, and features to make mocking
15+
easier within tests
16+
17+
18+
319
## 0.6.11
420

521
- Fixed bug where missing content-type header when updating a user threw an error.
622

723
## 0.6.10
824

9-
- Fixed bug where query strings were not properly parsed.
25+
- Fixed bug where query strings were not properly parsed.
1026
- Fixed certain errors returned as HTML rather than JSON.
1127
- Fixed bug where changing a property type from "number" to "string" made existing properties uneditable.
1228
- Fixed bug where `changed()` was returning true for values that had not changed.
@@ -16,7 +32,7 @@
1632
- Fixed bug where the cursor would randomly move around while editing text
1733
- Removed overlay for inline editing
1834

19-
## 0.6.9
35+
## 0.6.9
2036

2137
- Fixed bug where `internal-client` was not accessible from modules
2238
- Fixed restarts caused by 404s of unexpected http verbs
@@ -53,14 +69,14 @@
5369
- Fixed `dpd showkey` prompt for missing keys.json
5470

5571
## 0.6.6
56-
72+
5773
- Added CORS support
5874
- Exposed the server object to modules as `process.server`
5975
- Fixed a rare bug where the first request after a login would not be authenticated
6076
- Fixed minor bug when loading only node modules
6177

6278
## 0.6.5
63-
79+
6480
- Fixed `process.send` bug
6581
- Remote DB Authentication
6682

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"author": "Ritchie Martori",
33
"name": "deployd",
4-
"version": "0.6.11",
4+
"version": "0.7.0",
55
"description": "the simplest way to build realtime APIs for web and mobile apps",
66
"repository": {
77
"url": "git://github.com/deployd/deployd.git"
88
},
99
"engines": {
10-
"node": ">= 0.8.0"
10+
"node": ">= 0.10.0"
1111
},
1212
"main": "index",
1313
"dependencies": {

0 commit comments

Comments
 (0)