|
1 | 1 | # History
|
2 | 2 |
|
| 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 | + |
3 | 19 | ## 0.6.11
|
4 | 20 |
|
5 | 21 | - Fixed bug where missing content-type header when updating a user threw an error.
|
6 | 22 |
|
7 | 23 | ## 0.6.10
|
8 | 24 |
|
9 |
| - - Fixed bug where query strings were not properly parsed. |
| 25 | + - Fixed bug where query strings were not properly parsed. |
10 | 26 | - Fixed certain errors returned as HTML rather than JSON.
|
11 | 27 | - Fixed bug where changing a property type from "number" to "string" made existing properties uneditable.
|
12 | 28 | - Fixed bug where `changed()` was returning true for values that had not changed.
|
|
16 | 32 | - Fixed bug where the cursor would randomly move around while editing text
|
17 | 33 | - Removed overlay for inline editing
|
18 | 34 |
|
19 |
| -## 0.6.9 |
| 35 | +## 0.6.9 |
20 | 36 |
|
21 | 37 | - Fixed bug where `internal-client` was not accessible from modules
|
22 | 38 | - Fixed restarts caused by 404s of unexpected http verbs
|
|
53 | 69 | - Fixed `dpd showkey` prompt for missing keys.json
|
54 | 70 |
|
55 | 71 | ## 0.6.6
|
56 |
| - |
| 72 | + |
57 | 73 | - Added CORS support
|
58 | 74 | - Exposed the server object to modules as `process.server`
|
59 | 75 | - Fixed a rare bug where the first request after a login would not be authenticated
|
60 | 76 | - Fixed minor bug when loading only node modules
|
61 | 77 |
|
62 | 78 | ## 0.6.5
|
63 |
| - |
| 79 | + |
64 | 80 | - Fixed `process.send` bug
|
65 | 81 | - Remote DB Authentication
|
66 | 82 |
|
|
0 commit comments