Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johanbrook committed Sep 9, 2016
1 parent 57b7bc9 commit 49202b6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@ This project was originally a part of MDG's [Todos](https://github.com/meteor/to

Based on https://github.com/stubailo/meteor-rest/blob/devel/packages/rest/http-subscription.js.

## Releases

- `1.0.1`
- Fixes inconsistent results from publication collector (thanks @PhilippSpo in [#2](https://github.com/johanbrook/meteor-publication-collector/issues/2)).
- Return an empty array if there are no returned documents from a publication ([#5](https://github.com/johanbrook/meteor-publication-collector/issues/5)).
- Accept `Mongo.ObjectID` as `_id` attribute ([#8](https://github.com/johanbrook/meteor-publication-collector/issues/8)).
- `1.0.0` - First public release.

## To do

- [ ] Make tests pass.
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Package.describe({
name: 'johanbrook:publication-collector',
version: '1.0.0',
version: '1.0.1',
summary: 'Test a Meteor publication by collecting its output.',
documentation: 'README.md',
git: 'https://github.com/johanbrook/meteor-publication-collector.git',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "publication-collector",
"version": "1.0.0",
"version": "1.0.1",
"description": "Test a Meteor publication by collecting its output.",
"scripts": {
"pretest": "npm run lint --silent",
Expand Down

0 comments on commit 49202b6

Please sign in to comment.