Closed j9t closed 2 months ago
This update enhances the project by adding an "Acknowledgments" section to the README.md
, recognizing key contributors. The core functionality in the bin/obsohtml.js
file is improved through a refined regex for detecting obsolete HTML attributes. The testing suite in bin/obsohtml.test.js
is expanded with new test cases and improved file management. Additionally, the package version in package.json
is incremented, reflecting overall enhancements and updates.
File(s) | Change Summary |
---|---|
README.md |
Added an "Acknowledgments" section recognizing contributions from @mattbrundage and @FabianBeiner. |
bin/obsohtml.js |
Updated regex in findObsolete function to improve detection of obsolete attributes. |
bin/obsohtml.test.js |
Renamed a test file, added a new test file for minimized attributes, and added a test case for detection. |
package.json |
Updated package version from 1.3.2 to 1.4.0 . |
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Adjusted the regular expression to better identify obsolete attributes, including those with minimized forms. Updated tests to handle new minimized attribute cases and ensure comprehensive coverage.
Summary by CodeRabbit