Macros: Introduce a new pipeline.macro to enhance your development experience with more flexible macro capabilities.
Macros: Add idx.macro to provide a convenient way to handle index-based operations in your code.
Improvements
Documentation: Update the macros documentation to include new entries, making it easier for users to find and utilize available macros.
Documentation: Add a note regarding Create React App, clarifying that it does not experience a common issue with macros, helping users avoid unnecessary cache purging.
User Guide: Add an experimental configuration section to the user guide, providing users with additional options and insights.
Fixes
Fix the order of application in non-macro transforms chain, ensuring that macros are applied correctly and improving overall functionality.
Others
Link to an external resource by adding a reference to the Awesome Babel Macros list in the README, providing users with a curated collection of macros.