missing-native-js-functions
Version:
mnJSf that should be the base library for every JS project
98 lines (55 loc) • 1.82 kB
Markdown
## v2.0.0...v2.0.0
remove Object from package
## v1.5.0
### 🚀 Enhancements
- **array):** Push random function (e27876e)
- **array:** InsertRandom & randomIndex (2967618)
- **array:** Use randomIndex within randomIndex (a1cebb8)
### 🩹 Fixes
- Exclude docs from npm package (cc70df9)
- **array:** Returning types (bd6e01d)
### ❤️ Contributors
- Conner Bachmann <bac@christmann.info>
- Samuel
## v1.4.2
### 🚀 Enhancements
- **Date:** Add() and set() function (c641a90)
- Error handling for missing callbacks (7b828e3)
### 🩹 Fixes
- **Promise:** Make caught optional to fix prisma.io client (0daf28c)
- Deployment (634e3fb)
### 🤖 CI
- Deploy docs under http://mnjsf.trantlabs.com/ (6169e40)
### ❤️ Contributors
- Samuel
## v1.4.0
### 🚀 Enhancements
- **date:** AddYear, addMonth, addDate, addHours, addMinutes, addSeconds, addMilliseconds (3d96c71)
### 🩹 Fixes
- **string:** Similarity (ffd75a8)
- **Promise:** Make caught optional to fix prisma.io client (0daf28c)
### 🏡 Chore
- Changelog (3749fc6)
### ❤️ Contributors
- Samuel
## v1.3.0
### 🚀 Enhancements
- **date:** Added setTimezone function (1947264)
- **date:** Added isInPast function (63a51e3)
- Setup eslint (e06de12)
- **chore:** License and readme improvements (abf11f7)
- Docs + CI/CD (9bab437)
### 🔥 Performance
- **Array.flat:** Use push(...) instead of concat (4341d22)
### 🩹 Fixes
- **chore:** Removed .vscode & dist folder (ec33f88)
- Cleaned up package json (c819cf3)
- CI/CD (e99a90f)
- CI/CD (40e089e)
### 💅 Refactors
- **package:** Switched package manager to yarn (5912e1a)
- New documentation & formatting rules (#21)
### ❤️ Contributors
- Samuel
- Xnacly
- Conner Bachmann <github@conner-bachmann.de>