Releases: dependents/Dependents
Error reporting
Printing errors better for debugging purposes. Wanted this deployed sooner to get better stacktraces from users filing bugs.
Update initial changelog
For new users, this is the first bit of documentation that they see.
Stylus, Nested Deprc files, and styles_root
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
Now using a proper RequireJS path/map lookup.
This should fix a bunch of incorrect resolutions leading to files not being found.
Bug fix
Acorn dependency was not committed.
New Feature: Copy dependents to clipboard
View it in the context menu (right click menu)
Fixes
- 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
Copy the rootless path of the current module to the clipboard. (Sass and JS)
Use it via Command + Shift + C
(OSX) or
- Within a file, right click to open the context menu
- 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
- Thanks to @dkebler for enhancing the project's documentation on https://github.com/mrjoelkemp/Dependents.
- Windows installation issues now have a workaround: https://github.com/mrjoelkemp/Dependents#windows-install
- Windows and Linux key bindings have been altered for better ergonomics: https://github.com/mrjoelkemp/Dependents#key-bindings
- Mouse binding added for Dependents: https://github.com/mrjoelkemp/Dependents#mouse-bindings
Bug fix: Windows node_path
Bug fix: node_path on Windows is no longer prefixed with a colon