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 16, 2016
1 parent 4c8e3d2 commit 478a24e
Show file tree
Hide file tree
Showing 6 changed files with 255 additions and 298 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
##### 0.1.0 - 15 August 2016
##### 1.0.0-rc.1 - 16 August 2016

- Initial Release
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014-2016 js-data-documentdb project authors
Copyright (c) 2016 js-data-documentdb project authors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 0 additions & 2 deletions dist/js-data-documentdb.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ export interface OPERATORS {
'>=': Function
'<': Function
'<=': Function
'isectEmpty': Function
'isectNotEmpty': Function
'in': Function
'notIn': Function
'contains': Function
Expand Down
20 changes: 5 additions & 15 deletions mocha.start.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,28 +17,18 @@ JSDataAdapterTests.init({
Adapter: JSDataDocumentDB.DocumentDBAdapter,
adapterConfig: {
documentOpts: {
db: 'test',
urlConnection: process.env.DOCUMENT_DB_ENDPOINT,
auth: {
masterKey: process.env.DOCUMENT_DB_KEY
}
}
},
methods: [
'create',
'createMany',
'count',
'destroy',
'destroyAll',
'find',
'findAll',
'sum'
],
// js-data-documentdb does NOT support these features
// xfeatures: [
// 'findAllLikeOp',
// 'filterOnRelations'
// ]
features: []
xfeatures: [
'findAllLikeOp',
'filterOnRelations'
]
})

describe('exports', function () {
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-documentdb",
"description": "DocumentDB adapter for js-data.",
"version": "0.1.0",
"version": "1.0.0-rc.1",
"homepage": "https://github.com/js-data/js-data-documentdb",
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 478a24e

Please sign in to comment.