Commit graph

102 commits

Author SHA1 Message Date
Jim Cowart
2db4331840 Updated README 2012-04-23 23:33:02 -04:00
Jim Cowart
ac7a5ac120 Updated README 2012-04-23 23:21:38 -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
b4b2e7dc80 Removing the self-deprecating-went-too-far comment per @arobson suggestion. :-) 2012-04-23 01:33:47 -04:00
Jim Cowart
4bf4cc280c Updating node example app readme 2012-04-23 01:19:38 -04:00
Jim Cowart
dba70537eb Updated sample node app and added a readme. 2012-04-23 01:15:34 -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
8c9ab450dc README Updates 2012-03-27 02:14:02 -04:00
Jim Cowart
adcfc2f7e7 README Updates 2012-03-27 02:12:53 -04:00
Jim Cowart
e7fd974ef7 README Updates 2012-03-27 02:11:16 -04:00
Jim Cowart
ec182d82b9 Added tests for defer throttled, debounce 2012-03-27 02:05:45 -04:00
Jim Cowart
10d1fd7c3c Updated build artifacts 2012-03-27 01:09:29 -04:00
Jim Cowart
6d07f9268e Merging downstream master into v0.6.0_RC 2012-03-27 01:08:37 -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
1cbb5f8d2a Updating build artifacts 2012-03-22 16:00:40 -04:00
Jim Cowart
2936a669fd Fixing typo in SubscriptionDefinition.subscribe 2012-03-22 15:59:28 -04:00
Jim Cowart
9fc7500017 README Updates 2012-03-22 02:53:38 -04:00
Jim Cowart
ba96896db0 Updated build scripts and libs dirs for consolidated standard/amd build 2012-03-22 01:53:38 -04:00
Jim Cowart
3e01e81040 README Updates 2012-03-22 01:37:20 -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
71d6995cb4 Updated build artifacts 2012-03-20 02:35:45 -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
b9f574449e Updated Version Header to v0.4.4 2012-03-20 02:10:23 -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
be9ca57c46 Updated build artifacts 2012-03-01 03:42:33 -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
fbcfe70291 Updated build artifacts 2012-02-26 22:39:57 -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
Jim Cowart
a5223ea482 Merge pull request #3 from arobson/76c0cf337b5320be72aa97457458d1cbf818b204
Publish subscription 'events' as messages to 'postal' exchange
2012-02-26 11:43:11 -08: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
14864b5135 Added AMD format build for postal, and included examples that match the jsfiddle usage example, one for standard, one for amd style 2012-02-02 12:34:06 -05:00
Jim Cowart
3de1a8335e Updating build artifacts 2012-01-15 21:58:17 -05:00