jetleaf_web 1.11.3 copy "jetleaf_web: ^1.11.3" to clipboard
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.3 #

Changed #

  • Updated dependencies - jetson, jetleaf_core and jetleaf_pod

1.11.2 #

Changed #

  • Updated dependency - jetson

1.11.1 #

Changed #

  • The jetleaf_web package is now organized into sub-libraries:
    • package:jetleaf_web/web.dart
    • package: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.11.0 #

Changed #

  • Updated dependencies: jetleaf_core, jetleaf_pod, jetson.

1.1.3 #

Fixed #

  • Cors issue.

1.1.2 #

Changed #

  • Updated dependencies: jetleaf_core, jetleaf_pod, jetson.

1.1.1 #

Changed #

  • Updated dependencies: all.

1.1.0 #

Changed #

  • Updated dependencies: all.

1.0.9 #

Changed #

  • Updated dependencies: all.

1.0.8 #

Changed #

  • Updated dependencies: all.

Added #

  • IoWebServerrSecurityContextFactory for pseudo security context integration with HttpServer.
    Note: This API may be removed in future versions; use with caution.

Fixed #

  • Fixed issues with getUri method in server.

1.0.7 #

Changed #

  • Updated dependencies: all.

1.0.6 #

Changed #

  • Updated dependencies: jetleaf_env, jetson, jetleaf_core.

1.0.5 #

Changed #

  • Updated dependencies.

Added #

  • ServerDispatcherErrorListenerr for error listening in the server.

1.0.4 #

Changed #

  • Updated dependencies.

1.0.3 #

Changed #

  • Updated dependencies.

1.0.2 #

Changed #

  • Updated dependencies.

1.0.1 #

Changed #

  • Updated dependencies.

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.


Contributors: Hapnium & JetLeaf contributors