Skip to content

Latest commit

 

History

History
107 lines (80 loc) · 4.36 KB

CHANGELOG.md

File metadata and controls

107 lines (80 loc) · 4.36 KB

1.7.2 (27th June, 2017)

  • Fixed the settings pane which didn't open anymore (Issue #48)

1.7.1 (3rd April, 2017)

  • Fixed unwanted emoji added to switch keyword in JavaScript files

1.7.0 (3rd April, 2017)

  • Added support for language-babel package (Issue #45)
  • Added support for .jsx and .tsx files (Issue #43)
  • Updated Standard.js version to 9.0.2

1.6.5 (2nd March, 2017)

  • Fixed an issue with broken line heights (Issue #44)

1.6.4 (9th February, 2017)

  • [Accidentally] Fixed a GitHub authentication issue

1.6.3 (9th February, 2017)

  • Updated JavaScript const selector in response to Atom update (PR #41)

1.6.2 (January 24th, 2017)

  • Fixed issue where the settings page added more and more content after reopening (Issue #38)

1.6.1 (January 16th, 2017)

  • Fixed issue with const keyword in JavaScript

1.6.0 (January 15th, 2017)

  • Added more language keywords
    • JavaScript: class, default
    • CSS: @namespace, @charset
    • Sass: @each, @while
    • Python: def, class, nonlocal
    • TypeScript: class, export, import, typeof, instanceof, console

1.5.3 (January 13th, 2017)

A GitHub/Atom.io Server outage caused some trouble while I was just publishing the package. This fixed it.

1.5.2 (January 13th, 2017)

  • Fixed another issue, related to the previous Atom version update
  • Updated README

1.5.1 (January 12th, 2017)

  • Fixed issue introduced by new Atom version

1.5.0 (December 5th, 2016)

  • Introducing new settings page layout
  • Added option to set a language back to default (Issue #5)
  • Fixed weird line height occuring in custom emoji styles (Issue #34)
  • Fixed an issue with error messages popping up in the Developer Tools (Issue #35)
  • Some more architectural package updates
  • Added more tests

1.4.0 (November 16th, 2016)

  • Updated some of the internal logic for package and user settings management.
  • Cleaned up architecture

1.3.0 (August 8th, 2016)

  • Added support for arrow keyword in JavaScript and updated language selectors after Atom update
  • Added way to overwrite a language defaults selector
  • Fixed minor issues introduced during development

1.2.2 (May 21st, 2016)

  • Fixed failed tests

1.2.1 (May 21st, 2016)

  • Fixed broken link to SVG images

1.2.0 (May 21st, 2016)

  • Added support for different emoji style sets (Issue #14)
  • Refactored large parts of the code including custom elements, controllers and helper functions
  • Updated testing

1.1.0 (May 10th, 2016)

  • Added language support for TypeScript (Issue #20)

1.0.1 (April 20st, 2016)

  • Changed LICENSE extension (formerly .md) because Atom couldn't find it

1.0.0 (April 17st, 2016)

  • Changed emoji option in settings to a list of all existing emoji. This removed the strictEmojiMode option from the package settings and is reason for the major version bump. (Issue #9)
  • Layout update of the settings page
  • Removed unneeded dependencies
  • Added ESLint
  • Updated README

0.5.2 (March 31st, 2016)

  • Added one more emoji keyword to SCSS

0.5.1 (March 24th, 2016)

  • Replaced work-around helper function with NPM module

0.5.0 (March 12th, 2016)

  • Added a couple of more emoji keywords in JavaScript (PR #10)

0.4.0 (January 17th, 2016)

0.3.0 (January 16th, 2016)

  • Improved PHP keyword support (Issue #2)
  • Added basic support for Python

0.2.0 (January 15th, 2016)

  • Improved testing for <emoji-keyword> element

0.1.0 - First Release (January 15th, 2016)

  • Every feature added