- Add overloads for method SnippetSerializer.CreateXml.
- Add new properties Placeholder.FullLength, SnippetCode.EndPlaceholder and SnippetCode.SelectedPlaceholder.
- Add new languages.
- Fix bug that occurs when file contains empty CodeSnippets element.
- Add support for .NET Standard 1.3
- Add support for Portable Class Library
- Add method SnippetUtility.RemoveUnusedLiterals.
- Add method SnippetUtility.RemoveUnusedPlaceholders.
- Add DebuggerDisplayAttribute.
- Add method SnippetCode.ReplacePlaceholders(string, string).
- Add method LiteralCollection.Remove(string).
- Update SnippetUtility.FindDuplicateShortcuts method so it reflects possible alternative shortcuts.
- Add support for xml element "AlternativeShortcuts".
- Fix bug in SnippetSerializer.CreateXml method - remove BOM from returned string.
- Add "LiteralRenamer" API which supports renaming of snippet literal including its occurrences in the code.
- Rename Language.VB to Language.VisualBasic.
- Rename Language.Cpp to Language.CPlusPlus.
- Initial release.