- Improve String.TrimLines method.
- Improve WebUtility.ToPlainText method.
- Add Enum.GetDescription function.
- Move Test.cs and Test.csproj files to root folder.
- Rename HtmlHelper class to WebUtility.
- Move String.StripSpecialChars, String.Nl2br, String.Nl2p, String.ToFileName and String.ToPlainText methods to WebUtility class.
- Add mappings to call initial WebUtility class methods.
- Remove nullable parameters and returns where possible.
- Update README.md file.
- Initial release, based on Balzac.js JavaScript library current version number.