Skip to content

Latest commit

 

History

History
161 lines (114 loc) · 10.7 KB

File metadata and controls

161 lines (114 loc) · 10.7 KB

1.1.0 (2018-02-23)

Chores
  • package: update dotest to version 2.3.0 (c098f8bc)
Documentation Changes
New Features
  • byRange: Add optional sorting (49ee72d7)
  • httpRequestPP: Pwned Passwords methods (ec1020c0)
Refactors
  • export: Cleaner timeout setting (58f17aa9)
  • httpRequest: Renamed to httpRequestHIBP (418f5eb5)
Code Style Changes
  • syntax: Clean up and modernization (d70ef7f0)
  • readme: Better parsable syntax (5803e5d6)
Tests
  • main:
    • Bypass Node v6.13.0 missing Object.values (ef3f7766)
    • Method tests for pwnedpasswords (f05ccc4c)
    • Interface checks for pwnedpasswords (44273e53)
    • Add SHA-1 hash function (f85570c3)

1.0.3 (2017-12-12)

Chores
Documentation Changes
Refactors
  • package: Minimum supported node v4.0 (6db83d62)
Code Style Changes
Tests
  • main:
  • config:
    • Allow 500 lines in .bithoundrc (ac3f7f99)
    • Remove ecmaVersion from .eslintrc (72840934)
    • Update Travis CI node versions (770ab612)
    • Use dynamic node versions on Travis CI (4fce2800)
  • style:
  • lint: Update eslint to ES6 (d102da84)

1.0.2 (2016-6-8)

Documentation Changes
  • changelog: Fixed bad commit urls (798c6874)

1.0.1 (2016-6-8)

Documentation Changes
  • badges: Deeplink Gemnasium to runtime deps (0e76b043)
  • changelog: Fixed missing types (7f68a376)
Bug Fixes
  • package: Fixed bad git url copy (eb9fb42f)

1.0.0 (2016-6-7)

Chores
  • package:
  • cleanup: Changed Have I been pwned references (f0d5eec6)
Documentation Changes
New Features
Bug Fixes
  • code: Fixed setup without config (2638e216)
Other Changes
  • comments: Add intro, author, unlicense comment (3f655f53)
  • lint:
    • Fixed unchecked data argument (d2b4b6e6)
    • Fixed inconsistent returns (65f9e357)
  • style: Fixed missing semicolon (c8c41113)
  • code: Removed invalid JSdoc params (9e39bb89)
Refactors
Tests
  • runner:
  • script: Add test.js script (b0a85372)
  • config: