Skip to content

Releases: lysyi3m/colornamer

Core improvements

25 Oct 16:30
Compare
Choose a tag to compare
  • Replace third-party color formatter with local naming function
  • Fix match result format

Minor updates

25 Oct 15:43
Compare
Choose a tag to compare
  • Replace entire (heavy) lodash dependency with only required modules
  • Add result match indicator

Update deprecated keymaps scope

25 Oct 15:42
Compare
Choose a tag to compare
  • Update deprecated keymaps scope. Replace old '.editor' tag selector with 'atom-text-editor'

Keymaps scope fix

27 Sep 14:53
Compare
Choose a tag to compare
  • Fix keymaps scope to work only in editor's area (not on settings page, for example)

Config defaults fix

27 Sep 14:52
Compare
Choose a tag to compare
  • Fix config defaults

Minor update with config option

27 Sep 14:52
Compare
Choose a tag to compare
  • Add config option for output formatting (camel, snake, start or kebab cases)
  • Tune up error messages styling
  • Tiny refactoring

First Release

27 Sep 14:51
Compare
Choose a tag to compare
  • Every feature added
  • Every bug fixed