3.0.1 • Published 5 years ago

@ewolfe/calendar-dates v3.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

NPM

❓ What is this?

Get a list of calendar dates. without an External Dependency

You can use this to create your own calendar controls

🗜️ Installation

npm i calendar-dates
# or
yarn add calendar-dates

How to use it

Full documentation.

Change Log

3.0.0

Converted all methods to be synchronous

2.4.0

Fixed ISO8601 date return value to match current date.

2.3.0

  1. Returns ISO8601 date.
  2. Removed package-lock.json, which was accidentally added by using npm instead of yarn.

2.0.0

Removed all methods except two methods, which return a promise.

  1. getDates(date)
  2. getMatrix(date)

Following methods are removed

  1. getDatesAsync
  2. getMatrixAsync
  3. getDatesWithMetadata
  4. getDatesWithMetadataAsync
  5. getMatrixWithMetadata
  6. getMatrixWithMetadataAsync

1.1.2

Updated README to include *WithMetadata examples

1.1.1

Fixed runtimeGenerator issue

1.1.0

Added *WithMetadata methods

1.0.0

Added "*Async" versions

License

MIT FOSSA Status