Skip to content

Commit

Permalink
Prepare for 1.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Aug 23, 2016
1 parent d386367 commit dd43e87
Show file tree
Hide file tree
Showing 4 changed files with 378 additions and 288 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
# Names are formatted as:
# # commits Name or Organization <email address>
# The email address is not required for organizations.
Cory Robinson <crobinson42@users.noreply.github.com>
Jason Dobry <jason.dobry@gmail.com>
John Grogg <johng@freshrealm.co>
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
##### 1.0.0-rc.1 - 23 August 2016

###### Backwards compatible changes
- #16, #17 - Feature - Translate all ObjectID fields by @crobinson42
- Cleaned up the code
- Improved support for `fields` option in `find` and `findAll`

##### 1.0.0-beta.1 - 30 April 2016

###### Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "js-data-mongodb",
"description": "MongoDB adapter for js-data.",
"version": "1.0.0-beta.1",
"version": "1.0.0-rc.1",
"homepage": "https://github.com/js-data/js-data-mongodb",
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit dd43e87

Please sign in to comment.