All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v1.3.0 - 2024-12-23
- Update collector.js to latest version (c471309)
- Add automated collector script update functionality with new NPM commands and minification support
- Migrate to TypeScript and Vite.js v6 for improved build performance and type safety
- Add automated collector.js update checker via GitHub workflow
- Refactor collector script into separate module for cleaner architecture
- Add Husky pre-commit hooks for test execution
- Add Prettier and standardize code formatting
- Configure import sorting
- Add eslint-config-prettier integration
- Format all source files to new standards
v1.2.0 - 2024-06-27
- Upgrade to latest collector.js from RespImageLint
v1.1.0 - 2023-08-05
- Allow websites that block iFrames to be linted (Thanks to @siakaramalegos)
- Upgrade to latest collector.js from RespImageLint (no modifications needed anymore)
v1.0.1 - 2023-04-24
- Fix typo in extension description
v1.0.0 - 2023-02-14
- Published extension in chrome web store
- Add links to chrome web store
- Add installation instructions for manual installation
v0.2.0 - 2023-02-12
- Add basic extension functionality
- Add development scripts and workflow
- Extend readme by all necessary information
v0.1.0 - 2023-02-12
- Initialize node package
- Add license, readme and changelog