Commit graph

187 commits

Author SHA1 Message Date
ifandelse
dcd8a357d4 Bumped build assets to v0.8.3 2013-04-27 13:05:48 -04:00
ifandelse
ccd91a5326 Merge branch 'master' of https://github.com/postaljs/postal.js 2013-04-27 13:03:09 -04:00
ifandelse
2391e5426f Bumped to v0.8.3, making underscore arg to commonjs factory method optional 2013-04-27 13:01:21 -04:00
Jim Cowart
25d4550e57 Merge pull request #29 from dcneiner/settimeout-data
Updated defer to match withDelay for calling setTimeout. Fixes #28
2013-03-18 08:34:45 -07:00
Doug Neiner
dcddf5392e Updated defer to match withDelay for calling setTimeout. Fixes #28 2013-03-17 20:24:39 -05:00
Jim Cowart
f6729c191b Fixed failing test and enabled all test modules to run 2013-03-03 00:33:44 -05:00
Jim Cowart
3f1396cb35 Added regex instance caching to resolver 2013-03-03 00:25:48 -05:00
Jim Cowart
2097c638ab Updated bindings resolver to fix problem '#' not matching 0 words when nested inside topic string 2013-03-03 00:17:26 -05:00
Jim Cowart
a2db8ab2d7 Added tests for Bindings resolver to specifically target failing conditions. Now to fix those failures.... 2013-03-02 16:32:57 -05:00
Jim Cowart
51a244c210 Updated bug in Channel Definition publish, and fixed tests to catch it 2013-01-15 20:15:06 -05:00
Jim Cowart
f935902df7 Updated publish implementation to remove the need for cloning the array 2013-01-15 18:01:26 -05:00
Jim Cowart
180593a88b Updated publish loop to eliminate need for clone 2013-01-15 16:17:12 -05:00
Jim Cowart
b0461a54b4 Updated examples 2013-01-11 17:21:22 -05:00
Jim Cowart
2cd58733d8 Added tests for ChannelDefinition.publish 2013-01-11 17:02:32 -05:00
Jim Cowart
fea0ddf952 Fixed potential bug in publishing from ChannelDefinition 2013-01-11 16:25:34 -05:00
Jim Cowart
c0b1d21a2b Updated examples 2013-01-11 15:50:25 -05:00
Jim Cowart
ad61e30911 Updated README 2013-01-11 12:18:07 -05:00
Jim Cowart
af6c11dc55 Updated README 2013-01-11 12:09:08 -05:00
Jim Cowart
2986035b9d Updated README and examples, adding repository root page 2013-01-11 12:00:26 -05:00
Jim Cowart
0e04130f8b Updated README 2013-01-10 17:44:16 -05:00
Jim Cowart
93b1f3011f Updated README 2013-01-10 17:31:49 -05:00
Jim Cowart
f5c4debcc5 Updated package.json 2013-01-10 14:54:02 -05:00
Jim Cowart
323da08f56 Merge pull request #22 from jcreamer898/patch-1
Update package.json
2013-01-10 11:49:56 -08:00
Jim Cowart
7a4e35c4cf Updated README 2013-01-10 14:48:00 -05:00
jcreamer898
cd4035a657 Update package.json 2013-01-08 16:09:00 -06:00
Jim Cowart
9bc8961a97 Updated build assets and removed old resolver 2012-12-20 02:47:44 -05:00
Jim Cowart
fb4e9ae71a Trimmed more code out 2012-12-20 02:45:05 -05:00
Jim Cowart
3acbb142e6 Removed a *lot* of code. Postal's diet is in full force... 2012-12-20 02:32:45 -05:00
Jim Cowart
8530716096 initial v0.8.0RC changes' 2012-12-19 20:11:24 -05:00
Jim Cowart
c64c2ae119 Updated build assets 2012-11-16 20:29:35 -05:00
Jim Cowart
68f833cdc4 Set 'this' context of constraints to match that of the callback. Added tests & removed jshint dependency temporarily 2012-11-16 20:29:11 -05:00
Jim Cowart
31675a7d1c Updated build.json with dependency list and removed port assignment for anvil.http 2012-11-13 09:29:10 -05:00
Jim Cowart
5c2727acfd added .once() shortcut to SubscriptionDefinition and related test 2012-11-07 21:30:51 -05:00
Jim Cowart
11b3d00024 Merge branch 'master' of github.com:ifandelse/postal.js 2012-10-26 01:17:30 -04:00
Jim Cowart
cfcd18fd0c Converted tests from QUnit to Mocha+Expect 2012-10-26 01:17:15 -04:00
Jim Cowart
da72ca0ec0 Merge pull request #17 from webpro/patch-1
Removed unused reference to "document"
2012-10-12 21:27:50 -07:00
Lars Kappert
7ca226e143 Removed unused reference to "document"
The `document` global is not used in postal afaic. You could still access it through `global.window`.

I understand this is a browser version of postal, but it actually broke my r.js optimized build, since postal tries to access this global property on boot.
2012-10-12 00:41:43 +03:00
Jim Cowart
354a3187bd Fixed minor bug on node.js when publishing + no subscribers 2012-10-03 23:27:14 -04:00
Jim Cowart
314136cf4a Prepping for 0.7.2 tag 2012-09-25 21:23:06 -04:00
Jim Cowart
1a2abf5365 Added nuget package file for postal 2012-09-25 21:09:46 -04:00
Jim Cowart
63ea8f866d Removed separate 'standard' and 'amd' client browser builds and combined them into one build with amd detection. 2012-09-25 20:48:36 -04:00
Jim Cowart
4f86f27831 Merge pull request #16 from elijahmanor/add-anvil-jshint
Added anvil.jshint to build.json and fixed mixed tabs/spaces in api.js
2012-09-24 09:41:45 -07:00
Elijah Manor
983cbf4e68 Added anvil.jshint to build.json and fixed mixed tabs/spaces in api.js 2012-09-24 09:01:31 -05:00
Jim Cowart
acaa28c06e Updated node sample project readme with corrections 2012-09-24 09:53:42 -04:00
Jim Cowart
20a2f6fd23 Updated node example app README with new install/run instructions 2012-09-23 00:27:54 -04:00
Jim Cowart
08f313fa69 Updated package.json and completed post-merge tweaks from @arobson's pull request 2012-09-23 00:16:35 -04:00
Jim Cowart
2416e37eac Merge pull request #15 from arobson/master
Cleaning up
2012-09-22 21:02:49 -07:00
Alex Robson
39454e8d02 Cleaning up build and npm files 2012-09-22 22:56:41 -05:00
Jim Cowart
126a66edb2 Updated package.json to reflect new dir structure, etc. 2012-09-22 23:54:57 -04:00
Jim Cowart
22bbd6e5ff Updated package.json in root directory, added package.json to node example project, removed node_modules and updated gitignore 2012-09-22 23:43:40 -04:00