-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
42914bb
commit 58653d3
Showing
1 changed file
with
21 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,41 @@ | ||
# Changelog | ||
## Changelog | ||
|
||
All notable changes to diff-ymd-package will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), | ||
and follows the guidelines from [Keep a Changelog](https://keepachangelog.com/). | ||
|
||
## [Unreleased] - 2024-01-15 | ||
### [Unreleased] - 2024-01-15 | ||
|
||
### Added | ||
#### Added | ||
|
||
- Initial implementation of the DatesYMD utility class. | ||
- Support for date formats 'yyyy-mm-dd', 'yyyy/mm/dd', and 'yyyy.mm.dd'. | ||
- Improved handling of empty date inputs. | ||
- Includes methods for creating instances, calculating differences, and formatting results. | ||
- Unit tests using Jest for comprehensive testing. | ||
|
||
## [v1.0.0-beta.1] - 2024-01-15 5:15 pm | ||
### [v1.0.0-beta.1] - 2024-01-15 5:15 pm | ||
|
||
## [v1.0.0-beta.1] - 2024-01-15 9:30 pm🕤 | ||
### [v1.0.0-beta.1] - 2024-01-15 9:30 pm🕤 | ||
|
||
## [v1.0.0] - 2024-01-16 | ||
### [v1.0.0] - 2024-01-16 | ||
|
||
### Fixed | ||
#### Fixed | ||
fixed some prerequisites for making package available on npm through "Github Packages" | ||
|
||
## [Next Release] - Planning release time | ||
### [v1.0.1] - 2024-01-16 | ||
|
||
## Important changes links: | ||
#### Fixed | ||
fixed some issues and configured files for v1.0.1 | ||
|
||
- [Unreleased](https://github.com/farhan7reza7/diff-ymd-package/compare/v1.0.1...HEAD) | ||
- [v1.0.1](https://github.com/farhan7reza7/diff-ymd-package/releases/tag/v1.0.1) | ||
### [v1.0.2] - 2024-01-16 | ||
|
||
#### Fixed | ||
fixed some issues and configured files for v1.0.2 | ||
|
||
### [Next Release] - Planning release time | ||
|
||
### Important changes links: | ||
|
||
- [Unreleased](https://github.com/farhan7reza7/diff-ymd-package/compare/v1.0.2...HEAD) | ||
- [v1.0.2](https://github.com/farhan7reza7/diff-ymd-package/releases/tag/v1.0.2) | ||
- [Next Release](https://github.com/farhan7reza7/diff-ymd-package/milestone/2) |