feat: Unit tests + compatibility enhancements #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several changes to improve the
Retroify.js
project. The most important changes include updates to the project configuration, enhancements to the demo page, and improvements to the core library functionality.Project Configuration:
.babelrc
: Added Babel configuration with@babel/preset-env
..github/workflows/test.yml
: Added GitHub Actions workflow for testing on specific branches and paths.package.json
: Updated version to0.2.0
, added Jest for testing, and included Babel preset in dev dependencies. [1] [2]Demo Page Enhancements:
demo/index.html
: Added new sections for dynamic controls and Font Awesome icons, and improved layout for the GitHub button. [1] [2] [3] [4] [5]Core Library Improvements:
src/retroify.js
: Updated version to0.2.0
, added a blacklist for certain tags, improved element styling, and enhanced theapply
method to handle dynamic elements better. [1] [2] [3] [4] [5] [6] [7]Minor Changes:
.vscode/settings.json
: Configured Jest to run tests on demand.README.md
: Updated badges with links and added a GitHub Copilot badge.These changes collectively enhance the functionality, maintainability, and user experience of the
Retroify.js
project.