revali 1.5.0
revali: ^1.5.0 copied to clipboard
Revali is a build system for creating scalable and efficient APIs with Dart
CHANGELOG #
1.5.0 | 08.16.25 #
1.4.2 | 04.15.25 #
Enhancements #
- Add support for extracting
InstanceType
from@Controller
- Get next available port for
dart-vm-service-port
instead of using a set port - Support
kDebugMode
,kProfileMode
, andkReleaseMode
- Corresponds to
--debug
,--profile
, and--release
flags
- Corresponds to
Features #
- Support passing arguments to
dart run revali dev
- Example:
dart run revali dev -- --some-flag
- Example:
1.4.0 | 03.24.25 #
1.3.0 | 01.27.25 #
1.2.0 | 12.11.24 #
Features #
- Add abbreviation for dart define (
-D
) to match dart's CLI forbuild
anddev
commands - Safely close the server when
CTRL+C
is pressed - Watch
components
directory within thelib
directory for changes to reload the server
Enhancements #
- Lower min bound for Dart SDK to
3.4.0
- Improve error handling and logs for server startup
1.0.0 | 11.14.24 #
- Initial Release