Releases: Polyneue/behance-api
Releases · Polyneue/behance-api
v1.1.5
v1.1.4
v1.1.3
v1.1.2
v1.1.1
v1.1.0
Added
- Linting for coding standards (standardjs)
- Added logo per Behance branding guidelines
Be.teams()
for the teams endpointBe.team()
- team endpointBe.teamProjects()
- team projects endpoint
Changed
- team endoints added to readme
- updated travis file to only run on develop or master
v1.0.0
Added
- Validation for request that use queries.
- Test suite covers 100% of code now.
- Argument validation for endpoints that use an ID and options.
- New Changelog file for better tracking of updates.
Changed
- Moved requestHandler and requestUrl into the private scope.
- Minor code style changes.
- Changed from querystring module to qs module.
- Test suite structure update.
- Update to README layout for API information.
- Simplified example js file.