• Joined on 2022-01-01
MattMo pushed to master at MontoyaTech/Rest.Net 2023-03-02 00:19:23 +00:00
2b892dfd66 Added a new RouteFileCache and more response extensions. Bumped package version to 1.3.4.
MattMo pushed to master at MontoyaTech/Rest.Net 2023-03-01 20:22:13 +00:00
662bd03ddc Changed Listener.Block to not use as much CPU usage, at least not visually in the task manager.
MattMo pushed to master at MontoyaTech/Rest.Net 2023-02-24 20:06:03 +00:00
f882a74c6d Added compressed response extensions and added more to the example program. Bumped package version to 1.3.3
MattMo pushed to main at MontoyaTech/MySqlPlus 2023-02-22 18:32:19 +00:00
f38a08b1cf Exposed ExecuteReader and ExecuteNonQuery bumped package version, added documentation.
MattMo pushed to main at MontoyaTech/MySqlPlus 2023-02-22 16:06:47 +00:00
15e51b7a42 Simplified MySqlColumn by removing Default and Nullable. Added support for built in Nullable types. Bumped package version to 1.1.0
MattMo pushed to master at MontoyaTech/Rest.Net 2023-02-10 20:12:40 +00:00
22633ec94f Added missing json mime type.
MattMo pushed to master at MontoyaTech/Rest.Net 2023-02-10 20:11:48 +00:00
f8b726634e Changed mime type for javascript. Bumped package version to 1.3.2.
MattMo pushed to master at MontoyaTech/ignite-html-validate 2023-02-10 19:52:53 +00:00
36f43805bd Change validation to not rely on cached element value and instead extract the current value from the element.
MattMo pushed to master at MontoyaTech/Rest.Net 2023-02-09 20:53:05 +00:00
55d75a7bb0 Improved WithFile extension to allow custom MimeTypes and added an auto mime type detection. Bumped package to 1.3.1
MattMo pushed to master at MontoyaTech/ignite-html-tabs 2023-02-09 14:54:30 +00:00
c84d10dfb9 Added showCallback and hideCallback to tab function.
MattMo pushed to master at MontoyaTech/Rest.Net 2023-02-08 23:23:46 +00:00
0ee5e98768 Added a missing unit test and fixed another bug with the RouteMatcher. Bumped package version to 1.3.0
MattMo pushed to master at MontoyaTech/Rest.Net 2023-02-08 23:14:19 +00:00
85889973c8 Fixed some bugs within the RouteMatcher to better support wild card and catch all matching. Added unit tests. Bumped package version to 1.2.9
MattMo pushed to master at MontoyaTech/Rest.Net 2023-02-08 22:44:04 +00:00
12fe2da2a3 Fixed issue where client generator was actually removing routes from the original list. Improved documentation. Bumped package version to 1.2.8
MattMo pushed to master at MontoyaTech/Rest.Net 2023-02-07 21:03:01 +00:00
7ffa2d43ef Improved the csharp client generator to check if the base url is null or whitespace and to remove trailing / characters. Fixed some bugs with different client names. Generator also now sets up cookie support.
MattMo pushed to master at MontoyaTech/Rest.Net 2023-02-06 20:46:05 +00:00
6ae73aaa7d Changed response extensions to use utf-8 encoding instead of utf-16. Bumped package version to 1.2.6
MattMo pushed to master at MontoyaTech/Rest.Net 2023-02-06 20:15:42 +00:00
a1f2f4a91c Fixed bug in client generation. Publishing nuget.
MattMo pushed to master at MontoyaTech/Rest.Net 2023-02-06 19:38:38 +00:00
5a1efa90c7 Reverting. Actually this is better.
MattMo pushed to master at MontoyaTech/Rest.Net 2023-02-06 19:37:37 +00:00
612a658b77 Changed static csharp generator to now rely on the client name so that it can be easily renamed.
MattMo pushed to master at MontoyaTech/Rest.Net 2023-02-06 19:21:59 +00:00
e4c3ee0673 Added static code generation option to the CSharp Client generator. Bumped package version to 1.2.4
MattMo pushed to master at MontoyaTech/Rest.Net 2023-02-06 18:46:41 +00:00
2076a1d02b Broke up RestClientGenerator so that custom generators for other languages can be created or the C# one could be modified for custom use cases.