Skip to content

Releases: dyaa/ssl-checker

v2.0.9

15 Feb 23:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.5...v2.0.9

v2.0.5

16 Apr 17:40
Compare
Choose a tag to compare

Fixed module has no default export error

A revamp with typescript

04 Oct 20:47
Compare
Choose a tag to compare

ssl-checker@2.0.3

Breaking changes

  • Options is an object now & can be provided as a second parameter - Check README
  • Response object keys are changed to cameCase
    • days_remaining => daysRemaining
    • valid_from => validFrom
    • valid_to => validTo
    • valid => valid :trollface:
  • Fixed issue #20, Thanks to @DesignyourCode for reporting
  • Rewrote the module using typescript