Skip to content

Latest commit

 

History

History
264 lines (180 loc) · 19.6 KB

CHANGELOG.md

File metadata and controls

264 lines (180 loc) · 19.6 KB

3.0.1 (2020-01-15)

Chores
Documentation Changes
  • add Contributing section, cleanup (a66fb59b)
  • align please note style and use quote (ef1163e5)
  • set publish to within sample (f03b3b4c)
  • remove flow support as we have typescript now (3d439af6)
  • clarify publish options (2dfde28a)
Refactors
  • set authCache as optional member (a9e12460)
Code Style Changes
  • use typescript style import (97685933)
  • set member accessibility explicit (21afb3d7)
  • remove useless ts-ignore, fix no-use-before-define (23fcd472)
  • adopt code style to rules (f30d3821)
Tests
  • align functional test suite to verdaccio (fd2b97b4)
  • convert package fixture to typescript (d3374af8)

3.0.0 (2019-12-19)

Chores
  • lint: add markdownlint, use lint instead of lint:ts witin ci (8af48c38)
  • upgrade commitlint and jest-environment-node (6d4fd063)
  • remove warning (74e9e8e9)
  • add prettier conf (5dc2c674)
  • remove eclint (2f04b5cd)
  • fix wrong error (f7736b46)
  • add missing dependency (8407cdac)
  • fix test (9a424f9d)
  • fix lint issues (4eed60d7)
  • lint issues (6085b6fc)
  • migrating to typescript (56d11877)
  • upgrade verdaccio to latest stable 4.0.0 (ebdea8ac)
  • deps:
    • bump handlebars from 4.0.11 to 4.1.2 (c3acd112)
    • allow patches & minor updates on verdaccio dependency (6d752fee)
  • deps-dev: bump lodash from 4.17.10 to 4.17.13 (82848808)
  • docker: update verdaccio dep to 4.0 (c2beeba0)
Documentation Changes
  • remove references to normal mode in readme (ab36d309)
  • fix typo within README.md (23c8a598)
New Features
Bug Fixes
  • auth:
    • compare to lower-cased version of user (82b7d1a8)
    • allows matching of mixed-case usernames (d75f3003)
Refactors
  • update dependencies and script (87c679d3)
  • update dependencies (cde1a60f)
  • upgrade to latest flow-types for verdaccio 4.x (03db18d9)

2.2.0 (2018-12-07)

New Features

2.1.0 (2018-11-23)

Chores
Documentation Changes
  • explain how to overwrite default conf with dockerfile (76ad223c)
New Features
  • make allow_access behave closer to htpasswd default auth plugin (ccf53254)
  • make allow_access behave closer to htpasswd default auth plugin (6e4c1768)
  • make allow_access behave closer to htpasswd default auth plugin (366bc5c2)
Refactors
  • consistent use of plugin chain (14b8b186)

2.0.0 (2018-09-03)

Chores
Documentation Changes
  • mention that at least node 8 (carbon) is required (0521b4b1)
  • use alt text for badges (27296ee3)
  • use GitHub issues instead of Todo within README.md (ca061e90)
  • readme:
    • minor typo and grammatical fixes to readme (08b0276b)
    • add usage clarifications in readme (71ff969c)
New Features
  • gitlab-11.2-group-api-improvements (207a490d)
  • gitlab-11.2-group-api-improvements (68068bf1)
  • gitlab-11.2-group-api-improvements (9353fc37)
  • use types and classes (255f85b5)
  • transpile using babel (68659626)
Bug Fixes
Refactors
  • access should fail if unauthenticated depending on verdaccio (8310d05c)
  • docker build improvements (04603ad1)
  • migrate from npm to yarn (35a555e9)
  • add flow support to eslint configuration (0f3d4a44)
  • add configurable authentication cache (31bb3096)
  • gitlab: simplify allow_publish function (dbe36e3d)
  • dockerfile: multistage builder / random uid user support (6edd7016)
Code Style Changes
  • gitlab: consistent white-space usage (eea4c9ec)

1.0.0 (2018-02-02)

Bug Fixes
  • call next plugin (e4aaa339)
  • docker: remove registry stuff from docker-compose (6cd53c7e)

0.0.5 (2018-01-22)

Chores
  • use husky and git commitmsg hook (eb23c9f5)
  • use node-gitlab-api 2.2.0 (c7b682dc)
  • use license-checker to enforce license compliance (c8008d4b)
  • use verdaccio 2.7.3 (01350e61)
  • docker: use carbon-alpine (72b84e40)
Documentation Changes
New Features
  • authorize access for authenticated users (58eb2cd3)

0.0.4 (2018-01-14)

Documentation Changes
  • improve authorization related topics (d1f06445)
New Features

0.0.3 (2018-01-14)

Chores
  • use commitlint/travis-cli and lts versions within travis (5a2a0039)
  • update package-lock.json (9801b215)
  • update commitlint (ea3285b8)
  • update description and tags (c30957e9)
  • commitlint as part of lint (7823617d)
  • add commitlint/config-conventional config (11f7d18f)
Documentation Changes
  • add fury, travis-ci and david-dm badge (c1417fb7)
  • update todo section within README (783e38ba)
New Features
  • authorize publish based on group ownership (9877bcf1)
  • docker compose setup (e92c729a)

0.0.2 (2018-01-11)

Chores
Documentation Changes
Bug Fixes

0.0.1 (2018-01-07)

Chores
Documentation Changes
New Features
Bug Fixes