- The package now has the option to display the gzip size of the file in the popup.
- This option is configurable via package settings. It is on by default.
- Added gzip-size dependency to make this possible.
- Simplified Airbnb guide handling, just importing the base guide now.
- The package now reaches maturity.
- The codebase is now pure JS/ES2015 compliant.
- The load times are greatly improved since we are now using lazy module requires. The tooltip info is fetched only when needed.
- The tooltip now dismisses when clicking away.
- The tooltip now supports the new ImageEditor from Atom 1.0+.
- The package now gracefully enables and disables according to the user settings.
- The package specs are passing on
apm test
and when running over the GUI inside the Atom editor. - Internal dependencies have been upgraded.
space-pen-views
dependency has been dropped, since GitHub is not maintaining it anymore.- The README was simplified and updated to reflect the recent changes.
- The package is ready for Atom's most current and upcoming releases.
- Improve load time by requiring dependencies on package activation
- If you are having problems with 0.4.0 please update to this one.
- The plugin changed the way it relates with the
status-bar
, now it consumes the newly introduced status-bar API via the Atom Services spec. - The plugin is no longer compatible with Atom < 1.1.0
- Should solve the problem some users are having with the status-bar
appendLeft
error.
- The status-bar will be installed if not present before the package activates.
- If the status bar isn't enabled the package won't show.
- Implements a popup that appears when clicking the
filesize
component. - The popup contains additional information about the file opened in the editor.
filesize
now shows when opening images as well.
- Fix the code implementing the new API and getting rid of deprecation alerts;
- Fix the testes as well
- Fix a problem that occurred when you opened a 0 byte file.
- Atom package that displays the current file's size on the status bar