Skip to content
This repository has been archived by the owner on Jul 26, 2019. It is now read-only.

Latest commit

 

History

History
403 lines (165 loc) · 10.2 KB

CHANGELOG.md

File metadata and controls

403 lines (165 loc) · 10.2 KB

Changelog

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

7.0.0 (2019-07-25)

Bug Fixes

Features

BREAKING CHANGES

  • remove flow definitions

6.2.0 (2019-05-28)

Features

6.1.0 (2019-05-14)

Bug Fixes

Features

  • moved token api signature (e51991c)

6.0.2 (2019-05-06)

Bug Fixes

  • fix/token i local package manager (#61) (14adfb2)

6.0.1 (2019-05-04)

Bug Fixes

  • tokens are accesible also in local-storage (56551cf)

6.0.0 (2019-04-30)

Bug Fixes

Features

BREAKING CHANGES

  • storage needs to add new methods

  • add: token types

  • add: typescripts types

5.0.2 (2019-04-22)

Bug Fixes

  • fixes for storage plugin types per code review (#59) (c2ea90b)

5.0.1 (2019-04-18)

5.0.0 (2019-04-18)

Features

  • support for an IPluginStorageFilter (#58) (e67559f)

5.0.0-beta.4 (2019-03-29)

Features

  • storage: path is not mandatory (784f1bb)

5.0.0-beta.3 (2019-03-09)

Features

  • add types for PackageUsers (9bb3c26)

5.0.0-beta.2 (2019-02-03)

Features

  • allow_access and allow_publish are optional for auth plugin (0d5a53c)

5.0.0-beta.1 (2019-02-01)

5.0.0-beta.0 (2019-01-27)

4.3.0 (2019-01-12)

Features

  • add gravatar prop for web config (99ceae9)

4.2.0 (2019-01-12)

Features

  • add AuthPluginPackage type (0e46b04)

4.1.2 (2018-11-11)

Bug Fixes

  • remove wrong definition (9bc53fc)

4.1.1 (2018-10-06)

Bug Fixes

  • deprecated methods are optional (4c96e89)

4.1.0 (2018-10-06)

Features

  • package access props are not optional (afabaf1)

4.0.0 (2018-09-30)

Features

  • auth: add method to update password (21fc43f)

BREAKING CHANGES

  • auth: it will affect all auth plugins

3.7.2 (2018-09-27)

Bug Fixes

3.7.1 (2018-08-11)

Bug Fixes

  • restore missing type on RemoteUser (88d809e)

3.7.0 (2018-08-05)

Features

  • add Security configuration (0d9aece)

3.6.0 (2018-07-30)

Features

  • changes max_users type to number (1fa6e73)

3.5.1 (2018-07-21)

Bug Fixes

  • login_url should be an optional property (0fcfb9c)

3.5.0 (2018-07-21)

Features

3.4.3 (2018-07-19)

Bug Fixes

3.4.2 (2018-07-17)

3.4.1 (2018-07-16)

Bug Fixes

  • allow sub types on allow auth methods (fa8125b)

3.4.0 (2018-07-16)

Features

3.3.3 (2018-07-16)

Bug Fixes

  • wrong signature for auth plugin (11a0ce6)

3.3.2 (2018-07-16)

Bug Fixes

  • add missing adduser method (0b54fe7)

3.3.1 (2018-07-15)

Bug Fixes

  • add config prop to IBasicAuth (0714316)

3.3.0 (2018-07-15)

Features

  • add IStorageManager for middleware plugin (d473b4c)

3.2.0 (2018-07-15)

Features

  • add interface for middleware and storage plugin (0028085)

3.1.0 (2018-07-14)

Features

  • add types for auth plugin (a9b7bc9)

3.0.1 (2018-07-02)

Bug Fixes

  • improvements config interface (8ea6276)

3.0.0 (2018-06-08)

Features

BREAKING CHANGES

  • search method must be implemented to allow search functionality