@shgysk8zer0/polyfills 0.4.9 → 0.4.10

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