pub_server 0.1.3 pub_server: ^0.1.3 copied to clipboard
A Dart package containing re-usable components for making a pub package server.
0.1.3 #
-
PackageRepository.download
now has more specific return type:Future<Stream<List<int>>>
. -
Fix incorrect boundary parsing during upload.
-
Update minimum Dart SDK to
1.23.0
.
0.1.2 #
- Add support for generic exceptions raised e.g. due to
pubspec.yaml
validation failure.
0.1.1+4 #
- Support the latest version of
pkg/shelf
.
0.1.1+3 #
- Support the latest release of
pub_semver
.
0.1.1+2 #
- Fixed null comparision.
0.1.1+1 #
- Updated dependencies.
0.1.1 #
- Return "400 Bad Request" in case the version number encoded in the URL is not a valid semantic version
0.1.0 #
Initial release.