Skip to content

v0.33.0 - Fast package fetch from GitHub

Pre-release
Pre-release
Compare
Choose a tag to compare
@zkochan zkochan released this 17 Sep 20:29
· 8435 commits to main since this release

Bug Fixes

  • install: GitHub API rate limit issue solved (#361, @zkochan)

Breaking Changes

The folder names of packages fetched from GitHub changed to not contain
information that would require an API request to get.

Old folder name: is-negative@github+kevva+is-negative+HEAD

New folder name: github+kevva+is-negative+HEAD

Users are forced to re-download their stores to avoid orphan folders after
the naming change.