All Versions
9
Latest Version
Avg Release Cycle
47 days
Latest Release
2629 days ago

Changelog History

  • v0.5.0 Changes

    January 15, 2017
    • โœ‚ Remove deprecated functions using individual authentication params.
    • ๐Ÿ›  Bugfix: Add special handling for integer keys to views to fix #40
  • v0.4.5

    January 10, 2017
  • v0.4.4 Changes

    January 08, 2017
    • ๐Ÿ‘Œ Improved authentication handling: You can now add basic auth credentials to db properties, eliminating need to authenticate each function call. Thanks to @leifg
    • ๐Ÿš€ This change makes a number of authenticated functions redundant. These functions have been deprecated and will be removed in release version 0.5
  • v0.4.3 Changes

    December 20, 2016
    • โž• Add Map based view API and documentation
    • โœ… Complement some missing specs and test cases
    • ๐Ÿ›  Fix typo in View related deprecation message
    • โž• Add function to create database secured through basic auth. Thanks to @leifg
  • v0.4.2 Changes

    December 04, 2016
    • โž• Add Map based update API and documentation
    • โž• Add delegates to Writer module destroy functions in top level Connector module
    • Document destroy functions
  • v0.4.1 Changes

    November 19, 2016
    • ๐Ÿ›  Bugfix: Add Percent-encoding to query path
    • ๐Ÿ‘ Allow the use of poison 3.0 in addition to 1.5 and 2.0
  • v0.4.0 Changes

    November 11, 2016
    • Provide connector functions that yield and consume documents as Maps
    • ๐Ÿ‘Œ Support Elixir versions 1.2 and 1.3
    • ๐Ÿ‘ Allow wider range of httpoison versions
    • โšก๏ธ Update development dependencies
    • โž• Add and improve documentation
  • v0.3.0 Changes

    May 16, 2016
    • ๐Ÿ‘ Allow document removal
    • โž• Add admin functions for basic user and admin management
    • โž• Add basic authentication
    • โ†” Integrate dialyzer to improve specs and code
    • ๐Ÿ‘Œ Improve documentation
    • โž• Add missing function specs
    • ๐Ÿ—„ Deprecations:
      • Writer.create/2 is now deprecated. Please use Writer.create_generate/2 instead
      • View.document_by_key/5 is now deprecated. Please use one of the new Map-based View.document_by_key functions instead
    • ๐Ÿ’ฅ Breaking Changes: None in public facing functions
  • v0.2.0 Changes

    January 04, 2016

    ๐Ÿš€ First public release