PackageTrack
Sign in Get early access

jaguar

Jaguar is a production ready HTTP server framework built for speed, simplicity and extensiblity

3.1.4 6.7K downloads/mo #3471 most downloaded on pub.dev Jaguar-dart/jaguar

What this package is like to depend on

Last release 2 years ago

no release in 18 months

Ships unpredictably

gaps range from 1 weeks to 2.4 years

Some releases are documented

notes for 105 of 205 stable releases

Nothing withdrawn

no release was ever pulled

10 years old

210 releases · first in 2016

0 releases in the last 12 months

see the full history below

Release timeline

210 releases · Oct 2016 to Sep 2024
2017 2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 210
  1. 3.1.4 08 Sep 2024
    Release notes
    • Fixed OnRouteServed issue
    Open source →
  2. 3.1.3 09 Apr 2022
    Release notes
    • Fixed analyzer issues
    Open source →
  3. 3.1.2 09 Apr 2022
    Release notes
    • Added wasm mime type
    Open source →
  4. 3.1.1 02 Jan 2022
    Release notes
    • Added addVariablesByType to Context
    Open source →
  5. 3.1.0 01 Jan 2022
    Release notes

    Breaking Changes:

    • addVariable and getVariable only operate by id
    • id parameter on addVariable and getVariable are mandatory
    • Added addVariableByType and getVariableByType
    • RouteInterceptor does not take generic parameter
    Open source →
  6. 3.0.12 05 Aug 2021
    Release notes
    • Fixed a bug involving Jaguar.group
    Open source →
  7. 3.0.11 24 May 2021

    Nothing published for this version

  8. 3.0.10 27 Apr 2021
    Release notes
    • Jaguar now exposes underlying HttpServers as servers property
    Open source →
  9. 3.0.9 26 Apr 2021
    Release notes
    • mimeTypeDetectors for static file serving routes
    Open source →
  10. 3.0.8 26 Apr 2021
    Release notes
    • Repository in pubspec
    Open source →
  11. 3.0.6 25 Apr 2021
    Release notes
    • Context.response is non-null

    Breaking changes:

    • Changes to Response constructor
    • Renamed Response.valueto Response.body
    Open source →
  12. 3.0.5 24 Apr 2021
    Release notes
    • Null safe version release
    Open source →
  13. 3.0.2-dev 15 Apr 2021 pre-release

    Nothing published for this version

  14. 3.0.1-dev 14 Apr 2021 pre-release

    Nothing published for this version

  15. 3.0.0-dev 14 Apr 2021 pre-release

    Nothing published for this version

  16. 2.4.46 20 Nov 2020
    Release notes
    • Context.getVariable returns by id if T is dynamic
    Open source →
  17. 2.4.45 20 Nov 2020
    Release notes
    • Context.getVariable returns by id if T is dynamic
    Open source →
  18. 2.4.44 20 Jul 2020
    Release notes
    • Upgraded path_tree dependency to version 2.4.44
    Open source →
  19. 2.4.43 20 Jun 2020
    Release notes
    • QueryParams.toString()
    Open source →
  20. 2.4.42 20 Jun 2020
    Release notes
    • Context.at shows when the request arrived
    Open source →
  21. 2.4.41 20 Jun 2020
    Release notes
    • Jaguar.onRouteServed callback
    Open source →
  22. 2.4.40 19 Jun 2020
    Release notes
    • Exception handling of routes
    Open source →
  23. 2.4.39 19 Jun 2020
    Release notes
    • Exception handling of routes
    Open source →
  24. 2.4.38 19 Jun 2020
    Release notes
    • Use the response exception, before onException is called
    Open source →
  25. 2.4.37 19 Jun 2020
    Release notes
    • group method inherits interceptors and exception handlers
    Open source →
  26. 2.4.36 31 Mar 2019

    Nothing published for this version

  27. 2.4.35 30 Mar 2019
    Release notes
    • getBinaryFile and getTextFile in Context
    Open source →
  28. 2.4.34 26 Mar 2019

    Nothing published for this version

  29. 2.4.33 26 Mar 2019

    Nothing published for this version

  30. 2.4.32 26 Mar 2019
    Release notes
    • WsStream and WsResponder websocket handlers in controllers
    Open source →
  31. 2.4.31 26 Mar 2019
    Release notes
    • wsStream, wsResponder, and wsEcho websocket handlers
    Open source →
  32. 2.4.30 27 Feb 2019

    Nothing published for this version

  33. 2.4.28 27 Feb 2019

    Nothing published for this version

  34. 2.4.27 21 Feb 2019

    Nothing published for this version

  35. 2.4.26 29 Jan 2019
    Release notes
    • Bug fixes
    • Improvements to Context.execute response handling
    Open source →
  36. 2.4.25 28 Jan 2019

    Nothing published for this version

  37. 2.4.24 28 Jan 2019

    Nothing published for this version

  38. 2.4.23 28 Jan 2019

    Nothing published for this version

  39. 2.4.22 28 Jan 2019

    Nothing published for this version

  40. 2.4.21 28 Jan 2019

    Nothing published for this version

  41. 2.4.20 09 Jan 2019
    Release notes
    • Bindings
    • Serializers
    Open source →
  42. 2.4.19 01 Jan 2019

    Nothing published for this version

  43. 2.4.18 28 Dec 2018

    Nothing published for this version

  44. 2.4.17 28 Dec 2018

    Nothing published for this version

  45. 2.4.16 28 Dec 2018

    Nothing published for this version

  46. 2.4.15 28 Dec 2018

    Nothing published for this version

  47. 2.4.14 27 Dec 2018
    Release notes

    Breaking changes

    • ErrorWriter interface has changed
    • Route handlers must now set response to Builtin404ErrorResponse to generate builtin 404 error response.
    Open source →
  48. 2.4.12 02 Dec 2018

    Nothing published for this version

  49. 2.4.10 09 Nov 2018

    Nothing published for this version

  50. 2.4.9 01 Nov 2018

    Nothing published for this version

  51. 2.4.8 01 Nov 2018

    Nothing published for this version

  52. 2.4.6 01 Nov 2018

    Nothing published for this version

  53. 2.4.5 24 Sep 2018
    Release notes
    • File FormField now supports multiple files in same field
    Open source →
  54. 2.4.4 18 Sep 2018
    Release notes
    • Performance improvements

    Breaking changes

    • onException shall not throw. Should return response instead.
    Open source →
  55. 2.4.2 18 Sep 2018
    Release notes
    • Interceptors have return types
    Open source →
  56. 2.4.1 18 Sep 2018
    Release notes
    • statusCode, mimeType and charset are back in HttpMethod and Route.

    Breaking changes

    • Interceptor annotations are removed
    Open source →
  57. 2.2.24 22 Aug 2018

    Nothing published for this version

  58. 2.2.23 22 Aug 2018

    Nothing published for this version

  59. 2.2.22 22 Aug 2018

    Nothing published for this version

  60. 2.2.21 22 Aug 2018

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive