Skip to content

Releases: editorconfig/editorconfig-core-js

v3.0.2

28 Feb 01:37
v3.0.2
2196e75

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.1...v3.0.2

v1.0.7

27 Feb 23:15
v1.0.7
98df066

Choose a tag to compare

What's Changed

Full Changelog: v1.0.6...v1.0.7

v1.0.6

27 Feb 23:05
v1.0.6
8039906

Choose a tag to compare

What's Changed

Full Changelog: v1.0.5...v1.0.6

v1.0.5

27 Feb 22:49
v1.0.5
71bc49f

Choose a tag to compare

What's Changed

  • fix: allow minor and patch versions of minimatch by @G-Rath in #146

Full Changelog: v1.0.4...v1.0.5

v3.0.1

06 Jul 20:50
v3.0.1
f8d8e89

Choose a tag to compare

What's Changed

  • Update dependencies. Stop at minimatch 10.0.1 pending issue. by @hildjj in #142

Full Changelog: v3.0.0...v3.0.1

v3.0.0

10 Jun 20:35
v3.0.0
d4175b2

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...v3.0.0

v2.0.1

06 Feb 22:01
c477e53

Choose a tag to compare

What's Changed

  • Update to latest eslint by @hildjj in #127
  • Update dependencies, including tests. Fixed nits. by @hildjj in #130

Full Changelog: v2.0.0...v2.0.1

Bug fixes. Requires node >=16

02 Jul 22:14
v2.0.0
977caeb

Choose a tag to compare

  • Breaking: Now requires Node v16+
  • Enable extended globbing from minimatch. This means that some patterns will
    work in this version might not work in other editorconfig implementations.
    Fixes #84.
  • Add unset option to API and CLI. When enabled, properties with the value
    "unset" will be removed from the returned object. Defaults to false in all
    cases, since according to the core team, this is something that the editor
    plugin is supposed to do, and the tests reinforce this. An unset()
    function is now exported if you'd like to call it explicitly.
    Fixes #123.

Update dependencies

23 Jun 12:07
v1.0.3
2e87ce4

Choose a tag to compare

  • Updated all dependencies, including security fixes for semver 7.3.8

Update dependencies

03 Feb 17:01
v1.0.2
3fad1d1

Choose a tag to compare

  • Updated all dependencies, including breaking changes from minimatch and
    rimraf.
  • Removed @types/minimatch in favor of minimatch's built-in type definitions.