Skip to content

Add ContextRoute method. Efficiency fix on Context data

Compare
Choose a tag to compare
@dimfeld dimfeld released this 17 Apr 19:08
· 18 commits to master since this release
4a4229d

The internal contextData type now uses a pointer receiver to avoid copying it on every access. Also added a ContextRoute helper method to directly extract the Route string if that's all you need. Thanks again to @stuartclan for the help!