CHANGELOG.md 7.08 KB

Change Log

2.1.2 (2018-10-29)

Full Changelog

Closed issues:

  • Handle Firebase hosting header fastly-client-ip #37

Merged pull requests:

2.1.1 (2018-07-03)

Full Changelog

2.1.0 (2018-07-03)

Full Changelog

Closed issues:

  • Not getting the right ip first time #28
  • Allow using node > 6 #27

Merged pull requests:

2.0.2 (2017-06-26)

Full Changelog

Closed issues:

  • azure web app adds port to x-forwarded-for #29

Merged pull requests:

2.0.1 (2017-03-09)

Full Changelog

Implemented enhancements:

  • ES2015 Support #22

2.0.0 (2017-03-07)

Full Changelog

Closed issues:

  • optimized your code a bit (no need to evalutate every option before choosing first one that matches. just evaluate then return on first match) #15

Merged pull requests:

1.3.0 (2017-03-03)

Full Changelog

Closed issues:

  • Support Cloudflare? #20
  • How to receive IP in client #17

Merged pull requests:

  • Adding support for CF-Connecting-IP and True-Client-IP #21 (fluxsauce)
  • Return once we find something and don't crash if req.headers is undefined #19 (rokob)
  • Ignore 'unknown' ip addresses in X-Forwarded-For header #18 (raunc)

1.2.3 (2016-11-02)

Full Changelog

Closed issues:

  • Are there any security concerns when saving the IP directly to a database? #16
  • I'm not getting local host ip address 127.0.0.1 #14

1.2.2 (2016-01-27)

Full Changelog

1.2.1 (2016-01-27)

Full Changelog

Merged pull requests:

  • introduce a built-in default implementation for a connect-middleware #12 (osherx)

1.2.0 (2016-01-27)

Full Changelog

Merged pull requests:

1.1.4 (2015-07-23)

Full Changelog

Merged pull requests:

  • Add case management where you can not find the IP address #10 (sitexw)

1.1.3 (2015-04-20)

Full Changelog

1.1.2 (2015-04-04)

Full Changelog

1.1.1 (2015-04-04)

Full Changelog

Closed issues:

  • needs semver #7

1.1.0 (2015-04-04)

Full Changelog

Merged pull requests:

v0.0.4 (2015-01-16)

Closed issues:

  • Invalid header #5
  • replace req.header('X-Forwarded-For') for req.header('X-Forwarder-For')); #3
  • Nginx problems #2

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator