spark_cli 1.0.0-alpha.4
spark_cli: ^1.0.0-alpha.4 copied to clipboard
Command-line interface for the Spark Framework. Provides project scaffolding, hot reload development server, production builds, and OpenAPI specification generation.
1.0.0-alpha.4 27-01-2026 #
- Fixed
spark devhang when using a project with no components.
1.0.0-alpha.3 #
- Fixed OpenAPI generation to correctly detect and document ApiError subclasses and SparkHttpException
- Fixed OpenAPI generation to correctly document handler that return String and num
- Fixed OpenAPI generation to correctly document handler that return primitive types (DateTime)
- Fixed dev_dependencies to target spark_generator version 1.0.0-alpha.2 instead of spark_framework
1.0.0-alpha.2 #
- Fixed pubspec.yaml to use versioned dependencies instead of local paths
1.0.0-alpha.1 #
- Initial version