• Joined on 2022-01-01
MattMo pushed to main at MontoyaTech/MySqlPlus 2023-01-31 21:42:02 +00:00
74ffdebee3 Fixed bug with checking if a table exists or not. Bumped version to 1.0.4
MattMo pushed to main at MontoyaTech/MySqlPlus 2023-01-31 21:03:21 +00:00
287cb2d43d Added new functions and helpers to help create tables and set them up. Bumped package version to 1.0.3
MattMo pushed to main at MontoyaTech/MySqlPlus 2023-01-31 05:28:39 +00:00
70dd86766b Moved the DateTime To Unix converter an official converter apart of the library. Bumped package version to 1.0.2
MattMo pushed to main at MontoyaTech/MySqlPlus 2023-01-31 04:25:03 +00:00
b125aef0ff Bumped package version to 1.0.1 and included license and documentation file.
MattMo pushed to main at MontoyaTech/MySqlPlus 2023-01-31 04:13:55 +00:00
8cdcf02ab5 Implemented the MySqlColumn converter and added more example code. Improved documentation. Added new DeleteAll function.
MattMo pushed to main at MontoyaTech/MySqlPlus 2023-01-31 02:21:38 +00:00
2d85bf4d62 Added more documentation. Simplified and cleaned up code. Added new MySqlDataReader extensions to help with reading single rows or many rows. Added more helper session functions and new MySqlCommand extensions.
MattMo pushed to main at MontoyaTech/MySqlPlus 2023-01-28 00:19:08 +00:00
c7602f6b0a Simplified some logic and added initial Insert, Update, Get, Delete session functions.
MattMo pushed to main at MontoyaTech/MySqlPlus 2023-01-27 19:34:33 +00:00
41cd87b2f4 Working on initial project structure.
MattMo created repository MontoyaTech/MySqlPlus 2023-01-27 18:53:43 +00:00
MattMo pushed to master at MontoyaTech/Rest.Net 2023-01-26 20:01:41 +00:00
7dcc28d5e0 Upgrading to latest version of Newtonsoft.Json
MattMo pushed to master at MontoyaTech/Rest.Net 2023-01-26 19:51:04 +00:00
9f8d6639c0 Improved package description.
MattMo pushed to master at MontoyaTech/Rest.Net 2023-01-26 19:48:59 +00:00
9b849f5ec1 Simplified some class names and structure. New nuget version 1.1.4
MattMo pushed to master at MontoyaTech/Rest.Net 2023-01-26 18:21:27 +00:00
6db21454c9 Added nuget package icon and bumped version to 1.1.3
MattMo pushed to master at MontoyaTech/Rest.Net 2023-01-26 18:09:01 +00:00
b4414f4da2 Added new route exception event handler. Renamed events. Added better example code. Bumped nuget version to 1.1.2.
MattMo pushed to master at MontoyaTech/ignite-html-router 2022-12-17 18:14:10 +00:00
6fed40f37b Added a new disabled property for RouterLinks to override their functionality if needed.
MattMo pushed to master at MontoyaTech/ignite-html-material 2022-12-17 17:29:50 +00:00
5f909f08e9 Read more now resets to collapsed when the value is changed.
MattMo pushed to master at MontoyaTech/ignite-html-material 2022-12-14 19:44:11 +00:00
1e0200facb Deleted old code. Added new readmore component.
MattMo pushed to master at MontoyaTech/ignite-html-select 2022-12-14 19:43:39 +00:00
fe18c50bdc Fixed bugs with state extension.
MattMo pushed to master at MontoyaTech/ignite-html 2022-12-14 15:33:10 +00:00
edfac3782f Added readonly extension for input elements.
MattMo pushed to master at MontoyaTech/ignite-html 2022-12-13 05:10:58 +00:00
eb3ed065a2 Added code to select the first option in a select element if the new value is null or empty.