ramda-adjunct 5.1.0 → 6.0.0

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 (95) hide show
  1. package/CHANGELOG.md +10 -1
  2. package/README.md +2 -2
  3. package/dist/RA.node.js +5644 -5736
  4. package/dist/RA.node.min.js +1 -1
  5. package/dist/RA.web.js +5650 -5742
  6. package/dist/RA.web.min.js +1 -1
  7. package/dist/RA.web.standalone.js +11760 -11501
  8. package/dist/RA.web.standalone.min.js +1 -1
  9. package/es/copyKeys.js +2 -3
  10. package/es/index.js +0 -1
  11. package/es/internal/ap.js +1 -1
  12. package/es/internal/ponyfills/Math.trunc.js +0 -2
  13. package/es/internal/ponyfills/Number.isFinite.js +0 -2
  14. package/es/internal/ponyfills/Number.isNaN.js +0 -2
  15. package/es/internal/ponyfills/Promise.any.js +1 -1
  16. package/es/internal/ponyfills/String.padEnd.js +0 -1
  17. package/es/internal/ponyfills/String.padStart.js +0 -1
  18. package/es/internal/ponyfills/String.repeat.js +1 -1
  19. package/es/isArrayLike.js +1 -2
  20. package/es/isMap.js +3 -3
  21. package/es/isNotAsyncFunction.js +1 -2
  22. package/es/isNotFunction.js +1 -2
  23. package/es/isNotGeneratorFunction.js +1 -2
  24. package/es/isNotObj.js +1 -2
  25. package/es/isNotObjLike.js +1 -2
  26. package/es/isNotPlainObj.js +1 -2
  27. package/es/isObj.js +1 -2
  28. package/es/isObjLike.js +1 -2
  29. package/es/isPlainObj.js +1 -2
  30. package/es/isSentinelValue.js +1 -1
  31. package/es/isValidDate.js +1 -2
  32. package/es/lensTraverse.js +1 -3
  33. package/es/mergeProp.js +2 -2
  34. package/es/nand.js +1 -2
  35. package/es/neither.js +1 -2
  36. package/es/nor.js +1 -2
  37. package/es/notBoth.js +1 -2
  38. package/es/omitBy.js +1 -2
  39. package/es/pathNotEq.js +1 -2
  40. package/es/reduceP.js +0 -1
  41. package/es/reduceRightP.js +0 -1
  42. package/es/renameKey.js +1 -2
  43. package/es/resolveP.js +1 -2
  44. package/es/seq.js +0 -2
  45. package/es/sortByProps.js +1 -1
  46. package/es/stubUndefined.js +1 -2
  47. package/es/toInteger32.js +1 -1
  48. package/es/toUinteger32.js +0 -1
  49. package/lib/anyP.js +1 -2
  50. package/lib/copyKeys.js +2 -4
  51. package/lib/fantasy-land/Identity.js +1 -2
  52. package/lib/fantasy-land/traits.js +1 -2
  53. package/lib/index.js +2 -4
  54. package/lib/internal/ap.js +2 -3
  55. package/lib/internal/ponyfills/Math.trunc.js +0 -2
  56. package/lib/internal/ponyfills/Number.isFinite.js +0 -1
  57. package/lib/internal/ponyfills/Number.isNaN.js +0 -1
  58. package/lib/internal/ponyfills/Promise.any.js +1 -1
  59. package/lib/internal/ponyfills/String.padEnd.js +0 -1
  60. package/lib/internal/ponyfills/String.padStart.js +0 -1
  61. package/lib/internal/ponyfills/String.repeat.js +1 -1
  62. package/lib/isArrayLike.js +1 -2
  63. package/lib/isMap.js +3 -3
  64. package/lib/isNotAsyncFunction.js +1 -2
  65. package/lib/isNotFunction.js +1 -2
  66. package/lib/isNotGeneratorFunction.js +1 -2
  67. package/lib/isNotObj.js +1 -2
  68. package/lib/isNotObjLike.js +1 -2
  69. package/lib/isNotPlainObj.js +1 -2
  70. package/lib/isObj.js +1 -2
  71. package/lib/isObjLike.js +1 -2
  72. package/lib/isPlainObj.js +1 -2
  73. package/lib/isSentinelValue.js +1 -1
  74. package/lib/isValidDate.js +1 -2
  75. package/lib/lensTraverse.js +1 -2
  76. package/lib/mergeProp.js +2 -2
  77. package/lib/nand.js +1 -1
  78. package/lib/neither.js +1 -2
  79. package/lib/nor.js +1 -1
  80. package/lib/notBoth.js +1 -2
  81. package/lib/omitBy.js +1 -2
  82. package/lib/pathNotEq.js +1 -2
  83. package/lib/reduceP.js +0 -1
  84. package/lib/reduceRightP.js +0 -1
  85. package/lib/renameKey.js +1 -3
  86. package/lib/resolveP.js +1 -2
  87. package/lib/seq.js +0 -2
  88. package/lib/sortByProps.js +1 -1
  89. package/lib/stubUndefined.js +1 -1
  90. package/lib/toInteger32.js +1 -1
  91. package/lib/toUinteger32.js +0 -1
  92. package/package.json +63 -86
  93. package/types/index.d.ts +12 -21
  94. package/es/renameKeys.js +0 -39
  95. package/lib/renameKeys.js +0 -44
package/CHANGELOG.md CHANGED
@@ -1,9 +1,18 @@
1
+ ## 6.0.0 (2025-12-13)
2
+
3
+ * feat: add support for ramda@0.32.0 (#3357) ([614ded2](https://github.com/char0n/ramda-adjunct/commit/614ded2)), closes [#3357](https://github.com/char0n/ramda-adjunct/issues/3357)
4
+ * fix(types): fix types for ramda 0.29.0 breaking changes (#3100) ([36f332f](https://github.com/char0n/ramda-adjunct/commit/36f332f)), closes [#3100](https://github.com/char0n/ramda-adjunct/issues/3100)
5
+
6
+ ### BREAKING CHANGE
7
+
8
+ * renameKeys was removed as it's now part of ramda@0.32.0
9
+
1
10
  ## 5.1.0 (2024-08-10)
2
11
 
3
12
  * fix(types): remove isNotEmpty type declaration (#3072) ([3de6d30](https://github.com/char0n/ramda-adjunct/commit/3de6d30)), closes [#3072](https://github.com/char0n/ramda-adjunct/issues/3072) [#2983](https://github.com/char0n/ramda-adjunct/issues/2983) [#3071](https://github.com/char0n/ramda-adjunct/issues/3071)
4
13
  * feat: add support for ramda@0.30.1 (#3020) ([de94706](https://github.com/char0n/ramda-adjunct/commit/de94706)), closes [#3020](https://github.com/char0n/ramda-adjunct/issues/3020)
5
14
 
6
- # [5.0.1](https://github.com/char0n/ramda-adjunct/compare/v4.1.0...v4.1.1) (2024-06-02)
15
+ # [5.0.1](https://github.com/char0n/ramda-adjunct/compare/v5.0.0...v5.0.1) (2024-06-02)
7
16
 
8
17
  ### Bug Fixes
9
18
 
package/README.md CHANGED
@@ -123,7 +123,7 @@ _Do you want to find out more about why this library exists ? Read this [**artic
123
123
 
124
124
  ## Requirements
125
125
 
126
- - ramda >= 0.30.0
126
+ - ramda >= 0.32.0
127
127
  - node >= 0.10.48
128
128
 
129
129
  Ramda Adjunct is being automatically tested against all LTS and Current Node.js versions.
@@ -137,7 +137,7 @@ It is also possible that our ES5 distributions run on node versions older than 0
137
137
  ## API Documentation
138
138
 
139
139
  [LATEST](https://char0n.github.io/ramda-adjunct),
140
- [PREVIOUS](https://char0n.github.io/ramda-adjunct/5.0.1),
140
+ [PREVIOUS](https://char0n.github.io/ramda-adjunct/5.1.0),
141
141
  [ALL VERSIONS](./VERSIONS.md)
142
142
 
143
143
  ## Wrote about us