Skip to content

Tags: betaquick/https-cert-watcher

Tags

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix issues with incompatibility between tls.createSecureContext (#3)

- Use https.server.setContext appropriately
- Update API
- Take a factory to return options
- Take an optional logger
- Update sample
- Use Sinon's fake timers to test debounce
- Bump version to 2.0.0 as major  incompatible API change
- Test that server actually runs

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove dependencies added by scoping to org (#2)

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare for publish (#1)

* Prepare for publish

- Add .npmignore
- Clean up tags in package.json

* Run tests before publishing

stable

Toggle stable's commit message
Remove dependencies added by scoping to org (#2)

v1.0

Toggle v1.0's commit message
Add README