• Joined on 2022-01-01
MattMo pushed to master at MontoyaTech/Rest.Net 2024-09-12 00:52:12 +00:00
f116be9908 Added readme to nuget package.
MattMo pushed to master at MontoyaTech/ignite-html 2024-09-02 23:19:46 +00:00
812f8352f5 Fixed an issue where not all the results of the intersection observer were being checked.
MattMo pushed to master at MontoyaTech/Rest.Net 2024-08-29 17:18:40 +00:00
2c2b498223 Added mimeType option to the WithStream extension. Bumped package version to 1.8.7
MattMo pushed to master at MontoyaTech/Rest.Net 2024-08-29 17:12:51 +00:00
bc82aeb8c2 Added new WithStream extension for responses. Bumped package version to 1.8.6
MattMo pushed to master at MontoyaTech/Rest.Net 2024-07-10 13:37:09 +00:00
670605ce91 Bumped package version to 1.8.5. Added enum route argument converting support. Cleaned up code and added unit test.
MattMo pushed to master at MontoyaTech/ignite-html-bootstrap 2024-05-13 16:01:09 +00:00
a356467823 Added more control over specific controls on the table and made the defaults look better with stock bootstrap.
MattMo pushed to master at MontoyaTech/ignite-html-bootstrap 2024-03-18 16:33:51 +00:00
270a5fbabf Upgraded dialogs to use afterRender to setup the bootstrap modal instead of ready to avoid race conditions.
MattMo pushed to master at MontoyaTech/ignite-html 2024-03-18 16:33:18 +00:00
939d1ec83a Added a new after render function for elements.
MattMo pushed to main at MontoyaTech/MySqlPlus 2024-03-16 16:31:37 +00:00
08113eef6e Upgraded to latest version of MySql.Data package. Added code to not try set the value of the primary key if it's not auto increment.
MattMo pushed to main at MontoyaTech/MySqlPlus 2024-03-16 16:14:12 +00:00
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
MattMo pushed to master at MontoyaTech/ignite-html-router 2024-03-11 19:29:04 +00:00
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.
MattMo pushed to master at MontoyaTech/Rest.Net 2024-03-06 16:14:41 +00:00
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
MattMo pushed to master at MontoyaTech/Rest.Net 2024-02-24 00:55:46 +00:00
51b8ba073c Bumped package version to 1.8.3. Added code to escape the names of fields, properties when generating the constructor.
MattMo pushed to master at MontoyaTech/Rest.Net 2024-02-24 00:24:02 +00:00
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.
MattMo pushed to master at MontoyaTech/Rest.Net 2024-02-19 16:43:02 +00:00
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.
MattMo pushed to master at MontoyaTech/Rest.Net 2024-02-19 16:05:58 +00:00
8747b5fb3e Modifying client generator to allow modifying requests before they are sent.
MattMo pushed to master at MontoyaTech/ignite-html-router 2024-01-15 17:54:47 +00:00
81a44ec7ea Added parameter to route on shown that specifies whether or not the route was shown because we navigated back to it.
MattMo pushed to master at MontoyaTech/ignite-html-router 2024-01-15 16:41:04 +00:00
28e85092c9 Removed the code that tries to reset the scroll position of the route.
MattMo pushed to master at MontoyaTech/Rest.Net 2024-01-13 18:53:48 +00:00
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.
MattMo pushed to master at MontoyaTech/ignite-html-select 2024-01-10 15:07:05 +00:00
e924b55135 Added placeholderValue to numbers function to control the value of the placeholder.