Commit Graph

  • f7875d1d3f created develop Rob Colbert 2022-08-25 03:41:27 -0400
  • 26f67323f3 bump version Dustin Diaz 2017-09-17 17:40:03 -0700
  • f855dd4472 adds package lock Dustin Diaz 2017-09-17 17:39:34 -0700
  • 521e3c27c2 Merge pull request #21 from vamonte/master Dustin Diaz 2015-12-04 16:41:36 -0800
  • 6cff5dd78e Fix the ability to use a function for the option. vamonte 2015-12-03 23:41:25 +0100
  • 2bd2448ea5 1.6.0 Dustin Diaz 2015-09-15 09:00:16 -0700
  • a8a4fed25f Merge pull request #13 from blainesch/feature/dynamic-lookup Dustin Diaz 2015-09-15 08:59:40 -0700
  • 32bd5e2e28 Add ability to use a function for the `lookup` option. Blaine Schmeisser 2015-05-12 22:41:26 -0700
  • 1b7b0944c3 Merge pull request #16 from cjthompson/allow_remaining_to_be_zero Dustin Diaz 2015-09-12 21:49:56 -0700
  • 203079ce9b If "X-RateLimit-Remaining: 1", allow one additional API request Chris Thompson 2015-09-08 21:18:36 -0600
  • 6d9f3e7d1e 1.5.0 Dustin Diaz 2015-09-02 16:57:45 -0700
  • 5fbe8dc4b1 Merge pull request #7 from lennym/feature/optional-failure-callback Dustin Diaz 2015-09-02 16:57:21 -0700
  • 4f56f78502 1.4.0 Dustin Diaz 2015-02-28 10:55:26 -0800
  • 94140fb318 Merge pull request #9 from SpiderStrategies/add-reset-header Dustin Diaz 2015-02-28 10:54:52 -0800
  • 5319d8e949 Adds the X-Ratelimit-Reset header. Nathan Bowser 2015-01-15 09:19:17 -0500
  • 021598b5c4 Add README details for custom limit handler Leonard Martin 2014-10-28 16:36:37 +0000
  • a9c88eb082 Allow for optional handler for rate limiting Leonard Martin 2014-10-28 16:27:38 +0000
  • 087ef4cfbc 1.3.1 Dustin Diaz 2014-09-12 12:36:52 -0700
  • e07ce129ec Merge pull request #5 from edwellbrook/patch-1 Dustin Diaz 2014-09-12 12:36:00 -0700
  • 7a99eff6ed Fix warning in express 4 Ed Wellbrook 2014-09-12 14:27:33 -0500
  • 99c10ed2de 1.3.0 Dustin Diaz 2014-04-20 12:46:03 -0700
  • 8dd116ed93 fixes broken direct middleware support. adds test Dustin Diaz 2014-04-20 12:45:46 -0700
  • a29233724b 1.2.0 Dustin Diaz 2014-04-20 08:43:43 -0700
  • a1d7879652 adds jshint and minor cleanup Dustin Diaz 2014-04-20 08:43:31 -0700
  • 2bb0855a74 Merge pull request #2 from roark31337/feature/skipHeaders Dustin Diaz 2014-04-20 08:35:44 -0700
  • 3c6f79aa7f Add ability to pass ignoreErrors to the configuration options. Ashley Streb 2014-04-09 17:07:26 -0400
  • 2283789b24 Add ability to set skipHeaders into the options to prevent the setting of HTTP header fields for X-RateLimit-Limit, X-RateLimit-Remaining and Retry-After. Ashley Streb 2014-04-04 07:33:29 -0400
  • 753480357d ability to pass in express.Router() instance Dustin Diaz 2014-03-25 13:34:52 -0700
  • 7cdc1d13d5 has can spell limit Dustin Diaz 2014-03-24 12:08:35 -0700
  • 39177f9d15 1.1.0 Dustin Diaz 2014-03-23 15:30:44 -0700
  • d7e38fb76a new direct middleware style Dustin Diaz 2014-03-23 15:30:34 -0700
  • 3bbe5895c0 `limiter` Dustin Diaz 2014-03-23 15:17:59 -0700
  • 1306893a10 show installation instructions Dustin Diaz 2014-03-23 15:17:20 -0700
  • 5a38e1a413 package fixes Dustin Diaz 2014-03-23 15:15:53 -0700
  • 0f0a9afa9b 1.0.1 Dustin Diaz 2014-03-23 15:14:05 -0700
  • 7baa29f63a bad references to repo and module name. closes #1 Dustin Diaz 2014-03-23 15:13:36 -0700
  • 0c7ae3ef5c rename title Dustin Diaz 2014-03-23 12:35:49 -0700
  • afb896cd92 1.0.0 Dustin Diaz 2014-03-23 12:34:05 -0700
  • 093002f073 rename Dustin Diaz 2014-03-23 12:34:00 -0700
  • 7b7e2e0608 typo Dustin Diaz 2014-03-23 11:08:19 -0700
  • 53f3881f20 0.0.2 Dustin Diaz 2014-03-23 11:07:31 -0700
  • 1a4feb3d2d whitelist method added Dustin Diaz 2014-03-23 11:06:59 -0700
  • b4c909de6e license and sincerity Dustin Diaz 2014-03-23 10:38:22 -0700
  • 3b92151dd1 more examples Dustin Diaz 2014-03-23 10:36:55 -0700
  • 2e8da2ab36 0.0.1 Dustin Diaz 2014-03-23 10:34:01 -0700
  • 1d78eba2a4 docs with examples Dustin Diaz 2014-03-23 10:33:49 -0700
  • c63b459cff now with tests :) Dustin Diaz 2014-03-23 10:12:51 -0700
  • 0f5cede039 testing setup Dustin Diaz 2014-03-23 08:43:09 -0700
  • 6788f21ca9 include redis dev dep Dustin Diaz 2014-03-23 08:35:38 -0700
  • f5e0de0960 eureka Dustin Diaz 2014-03-23 08:32:36 -0700
  • fb0e6ccdf0 Initial commit Dustin Diaz 2014-03-23 08:24:39 -0700