All Versions
8
Latest Version
Avg Release Cycle
294 days
Latest Release
1538 days ago

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 called alias.
    • ๐Ÿ”„ Change: The api option for the Basic API is now also called alias.
    • ๐Ÿ”„ 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
  • v1.0.0 Changes

    June 23, 2014
    • ๐ŸŽ‰ Initial Release