tenon-node
Version:
Node.js wrapper for the Tenon.io API
27 lines (20 loc) • 747 B
Markdown
# Changelog
## 0.4.1
- Drop support for Node 0.12.x and add support for Node 8.x
- Add support for npm@5
- Update devDependencies
- Minor documentation improvements (@naterkane)
## 0.4.0
- Default to the https version of the Tenon API (@thedrew12)
- Always return Tenon's response even if it's an error.
- Update devDependencies (@naterkane)
- Switch from JSHint to ESLint for managing style
## 0.3.0
- Added `analyze()` which will validate a string no matter if its a URL, HTML document or HTML fragment. (@asabaylus)
## 0.2.0
- Specify an endpoint for the API. Useful if you want to wrap a private instance of Tenon.io. (@asabaylus)
## 0.1.1
- Remove support for cli.js for now
- Fix a broken path in the cli.js
## 0.1.0
- Initial release