Skip to content

Release v1.1.0: ScanIntentData instead of Any

Compare
Choose a tag to compare
@Chrisimx Chrisimx released this 07 Dec 19:10
· 17 commits to main since this release
1eaa8d8

Changelog

The main change of this release is that a ScanIntent is now always represented using
the sealed class "ScanIntentData" instead of "Any". This allows custom ScanIntents, while being type-safe

🔄️ Changes

  • ee700a2 refactor: use ScanIntentData for specifying ScanIntents to enhance type-safety

🛠 Build

  • f78c839 ci: remove codeql
  • 24656d9 ci: add workflow_dispatch trigger to codeql action
  • f3c5e79 ci: add codeql action
  • 9f558d5 ci: specify path for page artifact to fix ci
  • 385732e ci: use html output of dokka instead of jekyll
  • dad6f23 ci: add docs ci to publish to github pages

📝 Documentation

  • 8b4cf70 docs: add documentation generation with dokka

  • 335ea4d release: bump version to 1.1.0
  • 16a4394 github: add issue templates