- upgrade dependencies
- add an "updates" command, for displaying packages that can be upgraded
- pub get is now run automatically following a package addition
- add docs for "which"
- resolve lints
- fixes a bug where pubx would fail if no author or authors field was present in a pubspec
- fixes a bug where pubx would throw an exception in the absence of an existing dependencies/dev_dependencies map
- add a
which
command, for finding the path of packages locally - the
add
command now works from sub-folders
- fix bug introduced in 1.1.0, where updating a dependency with an unspecified version would output invalid yaml
- add command will now replace existing version constraints if dependency is already present
- add command no longer inserts duplicates
I realize that I should have bumped minor with the last release, but neglected to.
- The add command (courtesy of @Vanethos), for adding a dependency to pubspec.yaml
- A bug fix in HTTP status code evaluation (courtesy of @f3ath)
Courtesy of @Vanethos:
- Support for pubspec.yaml's authors field
- Suppressing of stack trace when command is not understood
- Added the --version-only flag to
pubx view
- Even better description. :)
- Improves package description, and adds an example
- Adds a --versions flag for view
- Initial version, created by Stagehand