Releases: editorconfig/editorconfig-core-js
Releases · editorconfig/editorconfig-core-js
v3.0.2
What's Changed
- update dependencies by @hildjj in #145
- chore: adjust module export so type checking works by @G-Rath in #148
- ci: do not fail fast by @G-Rath in #149
- fix: use minimatch.escape() for path prefix escaping by @rlorenzo in #152
- Ensure workflows have a shot of working by @hildjj in #156
New Contributors
Full Changelog: v3.0.1...v3.0.2
v1.0.7
v1.0.6
v1.0.5
v3.0.1
v3.0.0
What's Changed
- Switch to
httpsby @jsoref in #133 - fix: properly type
charsetby @SunsetTechuila in #134 - Update dependencies. BREAKING: now requires node 20+. by @hildjj in #137
- Allow any value for any property by @hildjj in #138
- typedoc by @hildjj in #140
- fix: add tsdoc comments to
KnownPropsby @SunsetTechuila in #135 - Update to latest tests by @hildjj in #141
New Contributors
- @jsoref made their first contribution in #133
- @SunsetTechuila made their first contribution in #134
Full Changelog: v2.0.1...v3.0.0
v2.0.1
Bug fixes. Requires node >=16
- 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
unsetoption 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. Anunset()
function is now exported if you'd like to call it explicitly.
Fixes #123.
Update dependencies
- Updated all dependencies, including security fixes for semver 7.3.8
Update dependencies
- Updated all dependencies, including breaking changes from minimatch and
rimraf. - Removed @types/minimatch in favor of minimatch's built-in type definitions.