kronix 0.3.0 copy "kronix: ^0.3.0" to clipboard
kronix: ^0.3.0 copied to clipboard

A fast and flexible web framework for Dart.

0.3.0 #

  • Major refactoring to standard project structure and Dart conventions.
  • Added comprehensive documentation (70%+) to public APIs.
  • Standardized constructor ordering (sort_constructors_first compliance).
  • Improved type safety with standardized generic collections.
  • Fixed Map.add bug in Validator.
  • Improved Exception handling and error responses.
  • Enhanced test suite and examples with documentation and better structure.
  • Updated splash banner in README.

0.2.0 #

  • Added support for ORM relationships (belongsTo, hasMany, hasOne).
  • Added a unified caching layer with Memory and Redis drivers.
  • Added session support via SessionMiddleware.
  • Improved CLI scaffolding for models and migrations.
  • Optimized middleware execution chains.
  • Performance and security improvements (body limits, headers).
  • Fixed port exhaustion in concurrency tests.

0.1.5 #

  • Improved database flow with typed model instances.
  • Added a fluent schema builder for migrations.
  • Added wildcard validation support.
  • Added request backpressure control.
  • Improved dependency injection isolation.
  • Fixed model export conflicts.
  • Renamed ctx.query to ctx.queryParams.

0.1.4 #

  • Added functional testing utilities.
  • Added a route explorer to view registered routes.
  • Added metadata support for routes.
  • Added App.stop() for clean shutdowns.
  • Fixed UTF-8 encoding issues in responses.

0.1.3 #

  • Added file upload support.
  • Added storage abstraction (local storage).
  • Added UploadedFile class.

0.1.2 #

  • Improved examples and documentation.
  • Better pub.dev compatibility.

0.1.1 #

  • Improved WebSocket support with rooms.
  • API documentation updates.
  • Dependency updates.

0.1.0 #

  • Initial release.
  • Radix-Trie router.
  • Dependency Injection with scoping.
  • Form validation.
  • Query Builder.
  • Database migrations.
  • Logging and config management.
2
likes
150
points
45
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A fast and flexible web framework for Dart.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

args, crypto, dart_jsonwebtoken, dotenv, http, mime, path, postgres, redis, test, watcher

More

Packages that depend on kronix