You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
1
Change log
2
2
==========
3
3
4
+
## v2.0.0 - April 3, 2019
5
+
* Added an overloaded version of the `Minify` method that takes a instance of string builder. This will allow to integrate minifier with the external string builder pools
6
+
* Added a `GetEstimatedOutputLength` static method that can be used to calculate the capacity of string builder
7
+
* Added support of .NET Framework 4.5 and .NET Standard 2.0
8
+
4
9
## v1.1.3 - March 25, 2017
5
10
* Added support of .NET Core 1.0.4
6
11
* Downgraded .NET Standard version from 1.1 to 1.0
0 commit comments