github verdaccio/verdaccio v5.9.0

latest releases: v5.31.0, @verdaccio/web@7.0.0-next-7.15, @verdaccio/utils@7.0.0-next-7.15...
2 years ago

5.9.0 (2022-04-12)

Features

  • web: add a config item to web,let the developer can select whether enable the html cache (#3110) (b30ba81)

Verdaccio cache the initial HTML render to improve performance, this might be not a required in some cases, the new property web.html_cache disable this optimization. by @Tiny-Fendy

web:
  html_cache: false

Bug Fixes

The UI is being shared between V5 and V6 (for easy maintenance) but some features are partially enabled for V5.

The search component has been improved for V6, but for V5 is does not show all the potential but is able to display the description of the package and the latest published version on search private packages. V6 will increase ammount of information could be displayed on this component. For v6 more detail info read #3057 or install npm i -g verdaccio@6-next ⚠️ v6 is not producction ready, but have some fun.

image

  • deps: update dependency body-parser to v1.19.2 (#3087) (8cee85f)
  • deps: update dependency dayjs to v1.11.0 (#3094) (4cc1877)

Don't miss a new verdaccio release

NewReleases is sending notifications on new releases.