π Get a list of calendar dates with no external dependencies.
You can use this to create your own calendar controls
npm i calendar-dates
# or
yarn add calendar-datesFull documentation.
Fix data for December and January dates #33 by ewolfe. Decided to bump up the minor as it was a significant bug fix.
Decision based on React team's decision (even though this is not a React component) on releasing v16.7 not including Hooks.
Fixed ISO8601 date return value to match current date.
- Thank you again ewolfe π.
- Returns ISO8601 date.
- Thank you ewolfe π.
- Removed
package-lock.json, which was accidentally added by usingnpminstead ofyarn.
Removed all methods except two methods, which return a promise.
- getDates(date)
- getMatrix(date)
Following methods are removed
- getDatesAsync
- getMatrixAsync
- getDatesWithMetadata
- getDatesWithMetadataAsync
- getMatrixWithMetadata
- getMatrixWithMetadataAsync
Updated README to include *WithMetadata examples
Fixed runtimeGenerator issue
Added *WithMetadata methods
Added "*Async" versions
Thanks goes to these wonderful people (emoji key):
Sung Kim π» π¨ |
ewolfe π» |
Dave Follett π |
|---|
This project follows the all-contributors specification. Contributions of any kind welcome!
