- initial version with the basic functions
- saving meta.json to temp file and move it to the destination (not working)
- fix some bugs
- add dependency on http
- fix some bugs
- make the pub_mirror available as an executable
- mark unwanted Futures
- make the comments dartdoc-friendly
- downgrade pedantic to 1.4.0
- published as a docker image
- fix the bug that the meta.json of the package is incorrect when some versions of the package is skipped
- new options to overwrite the meta.json even if it has existed.
- save meta.json for available packages
- add documentations
- add examples
- upstream become an optional argument of PubMirrorTool
- install all the dependencies from pub
- improve the code
- print the status of the executor during downloading
- display the progress of downloading
- exit from death connection
- more log
- timeout for http connection
- more log
- avoid writing files during reading HTTP response
- re-try HTTP connecting
- use plain List instead of StreamBuffer