node-pinboard
Version:
A Node.js wrapper for the Pinboard API.
21 lines (15 loc) • 432 B
Markdown
# 2.0.1
- Fix Node engine requirement
- Update docs
# 2.0.0
- TypeScript rewrite
- Same API now works with promises
- Use node-fetch instead of request
**Breaking Changes**
- Library no longer mapes `tags` property to `tag` property.
- New minimum version of Node 8+
# 1.0.0
- Callback now conforms to the Node standard of `function(error, response)`
- No more lodash dependency
- Requires Node 4+
- Semver from here on out.