Skip to content

Latest commit

 

History

History
176 lines (105 loc) · 14.5 KB

CHANGELOG.md

File metadata and controls

176 lines (105 loc) · 14.5 KB

0.15.0 (2022-04-21)

Bug Fixes

Features

0.14.1 (2022-04-20)

Bug Fixes

  • run scheduled gh action earlier to avoid delay (#131) (4f1dd30)

0.14.0 (2022-04-19)

Bug Fixes

Features

  • add timeline with versions from npm (#127) (94898b8)
  • ui: show npm downloads history on object page (#120) (dbad3f0)

0.13.0 (2022-04-18)

Bug Fixes

  • crawler: fix Package class (4f59644)

Features

  • change growth indicator from month to fortnight (#114) (f33fe0f)
  • crawler: get npm downloads history (#119) (279d5fa)
  • crawler: get updatedAt from latest commit (#116) (93d5208)
  • crawler: refactor typescript (#117) (4c68b8e)
  • crawler: use npm bulk api for downloads (#118) (c43a58e)
  • ui: show relevant data on sorting (#122) (57931cd)

0.12.0 (2022-04-14)

Bug Fixes

  • ui: add baseurl to markdown renderer for relative links (#105) (8f5ce33)
  • ui: remove margin on readme subsection (#110) (b0e8741)

Features

0.11.0 (2022-04-13)

Bug Fixes

  • crawler: avoid fail crawl when no yaml file present (#98) (42b3479)
  • ui: await json model data in object view (#100) (2e5a635)
  • ui: fix on "await on jsonmodel loaded" (#102) (b449d51)
  • ui: remove scrollbars on object view / fix filter (#104) (93a479e)

Features

0.10.0 (2022-04-12)

Bug Fixes

  • crawler: fix error on undefined, add github token to workflow (3b906dc)
  • crawler: jsdoc being replicated (b60d107)

Features

  • crawler: move types/tags to source.json (#86) (5cdddeb)

0.9.0 (2022-04-11)

Features

  • crawler: implemented fetch of jsdoc (8cda000)
  • crawler: read entry point from yaml file (866db9b)

0.8.0 (2022-04-10)

Bug Fixes

Features

  • filter by type in tag view and navigate from tag view to package (#74) (98d4537)
  • readme: reflect current status in readme (#39) (da8ae46)
  • ui: add more info to object page (#75) (bd02583)
  • ui: sort "hot packages" view by downloads growth (#77) (847c901)

0.7.0 (2022-04-09)

Bug Fixes

  • ui: fix automatic color scheme change (#69) (0c4c90f)

Features

  • add changelog (#68) (f4d5470)
  • add count to tags/types and show them on frontend (#72) (9829dcd)
  • crawler: add yearly downloads/addedToBoUI5 field (459eafb)
  • ui: rewrote navigation/ added sorter dropdown (ce7b68b)

0.6.0 (2022-04-08)

Features

  • crawler: get tags and types from packages json (69a88c0)
  • ui: add favicon (#62) (1b2d3e2)
  • ui: show data from tags and types (5ac78e8)

0.5.1 (2022-04-05)

Features

  • crawler: change crawl time to 4 UTC (#55) (b9c8375)

0.5.0 (2022-04-03)

Features

  • add a issue template to add a new package (#54) (cad1f52)
  • ui: add icontab with new views and filter (#52) (376281d)

0.4.0 (2022-04-02)

Bug Fixes

Features

  • crawler: change source.json (4315aad)
  • crawler: combine data into one json file (3b92d21)
  • crawler: read data from npm and display on page (#44) (26c7d4b)
  • crawler: run crawler and build everyday at 6 (eabbcbe)
  • ui: set darkmode depending on oss settings (#40) (352af07)

0.3.1 (2022-03-31)

Bug Fixes

  • ui: force english lang in index.html (#32) (db85cba)

0.3.0 (2022-03-30)

Features

0.2.0 (2022-03-27)

Bug Fixes

  • crawler: convert formatter to typescript (#20) (f0b15ac)
  • crawler: refactor Crawler to read from repos from json file (#22) (85ed2df)

Features

  • ui: Supported i18n Locales and Fallback Chain in UI5 (#19) (2ac248e)

0.1.0 (2022-03-27)