httptreemux v4.0.0 Release Notes

Release Date: 2017-06-21 // almost 7 years ago
  • 🚀 #52 had a need to be able to see if a route exists in the router, without necessarily serving it or responding with an error when it doesn't exist. This release adds that functionality.

    The breaking change is from #50, which changes ParamContextKey, used for fetching a Request Context's parameters from an exported string, to an unexported variable/type. You should have been using the ContextParams function instead of this variable anyway, so it is unlikely that any changes will be required. Thanks to @bontibon for suggesting this change.