Skip to content
This repository was archived by the owner on Jul 21, 2019. It is now read-only.

Commit ec4377d

Browse files
author
James Spencer
committed
Version 0.5.3; TravisCI + Mocha
1 parent a8182d0 commit ec4377d

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

HISTORY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.5.3 / 2014-05-03
2+
==================
3+
4+
* Migrated tests to Mocha. Thanks to @jonstorer
5+
* Added TravisCI
6+
17
0.5.2 / 2014-04-18
28
==================
39

Todo.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
Add Travis CI
2-
31
HasMany should not set the id on the parent document
42

53
User.hasMany('Tweet');

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongo-relation",
33
"description": "Model relationships plugin for Mongoose",
4-
"version": "0.5.3",
4+
"version": "0.5.4",
55
"homepage": "https://github.com/JamesS237/mongo-relation/",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)