Skip to content

Latest commit

 

History

History
76 lines (41 loc) · 4.51 KB

CHANGELOG.md

File metadata and controls

76 lines (41 loc) · 4.51 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.3 (2018-05-19)

Bug Fixes

  • build: publish browserified version (46e883e)

1.1.2 (2018-02-03)

Bug Fixes

  • package: update url-join to version 4.0.0 (fe89208)
  • urls: enable databases that are not hosted on domain root (ac2e2b0), closes #215

1.1.1 (2018-01-20)

Bug Fixes

  • auth: also use Basic Authentication information database opts (8b1d191), closes #204
  • package: update url-join to version 2.0.5 (6a627d1), closes #205
  • package: update url-join to version 3.0.0 (d7b27ae)

1.1.0 (2017-12-25)

Features

  • types: package typescript type declarations (e59ad40)

1.0.0 (2017-12-17)

Bug Fixes

  • ajax: correctly handle Basic authentication (19f547b), closes #109
  • browser: plugin registration bug introduced in ES6 move (cd12d06)
  • nodejs: correctly set ajax request's body for login (5b61b00), closes #127 #130 #141
  • package: update pouchdb to version ~6.4.0 (f0c45b5)
  • putUser: ensure reserved words are enforced in metadata (b1ea26a)
  • urls: replace base URL regex with url-parse (7472135), closes #150 #160
  • urls: respect DB prefix for base URL if set (d600426), closes #158

Features

  • admins: add signUpAdmin and deleteAdmin (cb8991d)
  • package: move to ES6 with rollup build (b420ad4)
  • putUser: take roles in account (7f44c9e), closes #114
  • users: add deleteUser (8e187e7)

BREAKING CHANGES

  • putUser: In both signUp and putUser, '_id', '_rev', 'name', 'type', 'roles', 'password', 'password_scheme', 'iterations', 'derived_key', 'salt' are now all reserved words, and 'metadata' is not a reserved word anymore.