Alex Robson
|
9e3d410d05
|
Initial work towards a cleaner postal build
|
2012-09-19 01:51:05 -05:00 |
|
Jonathan Creamer
|
605be21c1a
|
Add in a semicolon at the beginning of the standard lib
|
2012-09-13 16:18:26 -05:00 |
|
Jim Cowart
|
8eb3519c82
|
Updated build-all.sh, bumped version number to 0.7.1
|
2012-09-05 14:30:59 -04:00 |
|
Doug Neiner
|
0607980d0d
|
Fixed issue with linkChannels that would prevent multiple output topics from publishing
|
2012-09-05 11:23:55 -05:00 |
|
Jim Cowart
|
83c0464429
|
Code updated to v 0.7.0, prepping to tag
|
2012-08-28 12:06:19 -04:00 |
|
Jim Cowart
|
4c0aea72b9
|
Renamed 'ignoreDuplicates' to 'distinctUntilChanged' to better track with @nicholascloud's contributions on 'distinct'. Bumped version to 0.6.4
|
2012-05-24 23:13:14 -04:00 |
|
Jim Cowart
|
bb4217f7fc
|
Merged pull request #4 from @nicholascloud. Prepping for v0.6.4 bump
|
2012-05-24 23:03:15 -04:00 |
|
Jim Cowart
|
e305870bda
|
Updated version to v0.6.3
|
2012-05-23 12:31:47 -04:00 |
|
Jim Cowart
|
2b44a9f020
|
Fixed bug where iterating over subscriptions gets thrown 'off by 1' when a handler unsubscribes as part of it's operation
|
2012-05-23 12:30:43 -04:00 |
|
Jim Cowart
|
14bae8c6c4
|
Fixing issue where unsubscribing during a publish operation breaks the iteration of subscription definitions in localBus.
|
2012-05-23 12:25:35 -04:00 |
|
Jim Cowart
|
b71738d696
|
Removed the diagnostics libs, since they are now in their own repo. Updated the README to reflect version number and also link to wiki
|
2012-05-23 01:08:55 -04:00 |
|
Jim Cowart
|
d3ad06218b
|
Fixed bug with subscription priority
|
2012-05-22 14:35:36 -04:00 |
|
Jim Cowart
|
855afeee96
|
Updated formatting and build artifacts
|
2012-05-22 00:37:57 -04:00 |
|
Jim Cowart
|
15a5b11d48
|
Fixed bug where data-less publishes were breaking
|
2012-05-22 00:34:01 -04:00 |
|
Jim Cowart
|
3441008c1f
|
Updated diagnostics wiretap with ability to use regex for testing matches
|
2012-04-26 09:42:53 -04:00 |
|
Jim Cowart
|
a77617e8f4
|
Updated README and removed session related calls from postal module for now
|
2012-04-23 22:59:31 -04:00 |
|
Jim Cowart
|
951738d56b
|
Reformatted code to more closely (but not exactly) line up with jQuery core formatting standards. Updated postal.socket dependencies in the node example, etc.
|
2012-04-21 00:56:40 -04:00 |
|
Jim Cowart
|
e25d9196ec
|
utils and configuration refactor
|
2012-04-20 01:53:46 -04:00 |
|
Jim Cowart
|
300115ce9a
|
Added postal.utils namespace, added tests
|
2012-04-18 18:16:52 -04:00 |
|
Jim Cowart
|
30a3995f27
|
Adding working rough draft of node sample application
|
2012-04-18 01:05:32 -04:00 |
|
Jim Cowart
|
57410d175a
|
Changed build process to produce separate amd and standard lib output for browser
|
2012-03-28 23:19:04 -04:00 |
|
Jim Cowart
|
e5d08bac53
|
Adding more tests
|
2012-03-27 10:50:59 -04:00 |
|
Jim Cowart
|
ec182d82b9
|
Added tests for defer throttled, debounce
|
2012-03-27 02:05:45 -04:00 |
|
Jim Cowart
|
d2abfd881a
|
Added tests for defer and delay. Removed 'whenHandledThenExecute'. Added postal.reset. Fixed bug in IE with setTimeout call in defer.
|
2012-03-27 00:55:58 -04:00 |
|
Jim Cowart
|
2936a669fd
|
Fixing typo in SubscriptionDefinition.subscribe
|
2012-03-22 15:59:28 -04:00 |
|
Jim Cowart
|
1f8bf876e2
|
README Updates
|
2012-03-22 01:34:53 -04:00 |
|
Jim Cowart
|
db785cecdb
|
Refactoring publish and subscribe API signatures
|
2012-03-22 01:14:40 -04:00 |
|
Jim Cowart
|
a111eaa876
|
Updated build artifacts
|
2012-03-20 02:42:48 -04:00 |
|
Jim Cowart
|
829d5504ba
|
Updating postal.channel to allow for string topic args only
|
2012-03-20 02:35:11 -04:00 |
|
Jim Cowart
|
b48bdfc276
|
Updated README, consolidated standard and AMD build processes
|
2012-03-20 02:04:35 -04:00 |
|
Jim Cowart
|
e542269058
|
Updated API to consistently use (data, envelope) signature wherever suscribers and publishers are involved
|
2012-03-19 23:01:38 -04:00 |
|
Jim Cowart
|
bc29519b4c
|
Changed 'exchange' to 'channel', continued refactor for arg parsing, etc.
|
2012-03-18 21:51:56 -04:00 |
|
Jim Cowart
|
bb98556f20
|
Updated build artifacts
|
2012-03-01 03:56:13 -05:00 |
|
Jim Cowart
|
bd52b93c4c
|
Updated build artifacts
|
2012-03-01 03:51:30 -05:00 |
|
Jim Cowart
|
e59d3ab07a
|
initial pass for perf cleanup
|
2012-03-01 03:40:47 -05:00 |
|
Jim Cowart
|
c0f25ea4b4
|
temporarily deferring s subscription.created event message
|
2012-02-26 23:10:08 -05:00 |
|
Jim Cowart
|
9c48bb6ad6
|
Temporarily removed _.any check on subscribe call to validate performance
|
2012-02-26 23:06:07 -05:00 |
|
Jim Cowart
|
5946df996f
|
Starting consolidation and perf improvements, hopefully
|
2012-02-26 22:37:33 -05:00 |
|
Jim Cowart
|
86713585e8
|
Removing console log statements from bindExchanges call
|
2012-02-26 16:27:01 -05:00 |
|
Jim Cowart
|
60e20444e1
|
Fixing auto-indent issues
|
2012-02-26 16:26:08 -05:00 |
|
Jim Cowart
|
6d3e301cf4
|
Added the bindExchangeses call to the API, including initial tests
|
2012-02-26 16:22:54 -05:00 |
|
Jim Cowart
|
a6d5fa01b7
|
Included return on the Api call to add a wireTap, so that the subscriber could remove the tap
|
2012-02-26 14:51:45 -05:00 |
|
Alex Robson
|
76c0cf337b
|
Changing subscription notifications to a message on the postal channel
|
2012-02-22 22:33:15 -05:00 |
|
Alex Robson
|
8d0c8d361e
|
Adding subscribtion-created, subcsription-removed event publishes to wiretaps on subscribe/unsubscribe.
|
2012-02-22 16:41:34 -05:00 |
|
Jim Cowart
|
ac05df0f42
|
Updating build artifacts
|
2012-01-15 21:57:15 -05:00 |
|
Jim Cowart
|
dface81693
|
Fixing obvious typo in diags
|
2012-01-15 21:50:14 -05:00 |
|
Jim Cowart
|
13d6c7c419
|
Added envelope argument to publish methods, updated diags to use it correctly.
|
2012-01-15 21:46:34 -05:00 |
|
Jim Cowart
|
f145105282
|
Fixing bug with postal.publish payload not getting set properly
|
2012-01-15 19:52:18 -05:00 |
|
Jim Cowart
|
c364d0ea34
|
Fixing bug with postal.subscribe callback not getting properly registered
|
2012-01-15 19:38:08 -05:00 |
|
Jim Cowart
|
3564224e2b
|
Added shortcut publish and subscribe methods to the postal api object. This allows for quick publishing/subscribing where it's either not important to have a handle to the channel, or the channel handle isn't known or accessible.
|
2011-09-27 18:03:07 -04:00 |
|