• Joined on 2022-01-01
MattMo pushed to master at MontoyaTech/Process.Net 2024-09-12 01:18:17 +00:00
a11cfb2608 Added package description
Compare 2 commits »
MattMo pushed to master at MontoyaTech/Process.Net 2024-09-12 01:13:34 +00:00
edc3837556 Update README.md
MattMo pushed to master at MontoyaTech/ExtraConsole.Net 2024-09-12 00:59:16 +00:00
d58cedeffc Update README.md
MattMo renamed repository from SecondConsole.Net to MontoyaTech/ExtraConsole.Net 2024-09-12 00:58:57 +00:00
MattMo created repository MontoyaTech/ExtraConsole.Net 2024-09-12 00:55:11 +00:00
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.