You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
0.3.6 focuses on more measured improvements to the router's performance and capabilities, as well as Toolips overall -- with the entire package getting a documentation update, some slight (non-breaking tweaks), and most importantly -- this version is compatible with Julia 1.11+, whereas this version broke 0.3.5. Important notes:
updated documentation
Added new abstraction step to routing -- the HTTPRoute. So now, the included type hierarchy is Route<:AbstractHTTPRoute<:AbstractRoute which I think is much better. Needless to say, this doesn't break much.
New router naming through router_name -- an extensible function that names a customized router according to its provided route types.
Added a few new Route indexing dispatches.
Changed startup logging -- made logger optional -- up until this point, not loading a logger will make Toolips load a Logger. This is no longer the case. The printouts have also received some slight tweaks, mainly to improve their presentation.
A few test updates
I will likely be releasing this February 4th - February 5th. This should be a pretty compelling release, especially considering the aforementioned 1.11 compatibility issue.
The text was updated successfully, but these errors were encountered:
0.3.6
focuses on more measured improvements to the router's performance and capabilities, as well asToolips
overall -- with the entire package getting a documentation update, some slight (non-breaking tweaks), and most importantly -- this version is compatible with Julia 1.11+, whereas this version broke0.3.5
. Important notes:HTTPRoute
. So now, the included type hierarchy isRoute<:AbstractHTTPRoute<:AbstractRoute
which I think is much better. Needless to say, this doesn't break much.router_name
-- an extensible function that names a customized router according to its provided route types.Route
indexing dispatches.Toolips
load aLogger
. This is no longer the case. The printouts have also received some slight tweaks, mainly to improve their presentation.I will likely be releasing this
February 4th - February 5th
. This should be a pretty compelling release, especially considering the aforementioned1.11
compatibility issue.The text was updated successfully, but these errors were encountered: