editorconfig-core-go v2.3.0 Release Notes

Release Date: 2020-02-14 // about 4 years ago
  • v2.3.0 - 2020-02-14

    • ๐Ÿ“œ Implement a cached Parser to allow getting the definition of many files
      at once without re-reading the .editorconfig or parsing the globbing
      expression more than once.
      (#51);
    • ๐Ÿ‘• Run golangci-lint on travis
      (#26).