• Joined on 2022-01-01
MattMo pushed to main at MontoyaTech/MySqlPlus 2023-02-01 17:52:12 +00:00
b6a47ce023 Bumped package version to 1.0.7 and fixed a bug with the retry logic for ExecuteReader.
MattMo pushed to master at MontoyaTech/ignite-html-router 2023-02-01 16:06:43 +00:00
ad6faba71d Added code to prevent click event from bubbling since we are navigating to another route. Router state is now initialized with current location to make going back work correctly.
MattMo pushed to master at MontoyaTech/ignite-html 2023-02-01 03:14:50 +00:00
7ba146443f Fixed a bug with lists where elements would be in the wrong order in the DOM.
MattMo pushed to main at MontoyaTech/MySqlPlus 2023-02-01 02:24:34 +00:00
0348b26aec Improved documentation, bumped package version to 1.0.6
MattMo pushed to main at MontoyaTech/MySqlPlus 2023-02-01 00:58:24 +00:00
c4c39bfc46 Improved MySqlManagedConnection retry logic. Added new MySqlRowIndex attribute to specify the indexes for a given row. Improved documentation and the example program. Bumped version number to 1.0.5
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.