Skip to content

Releases: microgit-com/linguist.cr

V0.2.2

09 May 08:13
Compare
Choose a tag to compare

Added support for data_path settings if needed.

V0.2.1

09 May 08:04
113a7a6
Compare
Choose a tag to compare

Added support to send in a blob directly from git.
So you don't have to run the whole repository to run the checks for one blob.

V0.2

09 May 07:37
c363f98
Compare
Choose a tag to compare
  • Added settings support to set path to the languages.yml file - noted issues when adding this as a plugin to another project. This will make it easier. - Look at the readme for setup instructions.
  • Cleaned up the code, and only throwing around the Linguist classes instead of the Git classes.
  • Smaller memory usage.
  • Tested and confirmed working with crystal version 0.34