All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
7.0.0 (2019-07-25)
- add _autogenerated to UpLinkConf (971e52e)
- IPluginAuth: adduser, changePassword optional (40d4e7a), closes /github.com/verdaccio/verdaccio/blob/66f4197236d9d71af149314aae15102b336f45e1/src/lib/auth.ts#L67-L71 /github.com/verdaccio/verdaccio/blob/66f4197236d9d71af149314aae15102b336f45e1/src/lib/auth.ts#L138-L166
- IPluginAuth: remove
login_url
(1663c07), closes #69
- remove flow definitions
6.2.0 (2019-05-28)
- add types for Version (900861d)
6.1.0 (2019-05-14)
- revert token signature (59a03e7)
- moved token api signature (e51991c)
6.0.2 (2019-05-06)
6.0.1 (2019-05-04)
- tokens are accesible also in local-storage (56551cf)
6.0.0 (2019-04-30)
- remove wrong imports (a75476a)
-
storage needs to add new methods
-
add: token types
-
add: typescripts types
5.0.2 (2019-04-22)
5.0.1 (2019-04-18)
5.0.0 (2019-04-18)
5.0.0-beta.4 (2019-03-29)
- storage: path is not mandatory (784f1bb)
5.0.0-beta.3 (2019-03-09)
- add types for PackageUsers (9bb3c26)
5.0.0-beta.2 (2019-02-03)
- 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)
- add gravatar prop for web config (99ceae9)
4.2.0 (2019-01-12)
- add AuthPluginPackage type (0e46b04)
4.1.2 (2018-11-11)
- remove wrong definition (9bc53fc)
4.1.1 (2018-10-06)
- deprecated methods are optional (4c96e89)
4.1.0 (2018-10-06)
- package access props are not optional (afabaf1)
4.0.0 (2018-09-30)
- auth: add method to update password (21fc43f)
- auth: it will affect all auth plugins
3.7.2 (2018-09-27)
3.7.1 (2018-08-11)
- restore missing type on RemoteUser (88d809e)
3.7.0 (2018-08-05)
- add Security configuration (0d9aece)
3.6.0 (2018-07-30)
- changes max_users type to number (1fa6e73)
3.5.1 (2018-07-21)
- login_url should be an optional property (0fcfb9c)
3.5.0 (2018-07-21)
- add
login_url
to verdaccio$IPluginAuth (6e03209), closes verdaccio/verdaccio#834
3.4.3 (2018-07-19)
- allow extend config (06e810f)
3.4.2 (2018-07-17)
3.4.1 (2018-07-16)
- allow sub types on allow auth methods (fa8125b)
3.4.0 (2018-07-16)
- add RemoteUser type (aa83839)
3.3.3 (2018-07-16)
- wrong signature for auth plugin (11a0ce6)
3.3.2 (2018-07-16)
- add missing adduser method (0b54fe7)
3.3.1 (2018-07-15)
- add config prop to IBasicAuth (0714316)
3.3.0 (2018-07-15)
- add IStorageManager for middleware plugin (d473b4c)
3.2.0 (2018-07-15)
- add interface for middleware and storage plugin (0028085)
3.1.0 (2018-07-14)
- add types for auth plugin (a9b7bc9)
3.0.1 (2018-07-02)
- improvements config interface (8ea6276)
3.0.0 (2018-06-08)
- add search method (2cf3ce9)
- search method must be implemented to allow search functionality