Skip to content

Releases: editorconfig/editorconfig-core-go

v2.3.3-alpha.1

18 May 07:15
v2.3.3-alpha.1
6b4ef96
Compare
Choose a tag to compare
v2.3.3-alpha.1 Pre-release
Pre-release

Changelog

6b4ef96 goreleaser: remove binary distribution

v2.3.3-alpha

18 May 07:08
v2.3.3-alpha
9f2f005
Compare
Choose a tag to compare
v2.3.3-alpha Pre-release
Pre-release

Changelog

71c4ec2 ci: update action versions (#63)
2f345eb goreleaser: use it (#22)
d281a78 mod: upgrade go-cmp, ini, x/mod (#65)
9f2f005 prepare release

v2.3.2

09 May 07:56
v2.3.2
ae7d4fd
Compare
Choose a tag to compare

v2.3.2 - 2020-04-21

  • Upgrade go-ini v1.55.0
    (#60);
  • Build on latest Go
    (#54);
  • Use GitHub action instead of Travis CI
    (#50);

v2.3.1

16 Mar 19:32
v2.3.1
2dd435d
Compare
Choose a tag to compare

v2.3.1 - 2020-03-16

  • Use golang/x/mod/semver for semantic versioning checks
    (#55);
  • Enable wsl (WhiteSpace linter)
    (#56);
  • Replace testify dependency with Google's go-cmp
    (#57);
  • Upgrade go-ini to v1.54.0
    (#58).

v2.3.0

16 Mar 19:33
v2.3.0
e175164
Compare
Choose a tag to compare

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).

v2.2.2

19 Jan 14:36
v2.2.2
000f90e
Compare
Choose a tag to compare

Change log

  • Bump core test to master (#42);
  • Bugfix error mangled when reading a file which could create a panic (#47);
  • Bugfix INI file generated would not show the correct value (#46);

v2.2.1

11 Nov 07:00
v2.2.1
47abbbf
Compare
Choose a tag to compare
  • Implement pre 0.9.0 behavior (#39);
  • Fix values inheritance (regression) (#43);

v2.2.0

11 Nov 06:59
v2.2.0
b39220b
Compare
Choose a tag to compare
  • Allow parsing from an io.Reader, effectively deprecating ParseBytes by @mvdan (#32);
  • Add support for the special unset value by @greut (#19);
  • Skip values, properties or section that are considered too long (#35);
  • Clean up and documentation work by @mstruebing (#23, #24).

v2.1.1

18 Aug 19:36
Compare
Choose a tag to compare
  • Fix a small path bug (#17, #18).

v2.1.0

10 Aug 23:29
Compare
Choose a tag to compare
  • This package is now way more compliant with the Editorconfig definition thanks to a refactor work made by @greut (#15).