You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the per-artifact fetcher: key in pkg.yaml is renamed to fetch: with no backward compatibility.
the per-version override fields versions[].archiveSHA256 and versions[].sourceSHA256 are removed; declare versions[].archive.verify / versions[].source.verify instead. Package-level sha256* fields are unaffected.
the catalog formerly named default is now official, and the use-default-catalog config key / NEM_USE_DEFAULT_CATALOG env var are renamed to use-official-catalog / NEM_USE_OFFICIAL_CATALOG.
nem catalog add command now requires explicit catalog type (#18)
Features
rename the default catalog to the reserved name official (#20) (b766e15)
support configurable SHA-2 checksum algorithms (9849aa2)
Bug Fixes
nem catalog add command now requires explicit catalog type (#18) (dfd5b2c)
Refactors
redesign fetcher around polymorphism (#23) (23aa97d)
render warnings/errors as marker-prefixed, fully-colored lines (d0c4dbe)