moderndash
Advanced tools
Comparing version 3.11.0 to 3.11.1
@@ -1451,2 +1451,3 @@ import { Call, Tuples, Objects } from 'hotscript'; | ||
* Checks if given string is a valid URL | ||
* @deprecated Use the native "URL.canParse" method instead. | ||
* | ||
@@ -1453,0 +1454,0 @@ * @example |
{ | ||
"name": "moderndash", | ||
"version": "3.11.0", | ||
"version": "3.11.1", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "A Typescript-First utility library inspired by Lodash. Optimized for modern browsers.", |
@@ -28,3 +28,3 @@ ![ModernDash Logo](https://raw.githubusercontent.com/Maggi64/moderndash/main/website/src/assets/moderndashLogo.svg) | ||
<a href="https://www.npmjs.com/package/moderndash"> | ||
<img alt="npm" src="https://img.shields.io/npm/dw/moderndash"> | ||
<img alt="npm" src="https://img.shields.io/npm/dm/moderndash"> | ||
</a> | ||
@@ -77,2 +77,3 @@ <a href="https://www.npmjs.com/package/moderndash"> | ||
### Why is X lodash function not included? | ||
ModernDash does not include any lodash functions that can be easily replaced by native javascript. It only includes the functions that you really need, and keeps the library as slim as possible. | ||
Please refer to [You-Dont-Need-Lodash](https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore) or [youmightnotneed.com/lodash](https://youmightnotneed.com/lodash) for native replacements. | ||
@@ -79,0 +80,0 @@ If you still believe a function is missing, please open an issue. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
355737
3352
94