Skip to content

Latest commit

 

History

History
127 lines (85 loc) · 3.73 KB

CHANGELOG.md

File metadata and controls

127 lines (85 loc) · 3.73 KB

Change Log

All notable changes to this project will be documented in this file.
This project tries to adhere to Semantic Versioning.

Unreleased

Added

  • Python Support
  • Jade Support
  • Stylus Support

0.7.0 - 2015-07-28

Added

  • Names and Descriptions for preferences

Changed

  • Requires Brackets 1.4
  • Reduced Toolbar Icon size to fit design guide

0.6.0 - 2015-07-02

Added

  • Support for arrow functions in JavaScript (see #28)
  • Support for ES6 generator functions in JavaScript (see #32)
  • Detect PHP &-functions (see #31)
  • Detect static functions in PHP (see #33)
  • Japanese translation, thanks to @nishioka

Fixed

  • Allow all characters in PHP function arguments (see #33)
  • Skip CSS lines with more than 1000 characters (see #37)

Changed

  • Update to Brackets 1.2 API
  • Updated Ionicons to version 2.0.1

0.5.1 - 2015-02-13

Fixed

  • Actually use translated strings
  • Match correct properties to XML elements if multiple elements in one line

0.5.0 - 2015-02-10

Added

  • Support for XML namespaces
  • Hiding Animation in Sidebar mode to reduce missclicking

Fixed

  • Recognize CSS declarations where the open brace is on the next line (see #5), thanks to @giovannicalo
  • Outline Indentation for XML files that use tabs for indentation, thanks to @giovannicalo
  • Assigning correct id or classes to XML elements in outline

0.4.6 - 2015-01-30

Changed

  • Improved method detection for CoffeeScript, thanks to @giovannicalo

0.4.5 - 2015-01-21

Fixed

  • Recognize PHP functions with default values for parameter that involve parens. (see #21).

0.4.4 - 2015-01-09

Changed

  • Updated Ionicons to version 2.0.0

0.4.3 - 2014-12-20

Added

0.4.2 - 2014-12-15

Changed

  • Remove HMTL elements from the outline that are not in the beginning of the line (see #12)

0.4.1 - 2014-12-14

Fixed

  • Detect PHP functions with referenced parameters (see #16)

0.4.0 - 2014-12-11

Changed

  • New Settings UI (Imitating Brackets Working Set Design)

Added

  • XML, HTML and SVG Support

0.3.1 - 2014-12-05

Changed

  • Better detection for PHP
  • Visibility Icons for PHP

0.3.0 - 2014-12-04

Added

  • Markdown Support

Changed

  • Auto-hide Outline Pane for unsupported languages (see #10)

0.2.1 - 2014-12-02

Fixed

  • Detaching global Event Handlers makes other Extensions unusable (see #3, #4)

0.2.0 - 2014-12-01

Added

  • CofeeScript Support

0.1.1 - 2014-11-30

Added

  • CSS Icon for Attribute Selectors

Changed

  • Sorting disabled by default

Fixed