Skip to content
This repository was archived by the owner on Aug 29, 2018. It is now read-only.

Commit 30bccb7

Browse files
committed
Updating changelog
1 parent 4ad6a36 commit 30bccb7

2 files changed

Lines changed: 65 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
# Change Log
2+
3+
## [v1.4.0](https://github.com/feathersjs/feathers-primus/tree/v1.4.0) (2016-04-28)
4+
[Full Changelog](https://github.com/feathersjs/feathers-primus/compare/v1.3.3...v1.4.0)
5+
6+
**Merged pull requests:**
7+
8+
- Implement options for setting client timeout [\#16](https://github.com/feathersjs/feathers-primus/pull/16) ([daffl](https://github.com/daffl))
9+
- Update feathers-socket-commons to version 1.0.0 🚀 [\#15](https://github.com/feathersjs/feathers-primus/pull/15) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
10+
- More tests for error cases [\#14](https://github.com/feathersjs/feathers-primus/pull/14) ([daffl](https://github.com/daffl))
11+
12+
## [v1.3.3](https://github.com/feathersjs/feathers-primus/tree/v1.3.3) (2016-04-16)
13+
[Full Changelog](https://github.com/feathersjs/feathers-primus/compare/v1.3.2...v1.3.3)
14+
15+
**Merged pull requests:**
16+
17+
- Increase the default number of maximum event listeners [\#13](https://github.com/feathersjs/feathers-primus/pull/13) ([daffl](https://github.com/daffl))
18+
- Update feathers-memory to version 0.7.0 🚀 [\#12](https://github.com/feathersjs/feathers-primus/pull/12) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
19+
- Update primus to version 5.0.1 🚀 [\#11](https://github.com/feathersjs/feathers-primus/pull/11) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
20+
- Update primus to version 5.0.0 🚀 [\#10](https://github.com/feathersjs/feathers-primus/pull/10) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
21+
22+
## [v1.3.2](https://github.com/feathersjs/feathers-primus/tree/v1.3.2) (2016-02-11)
23+
[Full Changelog](https://github.com/feathersjs/feathers-primus/compare/v1.3.1...v1.3.2)
24+
25+
**Merged pull requests:**
26+
27+
- Allow to instantiate a client instance [\#9](https://github.com/feathersjs/feathers-primus/pull/9) ([daffl](https://github.com/daffl))
28+
29+
## [v1.3.1](https://github.com/feathersjs/feathers-primus/tree/v1.3.1) (2016-02-09)
30+
[Full Changelog](https://github.com/feathersjs/feathers-primus/compare/v1.3.0...v1.3.1)
31+
32+
**Merged pull requests:**
33+
34+
- Update feathers-commons to version 0.7.0 🚀 [\#8](https://github.com/feathersjs/feathers-primus/pull/8) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
35+
36+
## [v1.3.0](https://github.com/feathersjs/feathers-primus/tree/v1.3.0) (2016-02-09)
37+
[Full Changelog](https://github.com/feathersjs/feathers-primus/compare/v1.2.1...v1.3.0)
38+
39+
**Merged pull requests:**
40+
41+
- Update feathers-memory to version 0.6.0 🚀 [\#6](https://github.com/feathersjs/feathers-primus/pull/6) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
42+
- Update lodash to version 4.0.1 🚀 [\#5](https://github.com/feathersjs/feathers-primus/pull/5) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
43+
- Adding nsp check [\#4](https://github.com/feathersjs/feathers-primus/pull/4) ([marshallswain](https://github.com/marshallswain))
44+
45+
## [v1.2.1](https://github.com/feathersjs/feathers-primus/tree/v1.2.1) (2016-01-21)
46+
[Full Changelog](https://github.com/feathersjs/feathers-primus/compare/v1.2.0...v1.2.1)
47+
48+
## [v1.2.0](https://github.com/feathersjs/feathers-primus/tree/v1.2.0) (2016-01-21)
49+
[Full Changelog](https://github.com/feathersjs/feathers-primus/compare/v1.1.0...v1.2.0)
50+
51+
**Merged pull requests:**
52+
53+
- Refactoring to use feathers-socket-commons that support event filtering [\#3](https://github.com/feathersjs/feathers-primus/pull/3) ([daffl](https://github.com/daffl))
54+
55+
## [v1.1.0](https://github.com/feathersjs/feathers-primus/tree/v1.1.0) (2016-01-10)
56+
[Full Changelog](https://github.com/feathersjs/feathers-primus/compare/v1.0.0...v1.1.0)
57+
58+
**Merged pull requests:**
59+
60+
- feathers-primus/client service and tests [\#1](https://github.com/feathersjs/feathers-primus/pull/1) ([daffl](https://github.com/daffl))
61+
62+
## [v1.0.0](https://github.com/feathersjs/feathers-primus/tree/v1.0.0) (2016-01-03)
63+
64+
65+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,6 @@ app.use('/todos', {
4242
});
4343
```
4444

45-
## Changelog
46-
47-
__1.2.0__
48-
49-
- Added event filtering support (see [feathers-socketio/2](https://github.com/feathersjs/feathers-socketio/issues/2))
50-
51-
__1.1.0__
52-
53-
- Added Primus client and browser mapping for universal module usage
54-
55-
__1.0.0__
56-
57-
- Initial release of extracted module from Feathers 1.3
58-
5945
## License
6046

6147
Copyright (c) 2015

0 commit comments

Comments
 (0)