Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG.md 67KB

Change Log

v2.88.0 (2018/08/10)

v2.87.0 (2018/05/21)

v2.86.0 (2018/05/15)

v2.85.0 (2018/03/12)

v2.84.0 (2018/03/12)

v2.83.0 (2017/09/27)

v2.82.0 (2017/09/19)

v2.81.0 (2017/03/09)

v2.80.0 (2017/03/04)

v2.79.0 (2016/11/18)

v2.78.0 (2016/11/03)

  • #2447 Always set request timeout on keep-alive connections (@mscdex)

v2.77.0 (2016/11/03)

v2.76.0 (2016/10/25)

v2.75.0 (2016/09/17)

v2.74.0 (2016/07/22)

v2.73.0 (2016/07/09)

v2.72.0 (2016/04/17)

v2.71.0 (2016/04/12)

  • #2164 Catch errors from the underlying http module (@simov)

v2.70.0 (2016/04/05)

v2.69.0 (2016/01/27)

  • #2041 restore aws4 as regular dependency (@rmg)

v2.68.0 (2016/01/27)

v2.67.0 (2015/11/19)

v2.66.0 (2015/11/18)

v2.65.0 (2015/10/11)

v2.64.0 (2015/09/25)

v2.63.0 (2015/09/21)

  • #1772 Set default application/json content-type when using json option (@jzaefferer)

v2.62.0 (2015/09/15)

v2.61.0 (2015/08/19)

v2.60.0 (2015/07/21)

  • #1687 Fix caseless bug - content-type not being set for multipart/form-data (@simov, @garymathews)

v2.59.0 (2015/07/20)

  • #1671 Add tests and docs for using the agent, agentClass, agentOptions and forever options. Forever option defaults to using http(s).Agent in node 0.12+ (@simov)
  • #1679 Fix - do not remove OAuth param when using OAuth realm (@simov, @jhalickman)
  • #1668 updated dependencies (@deamme)
  • #1656 Fix form method (@simov)
  • #1651 Preserve HEAD method when using followAllRedirects (@simov)
  • #1652 Update encoding option documentation in README.md (@daniel347x)
  • #1650 Allow content-type overriding when using the form option (@simov)
  • #1646 Clarify the nature of setting ca in agentOptions (@jeffcharles)

v2.58.0 (2015/06/16)

v2.57.0 (2015/05/31)

  • #1615 Replace ‘.client’ with ‘.socket’ as the former was deprecated in 2.2.0. (@ChALkeR)

v2.56.0 (2015/05/28)

v2.55.0 (2015/04/05)

v2.54.0 (2015/03/24)

v2.53.0 (2015/02/02)

v2.52.0 (2015/02/02)

  • #1383 Add missing HTTPS options that were not being passed to tunnel (@brichard19) (@nylen)
  • #1388 Upgrade mime-types package version (@roderickhsiao)
  • #1389 Revise Setup Tunnel Function (@seanstrom)
  • #1374 Allow explicitly disabling tunneling for proxied https destinations (@nylen)
  • #1376 Use karma-browserify for tests. Add browser test coverage reporter. (@eiriksm)
  • #1366 Refactor OAuth into separate module (@simov)
  • #1373 Rewrite tunnel test to be pure Node.js (@nylen)
  • #1371 Upgrade test reporter (@nylen)
  • #1360 Refactor basic, bearer, digest auth logic into separate class (@simov)
  • #1354 Remove circular dependency from debugging code (@nylen)
  • #1351 Move digest auth into private prototype method (@simov)
  • #1352 Update hawk dependency to ~2.3.0 (@mridgway)
  • #1353 Correct travis-ci badge (@dogancelik)
  • #1349 Make sure we return on errored browser requests. (@eiriksm)
  • #1346 getProxyFromURI Extraction Refactor (@seanstrom)
  • #1337 Standardize test ports on 6767 (@nylen)
  • #1341 Emit FormData error events as Request error events (@nylen, @rwky)
  • #1343 Clean up readme badges, and add Travis and Coveralls badges (@nylen)
  • #1345 Update README.md (@Aaron-Hartwig)
  • #1338 Always wait for server.close() callback in tests (@nylen)
  • #1342 Add mock https server and redo start of browser tests for this purpose. (@eiriksm)
  • #1339 Improve auth docs (@nylen)
  • #1335 Add support for OAuth plaintext signature method (@simov)
  • #1332 Add clean script to remove test-browser.js after the tests run (@seanstrom)
  • #1327 Fix errors generating coverage reports. (@nylen)
  • #1330 Return empty buffer upon empty response body and encoding is set to null (@seanstrom)
  • #1326 Use faster container-based infrastructure on Travis (@nylen)
  • #1315 Implement rfc3986 option (@simov, @nylen, @apoco, @DullReferenceException, @mmalecki, @oliamb, @cliffcrosland, @LewisJEllis, @eiriksm, @poislagarde)
  • #1314 Detect urlencoded form data header via regex (@simov)
  • #1317 Improve OAuth1.0 server side flow example (@simov)

v2.51.0 (2014/12/10)

v2.50.0 (2014/12/09)

v2.49.0 (2014/11/28)

v2.48.0 (2014/11/12)

v2.47.0 (2014/10/26)

v2.46.0 (2014/10/23)

v2.45.0 (2014/10/06)

v2.43.0 (2014/09/18)

  • #1057 Defaults should not overwrite defined options (@davidwood)
  • #1046 Propagate datastream errors, useful in case gzip fails. (@ZJONSSON, @Janpot)
  • #1063 copy the input headers object #1060 (@finnp)
  • #1031 Explicitly use sync versions of cookie functions (@ZJONSSON)
  • #1056 Fix redirects when passing url.parse(x) as URL to convenience method (@nylen)

v2.42.0 (2014/09/04)

v2.41.0 (2014/09/04)

v2.40.0 (2014/08/06)

v2.39.0 (2014/07/24)

v2.38.0 (2014/07/22)

v2.37.0 (2014/07/07)

v2.35.0 (2014/05/17)

v2.34.0 (2014/02/18)

  • #516 UNIX Socket URL Support (@lyuzashi)
  • #801 794 ignore cookie parsing and domain errors (@lalitkapoor)
  • #802 Added the Apache license to the package.json. (@keskival)
  • #793 Adds content-length calculation when submitting forms using form-data li… (@Juul)
  • #785 Provide ability to override content-type when json option used (@vvo)
  • #781 simpler isReadStream function (@joaojeronimo)

v2.32.0 (2014/01/16)

v2.31.0 (2014/01/08)