some-common-functions-js 1.1.3 → 1.1.4
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 +7 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -45,3 +45,10 @@ Improve README.md documentation.
|
|
|
45
45
|
|
|
46
46
|
## Version 1.1.2 - 2025/12/26 - ITA
|
|
47
47
|
Corrected a minor error in the README documentation.
|
|
48
|
+
|
|
49
|
+
## Version 1.1.3 - 2025/12/27 - ITA
|
|
50
|
+
- Improved getObjArrayWithNoDuplicates() and getNextDifferent functions to handle more test cases.
|
|
51
|
+
- Added the unset() function.
|
|
52
|
+
|
|
53
|
+
## Version 1.1.4 - 2025/12/27 - ITA
|
|
54
|
+
Added the outstanding change log for the previous version.
|