moderndash
Advanced tools
Comparing version 2.3.0 to 2.3.1
{ | ||
"name": "moderndash", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "A lodash inspired utility framework for ESM/Typescript/ESNext", |
@@ -48,3 +48,3 @@ ![ModernDash Logo](https://raw.githubusercontent.com/Maggi64/moderndash/main/website/src/assets/moderndashLogo.svg) | ||
<div align=center class="space-y"> | ||
<img alt="introduction code" src="https://raw.githubusercontent.com/Maggi64/moderndash/main/website/src/assets/introCodeV6.png"> | ||
<img alt="Intro Code" width=100% src="https://raw.githubusercontent.com/Maggi64/moderndash/main/website/src/assets/introCodeV6.svg"></img> | ||
</div> | ||
@@ -61,10 +61,7 @@ | ||
*NodeJS 16-18*: | ||
To use the `crypto` functions, set the [experimental-global-webcrypto](https://nodejs.dev/en/api/v16/cli#--experimental-global-webcrypto) flag. | ||
> `NodeJS 16-18`: Enable the [experimental-global-webcrypto](https://nodejs.dev/en/api/v16/cli#--experimental-global-webcrypto) flag to use crypto functions. | ||
> `TypeScript 4.8-4.9`: Enable the [experimentalDecorators](https://www.typescriptlang.org/tsconfig#experimentalDecorators) flag to use decorator functions. | ||
*Typescript 4.8 - 4.9:* | ||
To use the `decorator` functions, set the [experimentalDecorators](https://www.typescriptlang.org/tsconfig#experimentalDecorators) flag. | ||
Works out of the box with `NodeJS 19+` & `Typescript 5+` | ||
*Works out of the box with NodeJS 19 & Typescript 5 or above.* | ||
## 🚀 Performance | ||
@@ -71,0 +68,0 @@ |
269547
89