@shgysk8zer0/polyfills 0.4.9 → 0.4.11

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
@@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [v0.4.11] - 2025-04-24
11
+
12
+ ### Added
13
+ - Add `HTMLDialogElement.prototype.requestClose()`
14
+
15
+ ## [v0.4.10] - 2025-03-10
16
+
17
+ ### Added
18
+ - Add `getOrInsert()` and `getOrInsertComputed()` for `Map` and `WeakMap`
19
+ - Add `TaskController` and `TaskSignal` polyfills
20
+
21
+ ### Changed
22
+ - Update `scheduler.yield()` to be compatible with the spec
23
+
24
+ ### Deprecated
25
+ - Warn that `Map.prototype.emplace()` was removed from the proposal
26
+
10
27
  ## [v0.4.9] - 2025-01-22
11
28
 
12
29
  ### Added