directory-import
Advanced tools
Comparing version 3.0.10 to 3.0.11
{ | ||
"name": "directory-import", | ||
"version": "3.0.10", | ||
"version": "3.0.11", | ||
"description": "Module will allow you to synchronously or asynchronously import (requires) all modules from the folder you specify", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -5,2 +5,5 @@ <!--suppress HtmlDeprecatedAttribute --> | ||
<img src="https://img.shields.io/node/v/directory-import?logo=nodedotjs&label=Node.JS version" alt="Node version required"> | ||
<img src="https://img.shields.io/github/package-json/v/KiiDii/directory-import?logo=vitess&logoColor=white&label=Package%20version" alt="Package version"> | ||
<img src="https://img.shields.io/github/languages/code-size/KiiDii/directory-import?logo=typescript&label=Builded code size" alt="GitHub code size"> | ||
<img src="https://img.shields.io/github/license/KiiDii/directory-import?logo=mdbook&label=License" alt="License"> | ||
<img src="https://img.shields.io/github/actions/workflow/status/KiiDii/directory-import/test.yml?logo=jest&label=Tests" alt="Github tests"> | ||
@@ -334,2 +337,26 @@ <img src="https://img.shields.io/github/issues/KiiDii/directory-import?logo=github&label=Issues"> | ||
## Change Log | ||
### [3.0.0] - 2023-07-29 | ||
#### Added | ||
- Added tests to increase code reliability and stability. | ||
- Implemented function overloads for enhanced flexibility and usage | ||
- Backward compatibility with older versions has been ensured to ease user migration. | ||
#### Changed | ||
- The entire project code has been rewritten in TypeScript for readabilit, reliability, and ease of maintenance. | ||
#### Fixed | ||
- All known bugs identified in the previous version have been fixed. | ||
#### Removed | ||
- All third-party dependencies have been removed to reduce the package size and increase performance. | ||
--- | ||
## Contribution | ||
@@ -365,2 +392,3 @@ | ||
- If you like the project, you can put a star on [GitHub][gitProject]. | ||
- For more details, please refer to the [Code of Conduct][CODE_OF_CONDUCT]. | ||
@@ -367,0 +395,0 @@ [back to top](#top) |
34985
400