Skip to content

v2.2.2 - Minor Refactor

Choose a tag to compare

@karotkriss karotkriss released this 02 May 06:54
· 32 commits to master since this release
0c97a35

[2.2.2] - 2025-04-29

Changed

  • Refactored getFieldsInTab():
    • Improved code readability and maintainability by removing intermediate state variables (collectFields, tabFound).
    • Leveraged standard ES6 array methods (findIndex, slice, reduce) for a more declarative and potentially efficient approach.
    • Ensured functional equivalence with the previous implementation, maintaining existing behavior.