From 2bbe4a11ae074788924d9af179a212567107fd6d Mon Sep 17 00:00:00 2001 From: Glavin Wiechert Date: Tue, 22 Apr 2014 21:23:44 -0300 Subject: [PATCH 1/2] Updated Badges in README. --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5c9101e5..807b9520 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -feathers-mongoose-service +[feathers-mongoose-service](https://github.com/feathersjs/feathers-mongoose) [![NPM version](https://badge.fury.io/js/feathers-mongoose-service.png)](http://badge.fury.io/js/feathers-mongoose-service) ========================= -[![NPM version](https://badge.fury.io/js/feathers-mongoose-service.png)](http://badge.fury.io/js/feathers-mongoose-service) -[![Build Status](https://travis-ci.org/feathersjs/feathers-mongoose-service.png?branch=master)](https://travis-ci.org/feathersjs/feathers-mongoose-service) +[![Build Status](https://travis-ci.org/feathersjs/feathers-mongoose.svg?branch=master)](https://travis-ci.org/feathersjs/feathers-mongoose) [![Code Climate](https://codeclimate.com/github/feathersjs/feathers-mongoose-service.png)](https://codeclimate.com/github/feathersjs/feathers-mongoose-service) -[![Dev Dependencies](https://david-dm.org/feathersjs/feathers-mongoose-service/dev-status.png)](https://david-dm.org/feathersjs/feathers-mongoose-service#info=devDependencies&view=table) -[![Total views](https://sourcegraph.com/api/repos/github.com/feathersjs/feathers-mongoose-service/counters/views.png)](https://sourcegraph.com/github.com/feathersjs/feathers-mongoose-service) -[![Views in the last 24 hours](https://sourcegraph.com/api/repos/github.com/feathersjs/feathers-mongoose-service/counters/views-24h.png)](https://sourcegraph.com/github.com/feathersjs/feathers-mongoose-service) +[![Dependency Status](https://david-dm.org/feathersjs/feathers-mongoose.svg)](https://david-dm.org/feathersjs/feathers-mongoose) +[![devDependency Status](https://david-dm.org/feathersjs/feathers-mongoose/dev-status.svg)](https://david-dm.org/feathersjs/feathers-mongoose#info=devDependencies) +[![Total views](https://sourcegraph.com/api/repos/github.com/feathersjs/feathers-mongoose/counters/views.png)](https://sourcegraph.com/github.com/feathersjs/feathers-mongoose) +[![Views in the last 24 hours](https://sourcegraph.com/api/repos/github.com/feathersjs/feathers-mongoose/counters/views-24h.png)](https://sourcegraph.com/github.com/feathersjs/feathers-mongoose) [![NPM](https://nodei.co/npm/feathers-mongoose-service.png?downloads=true&stars=true)](https://nodei.co/npm/feathers-mongoose-service/) @@ -31,4 +31,4 @@ See the [docs/ directory](https://github.com/feathersjs/feathers-mongoose-servic ## Author -[Glavin Wiechert](https://github.com/Glavin001) +[Glavin Wiechert](https://github.com/Glavin001) From fd150984e3347e360cfcb81a4fedb68547f210ee Mon Sep 17 00:00:00 2001 From: Glavin Wiechert Date: Tue, 22 Apr 2014 21:24:53 -0300 Subject: [PATCH 2/2] Version bump. Thanks to PR #11, adding support for Getter and Setter methods for Model and Schema (See #10). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8362e703..0dcfc3f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "feathers-mongoose-service", - "version": "1.0.2", + "version": "1.1.0", "description": "Easily create a Mongoose Service for Featherjs.", "main": "lib/index.js", "scripts": {