diff-ymd-package
Advanced tools
Comparing version 3.1.2 to 3.1.3
@@ -138,3 +138,2 @@ ## Changelog | ||
### [v2.0.3] | ||
@@ -150,4 +149,2 @@ | ||
### [v2.1.0] | ||
@@ -170,3 +167,2 @@ | ||
#### Fixed | ||
@@ -186,6 +182,6 @@ | ||
### [v2.1.1] | ||
#### Fixed | ||
- Updated package.json main field for corrected issue in v2.1.0 | ||
@@ -224,2 +220,3 @@ - fixed some other issues and configured files for v2.1.1 | ||
#### Fixed | ||
- Updated codebase for delivery library through cdn as well as npm | ||
@@ -250,2 +247,3 @@ - fixed some other issues and configured files for v2.2.1 | ||
#### Fixed | ||
- Updated reademe doc for documenting cdn and npm approach following best practices | ||
@@ -255,2 +253,3 @@ - fixed some other issues and configured files for v2.3.1 | ||
#### Changed | ||
- Updated links to abs url for cross compatibility | ||
@@ -261,2 +260,3 @@ | ||
#### Fixed | ||
- updated doc for documenting latest cdn and npm approach following best practices for v2.3.2 | ||
@@ -266,2 +266,3 @@ - fixed some other issues and configured files for v2.3.2 | ||
#### Changed | ||
- added security dependabot | ||
@@ -278,2 +279,3 @@ - added codeql | ||
#### Changed | ||
- Updated the README.md documentation for following the best practices. | ||
@@ -291,3 +293,2 @@ - Updated issue templates with correct descriptions and links | ||
### [v3.1.0] | ||
@@ -297,3 +298,3 @@ | ||
- **Simplification:** Integrate diff as global Date Object method on importing | ||
- **Simplification:** Integrate diff as global Date Object method on importing | ||
- Added source codes for integrating to Date | ||
@@ -303,2 +304,3 @@ - Added the README.md codes for documenting integration. | ||
#### Changed | ||
- Updated the README.md documentation for documenting integration. | ||
@@ -318,3 +320,4 @@ - Updated source codes | ||
#### Fixed | ||
- Updated codebase for updating diff to best practiced | ||
- Updated codebase for updating diff to best practiced | ||
- fixed some other issues and configured files for v3.1.1 | ||
@@ -329,2 +332,8 @@ | ||
### [v3.1.3] | ||
#### Fixed | ||
- added diff-ymd-package.d.ts to resolve the types issue | ||
### [Next Release] - Collecting issues and new features for next release | ||
@@ -334,4 +343,4 @@ | ||
- [Unreleased](https://github.com/farhan7reza7/diff-ymd-package/compare/v3.1.2...HEAD) | ||
- [v3.1.2](https://github.com/farhan7reza7/diff-ymd-package/releases/tag/v3.1.2) | ||
- [Unreleased](https://github.com/farhan7reza7/diff-ymd-package/compare/v3.1.3...HEAD) | ||
- [v3.1.3](https://github.com/farhan7reza7/diff-ymd-package/releases/tag/v3.1.3) | ||
- [Next Release](https://github.com/farhan7reza7/diff-ymd-package/milestone/2) |
{ | ||
"name": "diff-ymd-package", | ||
"version": "3.1.2", | ||
"version": "3.1.3", | ||
"description": "A javascript library for calculating the difference between two dates in formatted ways like (aY bM cD)(aYears bMonths cDays) or customized desired formats like aY-bM-cD or aYears-bMonths-cDays or kDays or mWeeks or nMonths etc.", | ||
@@ -9,2 +9,3 @@ "main": "lib/index.js", | ||
}, | ||
"types": "diff-ymd-package.d.ts", | ||
"keywords": [ | ||
@@ -11,0 +12,0 @@ "diff-ymd-package", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1185735
65
1275