From 860a4454071f7730ae2ac518a84dcb4ed066dfd2 Mon Sep 17 00:00:00 2001 From: dfinke Date: Wed, 22 Feb 2017 12:40:16 -0500 Subject: [PATCH] updated readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d116b24..46a1b48 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,14 @@ iex (new-object System.Net.WebClient).DownloadString('https://raw.github.com/dfi # What's new +#### 2/2/2017 +Thank you to [DarkLite1](https://github.com/DarkLite1) for more updates +* TableName with parameter validation, throws an error when the TableName: + - Starts with something else then a letter + - Is NULL or empty + - Contains spaces +- Numeric parsing now uses `CurrentInfo` to use the system settings + #### 2/14/2017 Big thanks to [DarkLite1](https://github.com/DarkLite1) for some great updates * `-DataOnly` switch added to `Import-Excel`. When used it will only generate objects for rows that contain text values, not for empty rows or columns.