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.1.0 - October 31, 2019
5
+
* JSMin was updated to version of October 30, 2019
6
+
* The `GetEstimatedOutputLength` method is deprecated. Use a length of input string or any other suitable value instead
7
+
* Enabled a SourceLink in NuGet package
8
+
4
9
## v2.0.0 - April 3, 2019
5
10
* 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
11
* Added a `GetEstimatedOutputLength` static method that can be used to calculate the capacity of string builder
0 commit comments