Skip to content

Latest commit

 

History

History
181 lines (119 loc) · 12.5 KB

CHANGELOG.md

File metadata and controls

181 lines (119 loc) · 12.5 KB

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