All Versions
8
Latest Version
Avg Release Cycle
294 days
Latest Release
1677 days ago
Changelog History
Changelog History
-
v4.0.0 Changes
February 08, 2020- ๐ New: Complete rewrite of the module
-
v3.1.0 Changes
December 21, 2016- ๐ New: defer option
-
v3.0.1 Changes
July 17, 2016- ๐ Fix: absolute url detection
-
v3.0.0 Changes
July 17, 2016- ๐ New: Breaking Changes
- ๐ Change: The
request
module is no longer an internal dependency of Purest, it should be installed separately and passed to Purest. - ๐ Change: The provider's configuration is no longer part of the module, it should be installed separately and passed through the
config
option. - ๐ Change: The
new
keyword is no longer used when creating a new provider instance. - ๐ Change: The
api
constructor option is now calledalias
. - ๐ Change: The
api
option for the Basic API is now also calledalias
. - ๐ Change: By default the constructor now returns an instance of the Chain API.
- ๐ Change: The Basic API can be enabled explicitly through the
api: 'basic'
options of the constructor. - ๐ Change: The
query()
method of the Chain API is no longer required to initiate the Chain API, use it only if you need to specify the path alias to use. - ๐ Change: The Promise implementation have to be passed as dependency when initializing Purest.
- ๐ Change: The
debug
option is no longer available for the constructor. - ๐ Change: The
defaults
options passed in the constructor are being extended in Purest instead of in request. - ๐ Change: The default Chain API method aliases were removed, for example: post-update and so on.
- ๐ Change: The before hook methods and the
hooks
options in the constructor are no longer available. - ๐ Change: Versions of Node below version 4.0 LTS are no longer supported.
- ๐ Change: - Change: Version 3.0 of Purest is licensed under the Apache 2.0 license.
-
v2.0.1 Changes
March 02, 2016- ๐ Fix: support for Bluebird 3
-
v2.0.0 Changes
August 06, 2015- ๐ Fix: before request hooks
- ๐ Fix: user defined method aliases
- ๐ Fix: support for Promises
- ๐ Fix: official support of 40+ more providers
- ๐ Change: renamed the domain path modifier to subdomain
- ๐ Change: removed the
__provider
key from the configuration
-
v1.2.0 Changes
June 16, 2015- ๐ Change: the
refresh
method and config are no longer available - use the Query API instead - ๐ Change:
__provider
and__domain
meta keys are no longer required
- ๐ Change: the
-
v1.0.0 Changes
June 23, 2014- ๐ Initial Release