Releases: freaktechnik/eslint-plugin-array-func
Releases · freaktechnik/eslint-plugin-array-func
v5.0.2
v5.0.1
- Added
meta
section, so eslint features like--cache
can identify the plugin in flat configs.
Full Changelog: v5.0.0...v5.0.1
v5.0.0
What's Changed
- The exported configs are now eslint flat configs. They no longer set the ECMA version. The README has been updated to show how to use them in flat configs.
- Now requires eslint 8.51.0 or later
- The package is now es modules only, so make sure your node version is good with that. This also means you have to consume this plugin through a flat config. If you still need to use the old config system, don't update to v5 and beyond.
Known issue: the plugin is missing self-describing info for flat config, will publish a version with that shortly.
Full Changelog: v4.0.0...v5.0.0
v4.0.0
What's Changed
- Breaking: require eslint 8.40.0 b087585
- docs: Fix "array-from" to "from-map" by @regseb in #352
- Fix Error when mapCallback is not an identifier or a function expression by @ianobermiller in #418
New Contributors
- @regseb made their first contribution in #352
- @ianobermiller made their first contribution in #418
Full Changelog: v3.1.8...v4.0.0
v3.1.8
v3.1.7
- docs: plugins not plugin 4f261c1
- docs: add config examples for all rules aef1987
- docs: make it clearer how the reverse rules works from the doc examples (fixes #68) 74cea8f
- docs: don't claim that Array.from is faster (fixes #69) 2957434
- fix: update ranging for fixes to be eslint 7 compatible 0565317
v3.1.6
v3.1.5
v3.1.4
v3.1.3
- never try to replace
indexOf
/lastIndexOf
with each other.