@dxtmisha/functional-basic 1.3.5 → 1.3.6

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
@@ -2,6 +2,16 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [1.3.6] - 2026-06-16
6
+
7
+ ### Added
8
+ - **GeoInstance**: Integrated cookie storage persistence/hydration fallback: now attempts to retrieve the geo code from the `ui-geo-code` cookie (via `UI_GEO_COOKIE_KEY`) during initialization if DOM storage is unavailable.
9
+
10
+ ### Changed / Improved
11
+ - **GeoInstance**: Refactored `findLocation()` to extract DOM-specific checks into `findLocationDom()`, improving architecture and separation of concerns.
12
+ - **GeoInstance**: Updated `set()` to store the updated geo code in the cookie when `save = true`.
13
+ - **ApiHeaders**: Fixed and updated unit tests in `ApiHeaders.test.ts` to align with the normalized lowercase HTTP header key merging behavior.
14
+
5
15
  ## [1.3.5] - 2026-06-05
6
16
 
7
17
  ### Changed / Improved