revali 1.2.0 copy "revali: ^1.2.0" to clipboard
revali: ^1.2.0 copied to clipboard

Revali is a build system for creating scalable and efficient APIs with Dart

CHANGELOG #

1.2.0 | 12.11.24 #

Features #

  • Add abbreviation for dart define (-D) to match dart's CLI for build and dev commands
  • Safely close the server when CTRL+C is pressed
  • Watch components directory within the lib 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.1.1 | 11.20.24 #

Chores #

  • Upgrade dependencies
  • Clean up lint warnings

1.1.0 | 11.18.24 #

Features #

  • Support SSE methods

Chores #

  • Upgrade dependencies

1.0.0 | 11.14.24 #

  • Initial Release