Skip to content

Latest commit

 

History

History
141 lines (91 loc) · 3.66 KB

CHANGELOG.md

File metadata and controls

141 lines (91 loc) · 3.66 KB

Release history

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.

Guiding Principles
  • Changelogs are for humans, not machines.
  • There should be an entry for every single version.
  • The same types of changes should be grouped.
  • Versions and sections should be linkable.
  • The latest version comes first.
  • The release date of each versions is displayed.
  • Mention whether you follow Semantic Versioning.
Types of changes

From v1.0 forward, changelog entries are classified using the following labels (from keep-a-changelog):

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be-removed features.
  • Removed for removed features.
  • Fixed for any bug fixes.

1.0.0 - 2018-08-14

Changed

  • refactored to use es6 class, updated examples and docs.
  • renamed .del to .delete

Added

  • added support options.query and query strings on the URL

0.5.4 - 2017-04-19

  • ensure simple-get does not try to parse json

0.5.3 - 2017-04-19

  • fix annoying json parse error from simple-get
  • run update, update deps

0.5.2 - 2017-04-06

  • allow setting username/password on environment. closes #15
  • allow passing in a bearer token for authentication

0.5.1 - 2016-09-10

  • move opts inside closure

0.5.0 - 2016-09-09

  • run update
  • adds readme task to verb config
  • refactor

0.4.1 - 2016-02-02

  • update .getAll test, resolves #9
  • Merge pull request #10 from tunnckoCore/master

0.4.0 - 2015-10-17

  • allow making calls without credentials

0.3.2 - 2015-10-15

  • ensure that original options are used for subsequent requests

0.3.1 - 2015-09-14

  • update docs

0.3.0 - 2015-09-14

  • Merge pull request #4 from tunnckoCore/master
  • refactor defaults, use simple-get
  • add/update tests, lint
  • introduce json option

0.2.3 - 2015-08-13

  • fix opts

0.2.2 - 2015-08-11

  • interpolation

0.2.1 - 2015-08-09

  • paths
  • fix links

0.2.0 - 2015-08-09

  • refactor
  • update tests
  • docs

0.1.1 - 2015-03-31

  • shorten
  • fix test desc
  • clean up

0.1.0

  • first commit