Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
fd68b5c79d
Added code to reset all scroll positions when a route is shown. This way when a route and new data is rendered it's rendered with default scroll positions.
a698e71e4b
Fixed a minor issue where the request parameter was the same name as the request object in javascript route functions. Bumped package version to 1.8.4
b8e8e1dd86
Bumped package version to 1.8.2. Added the ability to use json names in the Javascript Client generator if a JsonProperty exists on a field or a property.
cc83f99612
Bumped package version to 1.8.1. Javascript client now includes a urlHandler and requestHandler that can be used to modify the request before it's sent.
50861d5381
Bumped package version to 1.8.0. Added support for automatic gzip decompression in HttpListenerRequestExtensions. Added a new compress parameter for json requests in client generated code that auto compresses the json if set. Fixed a few bugs and cleaned up code.
5f83b30cb2
Added ability to specify a RouteResponse and RouteRequest as a dynamic. Improved documentation and fixed some null checks that were missing with this change. Bumped package version to 1.7.6