moment-business-days-sk
Version:
MomentJS plugin to use business days with slovak holidays
71 lines (45 loc) • 1.78 kB
Markdown
# Changelog for 'moment-business-days-sk' package
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
GNU standard changelog format [GNU changelog style guide](https://www.gnu.org/prep/standards/html_node/Style-of-Change-Logs.html#Style-of-Change-Logs)
is not sufficient.
## [Unreleased]
- Work in progress
## [1.0.0] - 2020-10-01
- release
## [0.0.2] - 2020-01-31
### Added
- TypeScript
- Tests
## [0.0.1] - 2019-11-08
### Added
- The very first JavaScript version
[unreleased]: https://github.com/mirobartanus/moment-business-days-sk/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/mirobartanus/moment-business-days-sk/compare/v0.0.2...v1.0.0
[0.0.2]: https://github.com/mirobartanus/moment-business-days-sk/compare/v0.0.1...v0.0.2
[0.0.1]: https://github.com/mirobartanus/moment-business-days-sk/releases/tag/v0.0.1
---
## How do I make a good changelog?
- Guiding Principles
- Changelogs are for humans, not machines.
- There should be an entry for every single version.
- The same types of changes should be grouped.
- Versions and sections should be linkable.
- The latest version comes first.
- The release date of each version is displayed.
- Mention whether you follow Semantic Versioning.
### Types of changes
- `Added` for new features.
- `Changed` for changes in existing functionality.
- `Deprecated` for soon-to-be removed features.
- `Removed` for now removed features.
- `Fixed` for any bug fixes.
- `Security` in case of vulnerabilities.
## [0.0.1] - YYYY-MM-DD
### Added
- a note about the added feature
### Changed
### Deprecated
### Removed
### Fixed
### Security