Skip to content

v0.11.0

Latest

Choose a tag to compare

@horiastanxd horiastanxd released this 20 Jun 08:38
· 3 commits to main since this release

Added

  • New language ecosystems: TypeScript on Deno (deno.json/deno.jsonc), C#/.NET (*.csproj), Elixir (mix.exs), Kotlin (build.gradle.kts) and Dart (pubspec.yaml), each with package manager and command detection.
  • New frameworks: Fresh (Deno), ASP.NET Core (.NET), Phoenix (Elixir), Android (Gradle com.android plugin) and Flutter (Dart).
  • .NET test runner detection (xUnit / NUnit / MSTest) from the *.csproj.
  • Toolchain commands for the new ecosystems: deno test/lint/fmt, dotnet restore/build/test, mix deps.get/compile/test, and flutter/dart pub + test + analyze + format.