Skip to content

Commit 089251e

Browse files
committed
Update README.md , to include latest version description.
1 parent c91be09 commit 089251e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
A secure ASP.NET Framework (4.8 / 4.8.1) helper library that writes logs, variables, and exceptions directly to the browser console — perfect for UAT and DEV environments.
44

5+
## What's New in v1.0.0
56
## Features
67
- Write messages, variables, and errors to the browser console (`console.info`, `console.log`, `console.error`)
78
- Automatically logs unhandled exceptions globally
@@ -12,6 +13,26 @@ A secure ASP.NET Framework (4.8 / 4.8.1) helper library that writes logs, variab
1213
- Includes unit tests and a demo web app
1314
- Fully compatible with .NET Framework 4.8 to 4.8.1
1415

16+
17+
## What's New in v1.1.0
18+
- Removed dependency on `System.Web.Helpers` (`Json.Encode()` no longer required)
19+
- Now uses **HttpUtility.JavaScriptStringEncode** (safe, built-in, no external packages)
20+
- Improved XSS safety logic
21+
- Cleaned references to reduce DLL size
22+
- Updated module to correctly handle missing AppSettings
23+
- Assembly version sync: `1.1.0.0`
24+
- NuGet package version: `1.1.0`
25+
26+
## Features
27+
- Write messages, variables, and errors to the browser console (`console.info`, `console.log`, `console.error`)
28+
- Automatically logs unhandled exceptions globally
29+
- Works with any ASP.NET Web Forms or MVC project
30+
- Simple global toggle via web.config
31+
- No third-party dependencies
32+
- Includes unit tests and demo web app
33+
- Fully compatible with .NET Framework 4.8 to 4.8.1
34+
35+
1536
## Installation
1637
Install from NuGet using the Package Manager Console:
1738

0 commit comments

Comments
 (0)