• Joined on 2022-01-01
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.
MattMo pushed to master at MontoyaTech/ignite-html 2023-12-24 23:21:47 +00:00
9040bb8d45 Added ability to use arrays of properties for the property function.
MattMo pushed to master at MontoyaTech/ignite-html-material 2023-12-24 23:21:22 +00:00
30b7d9fa1c Fixed an issue where readmore would show undefined if the value was null, not it shows nothing if there is no value.
MattMo pushed to master at MontoyaTech/ignite-html-material 2023-12-24 17:51:57 +00:00
f9a8ac4317 Improved read more design.
MattMo pushed to master at MontoyaTech/ignite-html 2023-12-24 17:51:41 +00:00
82834320f6 Added ol template.
MattMo pushed to main at MontoyaTech/MariCam 2023-12-21 20:51:36 +00:00
3ccc0da6e6 Improved coloring and output by taking into consideration the amplitude.
MattMo pushed to main at MontoyaTech/MariCam 2023-12-20 21:23:37 +00:00
534a708048 Changed over to new colorizer.
MattMo pushed to master at MontoyaTech/Rest.Net 2023-12-14 19:33:46 +00:00
5f83b30cb2 Added ability to specify a RouteResponse and RouteRequest as a dynamic. Improved documentation and fixed some null checks that were missing with this change. Bumped package version to 1.7.6
MattMo pushed to master at MontoyaTech/Rest.Net 2023-12-14 19:14:33 +00:00
38ef135b8a Fixed a stackoverflow bug when generating a Rest Client and the object has it's type as a sub type. Bumped package versino to 1.7.5
MattMo pushed to master at MontoyaTech/ignite-html 2023-12-12 00:58:20 +00:00
4e0bb96747 Fixed an issue where the converter wasn't running on the first construct.
MattMo pushed to master at MontoyaTech/ignite-html 2023-11-29 03:16:27 +00:00
23f8fa5b72 Moved option construction before setting element value.