rollup 2.49.0 → 2.50.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # rollup changelog
2
2
 
3
+ ## 2.50.0
4
+ *2021-05-25*
5
+
6
+ ### Features
7
+ * Only include last elements of comma expressions if they are used or have side effects (#4087)
8
+
9
+ ### Bug Fixes
10
+ * Prevent a crash that could occur when calling object methods (#4091)
11
+
12
+ ### Pull Requests
13
+ * [#4085](https://github.com/rollup/rollup/pull/4085): Switch to ESLint (@lukastaegert)
14
+ * [#4087](https://github.com/rollup/rollup/pull/4087): Drop unused last sequence element (@lukastaegert)
15
+ * [#4091](https://github.com/rollup/rollup/pull/4091): Prevent crash for recursive "this" deoptimization (@lukastaegert)
16
+
3
17
  ## 2.49.0
4
18
  *2021-05-23*
5
19
 
@@ -13,7 +27,7 @@
13
27
  * Track "this" mutations for methods, getters and setters (#4018)
14
28
 
15
29
  ### Pull Requests
16
- * [#4018](https://github.com/rollup/rollup/pull/4018): Class method effects (@lukastaegert)
30
+ * [#4018](https://github.com/rollup/rollup/pull/4018): Class method effects (@marijnh and @lukastaegert)
17
31
 
18
32
  ## 2.48.0
19
33
  *2021-05-15*
package/dist/bin/rollup CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  /*
4
4
  @license
5
- Rollup.js v2.49.0
6
- Sun, 23 May 2021 05:16:11 GMT - commit 551e34a31486e67779c6ad34da272a5271be99a0
5
+ Rollup.js v2.50.0
6
+ Tue, 25 May 2021 10:57:41 GMT - commit 2febefa277d1c2c149df1df5ccc43796059a624b
7
7
 
8
8
 
9
9
  https://github.com/rollup/rollup