Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 719 Bytes

CHANGELOG.md

File metadata and controls

25 lines (21 loc) · 719 Bytes

0.4.0

  • Added Julia support (#5)

0.3.0

  • Keeps selection after commenting/uncommenting

0.2.0

  • Fixing issue #1: the package threw an error when trying to uncomment a line-commented line.
  • Added specs
  • Add Elm support thanks to leobm

0.1.0

  • Based on grammar at start and end points of selection
  • Handles embedded languages (such as PHP in HTML)
  • Multiple selections
  • uncomment when cursor is positioned inside a comment block.
  • Supported languages:
    • C-based languages
    • Python
    • Coffee Script
    • HTML
    • Markdown
    • Ruby