Skip to content

Releases: lysyi3m/colornamer

Core improvements

Choose a tag to compare

@lysyi3m lysyi3m released this 25 Oct 16:30
  • Replace third-party color formatter with local naming function
  • Fix match result format

Minor updates

Choose a tag to compare

@lysyi3m lysyi3m released this 25 Oct 15:43
  • Replace entire (heavy) lodash dependency with only required modules
  • Add result match indicator

Update deprecated keymaps scope

Choose a tag to compare

@lysyi3m lysyi3m released this 25 Oct 15:42
  • Update deprecated keymaps scope. Replace old '.editor' tag selector with 'atom-text-editor'

Keymaps scope fix

Choose a tag to compare

@lysyi3m lysyi3m released this 27 Sep 14:53
  • Fix keymaps scope to work only in editor's area (not on settings page, for example)

Config defaults fix

Choose a tag to compare

@lysyi3m lysyi3m released this 27 Sep 14:52
  • Fix config defaults

Minor update with config option

Choose a tag to compare

@lysyi3m lysyi3m released this 27 Sep 14:52
  • Add config option for output formatting (camel, snake, start or kebab cases)
  • Tune up error messages styling
  • Tiny refactoring

First Release

Choose a tag to compare

@lysyi3m lysyi3m released this 27 Sep 14:51
  • Every feature added
  • Every bug fixed