Commit Graph

38 Commits

Author SHA1 Message Date
Mark Hindess 5b5b7d2be1 Add library tests 2014-07-23 21:38:57 +01:00
Nick O'Leary e15de8cf37 Bump 0.8.1 2014-06-29 22:55:08 +01:00
Nick O'Leary cfe7c372d3 Add jshint to grunt file 2014-06-28 21:40:46 +01:00
Nick O'Leary 83b8c46b28 Bump 0.8 2014-06-25 21:39:27 +01:00
Nick O'Leary da8ef7acc6 Minify node .html files before sending 2014-05-04 17:30:55 +01:00
Nick O'Leary 7eed375111 Split up nodes.js into components 2014-05-03 22:28:17 +01:00
Nick O'Leary b2f4bc915e Bump 0.7.2 2014-04-26 22:43:29 +01:00
Nick O'Leary d702caa5be Bump 0.7.1 2014-04-20 20:52:16 +01:00
Nick O'Leary 18ae7108f5 Add Grunt-cli dependency and fix Travis 2014-04-16 23:28:02 +01:00
Nick O'Leary b8bcd57cda Bump 0.7.0 2014-04-16 22:42:26 +01:00
Nick O'Leary 22db06046b Fix mocha dependency 2014-03-31 13:38:35 +01:00
Nick O'Leary 9a7042b8dc Add grunt build and travis-ci 2014-03-31 13:31:31 +01:00
Nick O'Leary f7792c66b4 Add cmd-line help and reduce node error output by default
Added nopt package dependency - npm update required!

Added -v cmdline option to show node module load errors, which are otherwise hidden by default with only a summary shown
2014-03-06 22:32:23 +00:00
Nick O'Leary a44104a7e4 Bump to 0.6.0 2014-02-21 21:48:31 +00:00
Nick O'Leary 6b278fdceb Add httpNodeCors setting
Adds a dependency on the 'cors' npm module
2014-02-17 22:32:53 +00:00
Nick O'Leary 35fb4bb47a Add rawBody middleware
Fixes #151
2014-02-12 21:30:49 +00:00
Nick O'Leary 20de0c7c89 Move to twitter-ng module
Fixes #136

This will require an `npm update` to keep things working
2014-02-05 20:26:56 +00:00
Nick Niemeir 3c41b2624a First pass at removing sync calls 2014-01-16 05:59:13 +00:00
Nick Niemeir bdef2a5b96 Add `npm test` 2014-01-14 06:13:07 +00:00
Nick O'Leary 5d43334b1c Bump version 0.5.0 2013-12-21 19:31:50 +00:00
Nick O'Leary 95b8600da7 Automatically follow 301-redirects in HTTP request node
Fixes #30
2013-12-20 11:11:50 +00:00
Nicholas O'Leary e1dbb95396 Deep-clone messages when there are multiple recipients
Fixes #85

As well as adding deep-clone (via the new dependency on the 'clone' module), we no longer clone the message if there is a single recipient. This makes simple node-to-node flows more efficient.

I've done some simple profiling using process.hrtime to time how long the Node.send function takes, and at best, this change is neutral to performance.
2013-11-21 14:03:17 +00:00
Nicholas O'Leary e700a11647 Bump version: 0.4.0 2013-11-14 20:45:34 +00:00
Nicholas O'Leary 29734dd994 Add unit test for localfilestorage
Stage 2 of #62
2013-11-10 22:19:01 +00:00
Nicholas O'Leary 95bef6b6ca Abstract all file-system operations
Stage 1 of  #62
2013-11-10 00:05:58 +00:00
Dave Conway-Jones 2e92b9a120 Added sentiment and irc to base dependencies 2013-11-02 16:03:32 +00:00
Nicholas O'Leary ff5f2da7e7 Bump version - 0.3.0 2013-10-31 16:42:47 +00:00
Nicholas O'Leary 80e96d9a01 Add xml2js to the core deps 2013-10-30 21:49:06 +00:00
Nicholas O'Leary cbc12d783c Promote twitter to a core node 2013-10-30 21:17:44 +00:00
Dave Conway-Jones 612dd4dc7f and add required comma :-) 2013-10-21 08:30:39 +01:00
Dave Conway-Jones 56e14a81b4 Close quote properly. 2013-10-21 08:28:33 +01:00
Nicholas O'Leary f80cbf729a Add some initial tests 2013-10-20 21:42:18 +01:00
Nicholas O'Leary 81d6a4b04f Bump version 2013-10-16 19:46:37 +01:00
Nicholas O'Leary 661b08fa4b Fix main property of package.json 2013-09-26 19:58:42 +01:00
Nicholas O'Leary b6ba859510 Add homepage to package.json 2013-09-20 14:34:03 +01:00
Nicholas O'Leary 9c939d1a58 Updates to package.json 2013-09-20 14:31:08 +01:00
Nicholas O'Leary 755d17766c Add cron-like scheduling to inject 2013-09-12 17:21:46 +01:00
Nicholas O'Leary 32796dd74c Got to start somewhere 2013-09-05 15:02:48 +01:00