couchdb_connector v0.3.0 Release Notes

Release Date: 2016-05-16 // almost 8 years ago
    • ๐Ÿ‘ 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