📆 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-dates
Full 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 usingnpm
instead 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!