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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "some-common-functions-js",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "Common functions used with Javascript objects, and field validation functions.",
5
5
  "keywords": [
6
6
  "validation",