- require at least Dart 3.5
- require at least Dart 2.18
- Allow latest
pkg:http
.
- Update README with instructions how to generate PDF, PNG or other files
- Handle a
null
output frompub
without crashing.
- Copy valid package name parsing logic from
pub
tool.- Packages with
.
in their name are now allowed.
- Packages with
- Add new
--production-dependencies
flag to only output packages needed for production. - Updated
--direct-dependencies
behavior to treatdev_dependencies
the same asdependencies
. - Don't include
sky_engine
in output ever – it's justdart:ui
. - Bumped min Dart SDK to
2.8.1
. - Implementation: use new
pub outdated
command.
- Added
--version
to CLI. - Bumped min Dart SDK to 2.3.
- Add support for direct dependencies only with
--direct-dependencies
(-d
).
- Update dependencies.
-
Improve the package description.
-
Update some dependencies.
- Support Dart 2 stable.
- Fixes for Dart 2 type system.
- Stop using deprecated HTTP constants.
-
Use
pkg:pubspec_parse
package. -
Stop using deprecated constants.
-
Improve handling of pre-release packages.
- Fix for latest Flutter SDK.
- Fixed code organization to eliminate warning during
pub global activate
.
- Improvements in CLI error handling and help.
-
Updated output format.
-
And other cleanup...
-
Using
nodesep=0.2
on the graph to make it tighter. -
Hosted code
-
Much more robust handling of node clicks to add/remove.
-
Make it clear that nodes can be clicked by changing the cursor.
-
-
Better error output if a subprocess fails.
-
Try to handle flutter packages.
- Better hover-over behavior for outdated dependencies.
-
Update
gviz
. -
Support larger dependency graphs.
-
Update version of
viz.js
. -
Use
viz-lite.js
– smaller download.- Continue to host
vis.js
so we don't break existing installations.
- Continue to host
- Use
gviz
package. Get out of the GraphViz formatting business.
-
Updated dependencies.
-
Fix case where we're pulling in a pre-release version that is after the latest stable version.
-
Send a descriptive user agent to the server.
-
Added retry logic for HTTP requests.
-
Sort the output.
- Better stack trace on errors.
- Cleanup, handled some deprecations, improve load time.
- Tweaks test code, examples, dependencies.
-
Properly escape the latest version for outdated dependencies.
-
Add a reasonable tool-tip for the entire graph.
-
Don't show the root node as outdated.
- Using CSS animations for effects. Hosting style on GitHub.
- All fancy with mouse-over effects.
- Fix
README.md
.
- With
--flag-outdated
(-o
) do version lookup in parallel. MUCH faster.