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
|
5b7635c78f
|
Merge pull request #1 from dcneiner/master
Formatting changes to the README file
|
2012-01-12 21:04:28 -08:00 |
|
Doug Neiner
|
5d59db40f6
|
Fixed indentation of syntax highlighted code blocks.
|
2012-01-12 22:45:10 -06:00 |
|
Doug Neiner
|
91b0f8120d
|
Minor formatting and layout changes to README.md
|
2012-01-12 22:44:16 -06:00 |
|
Jim Cowart
|
9e5eb2451e
|
Adding built source to repository after last commit
|
2011-09-27 18:04:00 -04: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 |
|
Jim Cowart
|
bded8075d5
|
Fixing issues with npm package deployment
|
2011-09-21 01:12:55 -04:00 |
|
Jim Cowart
|
d9fa989611
|
Refactored postal to use anvil.js for builds
|
2011-09-20 15:35:36 -04:00 |
|
Jim Cowart
|
4673a864a0
|
Adding diagnostics file to build
|
2011-09-14 11:02:14 -04:00 |
|
Jim Cowart
|
d2a32b5d3d
|
Updating README
|
2011-09-14 10:33:32 -04:00 |
|
Jim Cowart
|
9061dee2eb
|
Updating README - removing some examples to make it less overwhelming. Directing readers to the jsfiddle link instead
|
2011-09-14 00:41:37 -04:00 |
|
Jim Cowart
|
0ec5f5ade4
|
Updating README.MD
|
2011-09-13 23:28:18 -04:00 |
|
Jim Cowart
|
cc608044f5
|
Updating README.MD with examples
|
2011-09-13 23:13:53 -04:00 |
|
Jim Cowart
|
bda33ea76e
|
Changed createChannel method name to channel. Rebuilt output file
|
2011-09-13 01:13:51 -04:00 |
|
Jim Cowart
|
91e959d5de
|
Adding the very first simple usage examples to the README. Much more to come...
|
2011-09-13 01:06:31 -04:00 |
|
Jim Cowart
|
2afc33af11
|
Further refactor work on the overall API, and adapting the unit tests to cover the new code base
|
2011-09-13 00:55:49 -04:00 |
|
Jim Cowart
|
f33a06dd77
|
Refactored the API yet again - splitting out the ChannelDefinition concerns from the SubscriptionDefinition concerns
|
2011-09-12 17:49:21 -04:00 |
|
Jim Cowart
|
d742595f2e
|
Adding extend logic to publish for clients not using fluent configuration
|
2011-09-11 22:43:19 -04:00 |
|
Jim Cowart
|
56438a43b6
|
Adding built version to repo
|
2011-09-11 22:08:24 -04:00 |
|
Jim Cowart
|
db0e59314b
|
Fixing bugs I introduced in last commit
|
2011-09-11 22:06:48 -04:00 |
|
Jim Cowart
|
8b710b31c1
|
Fixing bugs I introduced in last commit
|
2011-09-11 22:06:03 -04:00 |
|
Jim Cowart
|
635e1a37a4
|
Adding defaults for publishing and subscribing without using fluent configuration
|
2011-09-11 22:04:02 -04:00 |
|
Jim Cowart
|
2e0067fbc8
|
Updating the README.md to fix typo
|
2011-09-11 18:23:26 -04:00 |
|
Jim Cowart
|
3a3580fa10
|
Updating the README.md to fix typo
|
2011-09-11 18:21:27 -04:00 |
|
Jim Cowart
|
1bc29a9c97
|
Updating the README.md
|
2011-09-11 18:19:35 -04:00 |
|
Jim Cowart
|
a5d91d32f4
|
Added cache to bindingsResolver and tests to cover it
|
2011-09-11 01:37:31 -04:00 |
|
Jim Cowart
|
1390114766
|
Fixed yet another bug with the modifiers
|
2011-09-11 00:54:42 -04:00 |
|
Jim Cowart
|
b591ba609f
|
Added new build result to repo
|
2011-09-11 00:52:26 -04:00 |
|
Jim Cowart
|
00e48870cd
|
Added call to set the config callback to wrapped modifier version since I was a big dummy and forgot it to begin with
|
2011-09-11 00:49:14 -04:00 |
|
Jim Cowart
|
cfd8ed742d
|
Added logic to take into account the order in which modifiers are applied to subscriptions.
|
2011-09-11 00:46:31 -04:00 |
|
Jim Cowart
|
e2712749d5
|
Adding async options on subscriptions...
|
2011-09-10 23:34:15 -04:00 |
|
Jim Cowart
|
8f64fe950a
|
Removing old source files
|
2011-09-10 09:43:19 -04:00 |
|
Jim Cowart
|
9ec10ba843
|
More test coverage on bus and postal objects.
|
2011-09-09 20:21:20 -04:00 |
|
Jim Cowart
|
6d517a4539
|
Adding test coverage
|
2011-09-09 18:05:47 -04:00 |
|
Jim Cowart
|
18ee34b4f8
|
Moving new code base into separate files, creating tests, archiving old code base until refactor is complete.
|
2011-09-09 01:23:07 -04:00 |
|
Jim Cowart
|
7c8c5d7754
|
Added bindingsResolver and completed publish method on localBus. Added additional fluent config options that will be implemented next.
|
2011-09-07 05:11:24 -04:00 |
|
Jim Cowart
|
edb2920c9b
|
Continuing the major API refactor....
|
2011-08-20 01:27:19 -04:00 |
|
Jim Cowart
|
f70a6ef861
|
Starting to replace custom rolled functions with underscore
|
2011-08-26 00:24:30 -04:00 |
|
Jim Cowart
|
a90af10461
|
Fixed bug with the switch back into NORMAL mode from replay or capture
|
2011-08-16 02:00:01 -04:00 |
|
Jim Cowart
|
cf8cbe7b3d
|
Additional tweaks to panels and adding hash monitoring for mode
|
2011-08-14 21:48:35 -04:00 |
|
Jim Cowart
|
3fc7f48c57
|
Changes to make the replay and capture panels a bit more browser-friendly. re-organized the build folder also
|
2011-08-14 18:15:38 -04:00 |
|
Jim Cowart
|
e3bd1d64fe
|
Created Replay panel, refactored bus/postal, re-organized file structure, etc.
|
2011-08-14 04:29:12 -04:00 |
|
Jim Cowart
|
f96f4eb485
|
Added placeholder README
|
2011-08-10 23:54:40 -04:00 |
|
Jim Cowart
|
8a963ab322
|
Set up node and browser build scripts. Node output has NOT been tested. Added unit tests, all kinds of refactoring to core engine.
|
2011-08-10 22:32:08 -04:00 |
|
Jim Cowart
|
e860d8700b
|
Lots of refactoring to core pub sub engine, and also added message capture and replay...
|
2011-08-10 17:59:18 -04:00 |
|
Jim Cowart
|
6818e7e808
|
Core re-write of broker done....more to come...
|
2011-08-09 22:14:22 -04:00 |
|
Jim Cowart
|
6dabb5795c
|
Initial add
|
2011-08-09 18:40:58 -04:00 |
|