Skip to content

Releases: Polyneue/behance-api

v1.1.5

21 Nov 02:16
Compare
Choose a tag to compare

Fixed

  • Removed broken Bithound badge from README.md.

v1.1.4

27 May 00:16
Compare
Choose a tag to compare

Added

  • Example documentation.

Changed

  • 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.

v1.1.3

02 May 23:49
Compare
Choose a tag to compare

Changed

  • Changed to using airbnb standards

v1.1.2

26 Apr 02:48
Compare
Choose a tag to compare

Changed

  • Added logo to npmignore
  • Updated license year

Added

  • New API documentation
  • README now references examples and API docs

v1.1.1

26 Apr 02:48
Compare
Choose a tag to compare

Changed

  • Minor code style updates in readme
  • Fix for behane logo not showing on npmjs.com

v1.1.0

20 Apr 01:43
Compare
Choose a tag to compare

Added

  • 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

Changed

  • team endoints added to readme
  • updated travis file to only run on develop or master

v1.0.0

16 Nov 17:32
Compare
Choose a tag to compare

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.

v0.1.2

16 Nov 16:01
Compare
Choose a tag to compare

Removed

  • Removing coverage from npm package.

v0.1.1

16 Nov 16:00
Compare
Choose a tag to compare

Removed

  • Remove example js from npm package.

v0.1.0

16 Nov 15:56
Compare
Choose a tag to compare

Added

  • Wrote initial API functions.
  • Updated README with new API usage and examples.
  • Set up test suite.