• Joined on 2022-01-01
MattMo pushed to master at MontoyaTech/ignite-html 2023-04-18 22:39:06 +00:00
4203884aff Added more documentation. Fixed bugs with pagination to better support push, and slice.
MattMo pushed to master at MontoyaTech/ignite-html 2023-04-17 19:09:25 +00:00
3383001c3a Added more documentation. Fixed a few bugs and improved the code. Added a new pager template that can construct a pager used for pagination.
MattMo pushed to master at MontoyaTech/ignite-html 2023-04-15 15:27:17 +00:00
1ccd66910c Fixed a bug where getOldPropertyValues didn't check for the same instance of a property but rather their value. Added nav template. Fixed pagination so that the list can be null, though it's not ideal.
MattMo pushed to master at MontoyaTech/ignite-html-material 2023-04-14 15:05:43 +00:00
8c021053a3 Added auto close option to drawer.
MattMo pushed to master at MontoyaTech/Rest.Net 2023-04-14 13:44:33 +00:00
54e1fbefec Removed enum extends since it's not super helpful. Bumped package version to 1.5.2.
MattMo pushed to master at MontoyaTech/Rest.Net 2023-04-14 13:38:05 +00:00
bbd38496da Bumped package version to 1.5.1, added GetNames/GetValues helper functions to Javascript Enum Type class.
MattMo pushed to master at MontoyaTech/Rest.Net 2023-04-13 22:00:28 +00:00
fe5fc73d14 Bumped package version to 1.5.0, changed Program.cs a little of the example. Improved the Javascript Client generator by exporting all types and changing enum to behave in a more useful way.
MattMo pushed to master at MontoyaTech/Rest.Net 2023-04-13 01:04:05 +00:00
e2c5aba868 Added Javascript client generator. Fixed a few bugs. Improved client generator code.
MattMo pushed to master at MontoyaTech/ignite-html-material 2023-04-12 19:00:33 +00:00
85662f7777 Working on simplifying drawer component.
MattMo pushed to main at MontoyaTech/MariCam 2023-04-11 15:52:05 +00:00
91f7b94a3a Fixing typo
MattMo pushed to main at MontoyaTech/MariCam 2023-04-11 15:41:55 +00:00
e97b2e5991 Added missing quote
MattMo pushed to main at MontoyaTech/MariCam 2023-04-11 15:41:02 +00:00
364e388259 Added initial readme.
MattMo pushed to master at MontoyaTech/Rest.Net 2023-03-31 16:19:24 +00:00
6a7f6ce096 Modified ClientGenerator to support responses as a parameter input. Improved streams support. Bumped package version to 1.4.8
MattMo pushed to master at MontoyaTech/Rest.Net 2023-03-31 15:44:47 +00:00
b9e1f2ca7d Modified GetMimeType to return binary type if there is no extension.
MattMo pushed to master at MontoyaTech/Rest.Net 2023-03-31 15:21:35 +00:00
cf477522c0 Bumped package version to 1.4.7. Added support for Stream requests and MemoryStream responses.
MattMo pushed to master at MontoyaTech/Rest.Net 2023-03-31 14:02:48 +00:00
fe99ba9b9d Added RouteTypeName attribute that can be used to rename a type when generating client code.
MattMo pushed to master at MontoyaTech/Rest.Net 2023-03-30 17:36:54 +00:00
4bc388d86b Bumped package version to 1.4.5 and modified ClientGenerator to include System.Net assembly as a DotNet type.
MattMo pushed to master at MontoyaTech/Rest.Net 2023-03-28 13:20:25 +00:00
71941f5dd0 Changed RouteListener to attempt to listen on all interfaces, if denied it falls back to local. Bumped package version to 1.4.4
MattMo pushed to master at MontoyaTech/Rest.Net 2023-03-24 15:21:15 +00:00
0c8467f942 Fixed an issue where built int Enums would be converted to int type for fields. Bumped package version to 1.4.3.
MattMo pushed to master at MontoyaTech/Rest.Net 2023-03-24 14:38:56 +00:00
f2db3bddbf Changed logo to new design.