All notable changes to this project will be documented in this file. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Example documentation.
- Update Chai to v4.0.0.
- Query Validation from JSON to a module.
- Separated utility functions from main module.
- Minor update to API doc format.
- Fixed compareKeys validation issue.
- Changed to using airbnb standards.
- Added logo to npmignore.
- Updated license year.
- New API documentation.
- README now references examples and API docs.
- Minor code style updates in readme.
- Fix for behane logo not showing on npmjs.com.
- Linting for coding standards (standardjs).
- Added logo per Behance branding guidelines.
Be.teams()
for the teams endpoint.Be.team()
- team endpoint.Be.teamProjects()
- team projects endpoint.
- team endoints added to readme.
- updated travis file to only run on develop or master.
- 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.
- 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.
- Removing coverage from npm package.
- Remove example js from npm package.
- Wrote initial API functions.
- Updated README with new API usage and examples.
- Set up test suite.
- Initial setup of README, Packages, and License for repo and npm.