- Fixed the settings pane which didn't open anymore (Issue #48)
- Fixed unwanted emoji added to
switch
keyword in JavaScript files
- 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
- Fixed an issue with broken line heights (Issue #44)
- [Accidentally] Fixed a GitHub authentication issue
- Updated JavaScript
const
selector in response to Atom update (PR #41)
- Fixed issue where the settings page added more and more content after reopening (Issue #38)
- Fixed issue with
const
keyword in JavaScript
- Added more language keywords
- JavaScript:
class
,default
- CSS:
@namespace
,@charset
- Sass:
@each
,@while
- Python:
def
,class
,nonlocal
- TypeScript:
class
,export
,import
,typeof
,instanceof
,console
- JavaScript:
A GitHub/Atom.io Server outage caused some trouble while I was just publishing the package. This fixed it.
- Fixed another issue, related to the previous Atom version update
- Updated README
- Fixed issue introduced by new Atom version
- 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
- Updated some of the internal logic for package and user settings management.
- Cleaned up architecture
- 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
- Fixed failed tests
- Fixed broken link to SVG images
- Added support for different emoji style sets (Issue #14)
- Refactored large parts of the code including custom elements, controllers and helper functions
- Updated testing
- Added language support for TypeScript (Issue #20)
- Changed LICENSE extension (formerly
.md
) because Atom couldn't find it
- 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
- Added one more emoji keyword to SCSS
- Replaced work-around helper function with NPM module
- Added a couple of more emoji keywords in JavaScript (PR #10)
- Added some more tests
- Minor improvements
- Improved PHP keyword support (Issue #2)
- Added basic support for Python
- Improved testing for
<emoji-keyword>
element
- Every feature added