wailuku 0.2.1 copy "wailuku: ^0.2.1" to clipboard
wailuku: ^0.2.1 copied to clipboard

A minimalist Dart backend framework inspired by Express.js.

Changelog #

All notable changes to the Wailuku project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.2.1 #

Added #

  • updated dart sdk support
  • support for dartdoc

0.2.0 #

Added #

  • Initial release of Wailuku framework
  • Basic routing system with parameter support
  • Middleware support (global and path-specific)
  • Request body parsing for JSON and form data
  • Query parameter handling
  • Route parameter extraction
  • Response utilities
  • Documentation and examples

Changed #

  • N/A

Deprecated #

  • N/A

Removed #

  • N/A

Fixed #

  • N/A

Security #

  • N/A

0.1.0 - 2024-03-20 #

Added #

  • Server implementation
  • HTTP method routing (GET, POST, PUT, DELETE)
  • Request and Response classes
  • Middleware support
  • Initial documentation

Changed #

  • N/A

Deprecated #

  • N/A

Removed #

  • N/A

Fixed #

  • N/A

Security #

  • N/A
4
likes
140
points
17
downloads

Documentation

API reference

Publisher

verified publisheraminedakhli.info

Weekly Downloads

A minimalist Dart backend framework inspired by Express.js.

Repository (GitHub)
View/report issues
Contributing

License

BSD-3-Clause (license)

Dependencies

mime

More

Packages that depend on wailuku