Skip to content

Releases: dependents/Dependents

Error reporting

30 Jun 01:15
Compare
Choose a tag to compare

Printing errors better for debugging purposes. Wanted this deployed sooner to get better stacktraces from users filing bugs.

Update initial changelog

29 Jun 20:54
Compare
Choose a tag to compare

For new users, this is the first bit of documentation that they see.

Stylus, Nested Deprc files, and styles_root

29 Jun 20:40
Compare
Choose a tag to compare

Bug fix: Now supporting nested deprc files. If you have a deprc file within a subdirectory, Dependents uses it.
This is pretty huge for folks who have multiple projects/repos open within a single sublime window.

New Feature: Now supporting the popular CSS preprocessor, Stylus. All of the features should work for Stylus codebases.

New setting: styles_root for setting the location of all stylesheets. It replaces sass_root since Dependents
supports more than just Sass, but you can keep using sass_root without a problem.

Bug Fix: Jump To Dependency for AMD projects

27 Jun 11:43
Compare
Choose a tag to compare

Now using a proper RequireJS path/map lookup.

This should fix a bunch of incorrect resolutions leading to files not being found.

Bug fix

07 May 17:27
Compare
Choose a tag to compare

Acorn dependency was not committed.

New Feature: Copy dependents to clipboard

01 May 16:58
Compare
Choose a tag to compare

View it in the context menu (right click menu)

Fixes

01 May 16:19
Compare
Choose a tag to compare
  • Update dependencies
  • Don't force users to click within a quoted path if there's only one path on the line

New Feature: Copy path to clipboard

19 Mar 02:48
Compare
Choose a tag to compare

Copy the rootless path of the current module to the clipboard. (Sass and JS)

Use it via Command + Shift + C (OSX) or

  1. Within a file, right click to open the context menu
  2. Click on Dependents -> Copy path to the clipboard

For example, if the root is assets/js and the filename is path/to/assets/js/myFeature/file.js,
then the command will copy myFeature/file to the clipboard.

This is useful when you want to include the current module as a dependency of another module.

Documentation and Key bindings

16 Mar 08:12
Compare
Choose a tag to compare

Bug fix: Windows node_path

27 Feb 16:18
Compare
Choose a tag to compare

Bug fix: node_path on Windows is no longer prefixed with a colon