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.
a796113329
Added missing functions needed to support string based ids for a few MySqlSession functions. Added the ability to get the name of a table from a row type. Bumped package version to 1.1.6
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.