Releases: diggsweden/rest-api-profil-lint-processor
Releases · diggsweden/rest-api-profil-lint-processor
Release list
v2.0.0
Release Notes
[2.0.0] - 2026-06-17
What's New?
Version 2.0.0 introduces API mode, allowing the REST API Profile Lint Processor to be run both as a command-line tool and as a REST service. This release also adds support for additional validation rules, stricter OpenAPI validation, and improvements to documentation and tooling.
Highlights
- Added API mode alongside the existing CLI mode.
- Added support for rule DOK.21.
- Added a strict validation flag for OpenAPI Specification (OAS) 3 validation.
- Added Swagger UI for exploring and testing the API.
Additional Changes
Validation
- Added support for validation rule DOK.21.
- Added a strict validation flag for validation according to OpenAPI Specification (OAS) 3.
- Improved implementation of multiple rules
Documentation
- Updated the README with information about API mode.
Maintenance
- Updated Node.js to version 24
v1.1.1
Changelog
All notable changes to this project will be documented in this file.
[1.1.1] - 2025-11-06
🐛 Bug Fixes
- Publish npm package to gh (#448)
v1.1.0
Changelog
All notable changes to this project will be documented in this file.
[1.1.0] - 2025-11-06
🚀 Features
- Add new rule sak16
- Add rule DOK.06
- Add rule DOK.08
- Add rule DOK.09
- Add rule SAK.01
- Add rule RES.02
- Add rule DOK.11
- Add functionality to build and run npm package version of raplp (#409)
- Add rule RES.06
- Add rule MOG.01
- Trim ci (renovate, openssf) (#431)
- Add rule MOG.02
- Extend rule dok.19 to also check summary in path operations
🐛 Bug Fixes
- Update projectType input (#427)
💼 Other
- Remove src code from container image (#430)
📚 Documentation
- Update details for contributing. (#334)
- Fix broken link for contributing guidelines (#338)
- Change primary language from english to swedish (#411)
- Improve documentation for readme and development (#417)
- Update readme and development about access rights to containers (#440)
⚙️ Miscellaneous Tasks
- CI-adjustments (#381)
- Add a new workflow for pre-release tags (#396)
- Update renovate scheduling
- Use reusable ci v1 (#415)
- Update package.json (#416)
- (renovate) Update automerge for patches to only run on sat (#423)
- Use reuseable-ci v2, dev npm support (#424)
- (config) Migrate config renovate.json (#418)
- Update licence headers as recommended (#441)