jetleaf_web 1.11.3
jetleaf_web: ^1.11.3 copied to clipboard
Web context for JetLeaf — provides HTTP, routing, and client-server helpers.
Changelog #
All notable changes to this project will be documented in this file.
This project follows a simple, human-readable changelog format inspired by
Keep a Changelog and adheres to semantic versioning.
1.11.1 #
Changed #
- The
jetleaf_webpackage is now organized into sub-libraries:package:jetleaf_web/web.dartpackage:jetleaf_web/http.dart- And others
package:jetleaf_web/jetleaf_web.dart(imports all sub-libraries)
This reorganization allows users to import only the classes they need, reducing unnecessary dependencies and improving clarity.
1.0.8 #
1.0.5 #
1.0.0+1 #
Patch release: dependency alignment and small improvements.
Changed #
- Updated package dependencies and aligned with other JetLeaf modules.
1.0.0 #
Initial release.
Added #
- Web server and routing primitives for building HTTP APIs and web applications.
- Template rendering integration with
jtl, multipart handling, and content negotiation.
Links #
- Homepage: https://jetleaf.hapnium.com
- Documentation: https://jetleaf.hapnium.com/docs/web
- Repository: https://github.com/jetleaf/jetleaf_web
- Issues: https://github.com/jetleaf/jetleaf_web/issues
Contributors: Hapnium & JetLeaf contributors