- 'Names' will no longer match scopes containing 'namespace'
- colorize-bg option added
- add Dockerfile and json to blacklist
- re-add support for Atom < 1.13.0, especially useful on platforms where 1.13.0 is not yet available
- force support for Vue.js components
- Atom 1.13.0 compatibility
- fix issue where semanticolor would sometimes not take effect on window load
- Atom 1.13.0 compatibility
- fix issue where semanticolor would sometimes not take effect on window load
- disable diff again; changes to git-plus will make semanticolor work in diffs anyway
- support for colorizing variables in ES6 template strings
- should be less likely to lose settings from previous versions
- the way the color option for a given token is chosen is now based on the scope highest on the stack, rather than specific color options always taking precedence over others
- added the 'defer' option to defer to other scopes for option selection (for some grammars you might want to do something specific while for others you don't; this lets you do that)
- use version 5.17.1 or better of the git-plus package for best results
- miscellaneous bug fixes and improvements
- support added for HTML, XML, JSON, and other grammars
- more options for how to apply colors