We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b27ccbf commit b90ca3aCopy full SHA for b90ca3a
CHANGELOG.md
@@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
### Added
11
12
+### Changed
13
+
14
+### Removed
15
16
+## [1.7.0] - 2021-11-12
17
18
+### Added
19
20
- `isAlphanumeric`
21
- `unnest`
22
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@techmmunity/utils",
3
- "version": "1.6.0",
+ "version": "1.7.0",
4
"main": "index.js",
5
"types": "index.d.ts",
6
"license": "Apache-2.0",
@@ -22,6 +22,13 @@
"lodash",
23
"ramda",
24
"get-enum-values",
25
+ "unnest",
26
+ "plain-object",
27
+ "odd",
28
+ "alphanumeric",
29
+ "between",
30
+ "cpf",
31
+ "cnpj",
32
"empty-array",
33
"empty-object"
34
],
0 commit comments