- javascript: update dependencies, security updates
- javascript: update to axe-core 4.9.1
- javascript: update to jsdom 24.1.0
- meta: IntelliJ versions
- javascript: update dependencies
- javascript: update to axe-core 4.9.0
- javascript: update to jsdom 24.0.0
- ci: update github actions to v4
- meta: IntelliJ versions
- javascript: update dependencies
- javascript: update to axe-core 4.8.2
- meta: IntelliJ update for 232 versions
- javascript: update dependencies
- meta: change vendor information
- meta: IntelliJ versions
- ci: replace deprecated
npm install
flag - ci: update pipelines from template repo
- ci: update
setup-node
action
- update Gradle IntelliJ Plugin
- replace deprecated function
createAnnotation
- remove
MyProjectManagerListener
due to deprecation ofprojectOpened
- ci: disable Qodana
- meta: IntelliJ versions (#2)
- javascript: update dependencies
- meta: Java 17
- class to collect performance measurements
- VueAnnotator: filter out colon syntax
- more Kotlin tests
- meta: IntelliJ versions
- JavaScript: split into more functions
- JavaScript: highlighting for annotations that end on a new line
- Support for
vue
files - tags from axe-linter.yml are now respected
- JavaScript: function tests init + communication tests improved
- Readme: instructions for config file
- Readme: development + deployment steps
- Annotator structure (abstract class)
- ConfigAxe: properties are optional
- ConfigAxe: now ignores undefined properties
- Handlebars: filter out all handlebars syntax
- AnnotatorBase: potentially fix path issues for the config files for windows
- Unit tests for JavaScript and Kotlin functions
- Support for
handlebars
files
- Targeting the newest releases
- Cleanup readme
- HtmlAnnotator: recognise multiple occasions of the same violation snippet
- Improve locating the violations
- Adjust build script (note: before publishing run
npm install --only=production
to get rid of dev dependencies)
- replacing deprecated functions
- Initial creation of a linting toolchain
- Preparation for initial release to the plugin store
- Initial scaffold created from IntelliJ Platform Plugin Template