Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Oct 12, 2012
1 parent b1605fb commit 7a08a2c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions History.md
@@ -1,4 +1,14 @@


0.4.0 / 2012-10-12
==================

* add emitter wildcard support
* add sub socket subscription support
* add `pub-emitter`
* add `sub-emitter`
* perf: remove `.concat()` usage, ~10% gain
* remove greetings

0.3.2 / 2012-10-08 0.3.2 / 2012-10-08
================== ==================


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{ {
"name": "axon", "name": "axon",
"description": "High-level messaging & socket patterns implemented in pure js", "description": "High-level messaging & socket patterns implemented in pure js",
"version": "0.3.2", "version": "0.4.0",
"author": "TJ Holowaychuk <tj@vision-media.ca>", "author": "TJ Holowaychuk <tj@vision-media.ca>",
"dependencies": { "dependencies": {
"debug": "*", "debug": "*",
Expand Down

0 comments on commit 7a08a2c

Please sign in to comment.