- Support for directly providing token to
wally login
(#105) - Added private field to package manifest (#9)
- Support for dev dependencies ([#63][63])
- Clarified upgrade response for outdated cli clients
- Clarified feedback on failure to resolve package
- Fixed Windows generating invalid zip archives. (#15)
- Support for registry fallback chains (#35)
- Generate cross realm package links (#38)
- Support include/exclude lists in manifest (#44)
- Backend API for package metadata and search (#46)
- Arch users can now use vendored-libgit2 btw (#52)
- Frontend can search packages and display package info (#55)
- Minimum Wally version enforcement by registry (#57)
- First iteration of wally frontend. (#32)
- Fixed package links between sibling packages. (#17)
- Fixed invalid package names being generated from
wally init
. (#19) - Added public authentication strategy via GitHub. (#20)
- Improved readability of package name errors. (#23)
- Renames rojo projects when the name given in
default.project.json
doesn't match the name given inwally.toml
. (#25) - More efficient use of reqwest. (#27)
- Enforce a max length on package names. (#28)
- Fixed
wally install
failing due to a "file not found" error. (#11)
- Initial release