Skip to content

Commit 5210e3c

Browse files
committed
feat: remove object
1 parent 3a21dcf commit 5210e3c

File tree

6 files changed

+20
-121
lines changed

6 files changed

+20
-121
lines changed

.eslintignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

.eslintrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## v1.5.0
2+
3+
4+
### 🚀 Enhancements
5+
6+
- **array):** Push random function (e27876e)
7+
- **array:** InsertRandom & randomIndex (2967618)
8+
- **array:** Use randomIndex within randomIndex (a1cebb8)
9+
10+
### 🩹 Fixes
11+
12+
- Exclude docs from npm package (cc70df9)
13+
- **array:** Returning types (bd6e01d)
14+
15+
### ❤️ Contributors
16+
17+
- Conner Bachmann <[email protected]>
18+
- Samuel
19+
120
## v1.4.2
221

322

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "missing-native-js-functions",
3-
"version": "1.4.2",
3+
"version": "1.5.0",
44
"description": "mnJSf that should be the base library for every JS project",
55
"main": "dist/index.js",
66
"browser": "dist/mnjsf.min.js",

src/Object.ts

Lines changed: 0 additions & 114 deletions
This file was deleted.

src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import "./Array";
22
import "./Global";
33
import "./Math";
44
import "./Number";
5-
import "./Object";
65
import "./Promise";
76
import "./String";
87
import "./Date";
@@ -11,7 +10,6 @@ export * from "./Array";
1110
export * from "./Global";
1211
export * from "./Math";
1312
export * from "./Number";
14-
export * from "./Object";
1513
export * from "./Promise";
1614
export * from "./String";
1715
export * from "./Date";

0 commit comments

Comments
 (0)