- Fixed a small optimization. (@UltCombo)
- Added support for the Python language. (#4 @FelixVicis, @UltCombo)
- Added "Pad with spaces" setting. (#3 @scowalt, @UltCombo)
- Improved PHP support: now the correct comment syntax is applied to HTML inside PHP files (outside of
<?php ?>
and<?= ?>
tags). (@UltCombo)
- Added support for the PHP language. (#2 @Benoth)
- README: removed outdated info, added contributing section.
- Added support for HTML and embedded languages. (#1 @Slepice1)
- Fixed resources disposal on package deactivation. You may need to restart Atom after updating, as the previous versions did not handle package deactivation correctly. (@UltCombo)
- Refactoring: it is much easier to add support for more languages now. (@UltCombo)
- Cleanup: fixed export syntax to not break in future Babel versions ([1]). (@UltCombo)
- Fixed uncommenting when selection range start and range end are at the end of a comment close token followed by code in the same line. (@UltCombo)
- Fixed behavior regarding selections that span across multiple comments and end at the end of a close comment token. (@UltCombo)
- Cleaned up code style. (@UltCombo)