Skip to content

Commit dd43e87

Browse files
committed
Prepare for 1.0.0-rc.1
1 parent d386367 commit dd43e87

File tree

4 files changed

+378
-288
lines changed

4 files changed

+378
-288
lines changed

AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
# Names are formatted as:
44
# # commits Name or Organization <email address>
55
# The email address is not required for organizations.
6+
Cory Robinson <[email protected]>
67
Jason Dobry <[email protected]>
78
John Grogg <[email protected]>

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
##### 1.0.0-rc.1 - 23 August 2016
2+
3+
###### Backwards compatible changes
4+
- #16, #17 - Feature - Translate all ObjectID fields by @crobinson42
5+
- Cleaned up the code
6+
- Improved support for `fields` option in `find` and `findAll`
7+
18
##### 1.0.0-beta.1 - 30 April 2016
29

310
###### Breaking changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "js-data-mongodb",
33
"description": "MongoDB adapter for js-data.",
4-
"version": "1.0.0-beta.1",
4+
"version": "1.0.0-rc.1",
55
"homepage": "https://github.com/js-data/js-data-mongodb",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)