- dd16f59: Another try to fix README's formatting on npm.
- 4400ba5: Another trial to fix README.md's formatting in npm.
- de78a7a: A trial to fix the README.md's anchor links in NPM appearing on a newline.
- f208272: Fixed internal link in doc.
- 6b612ce: Updated documentation for exported types
Day
andConfig
.
- e5cbfc0: Exported all locally used types that is
Day
andConfig
#8.
- e5cbfc0: Removed unused types:
FullDate
. - e5cbfc0: Updated README.md.
- 2592bbb:
Calendar.custom()
ornew Calendar()
now takes date inputs as strings(ofyear-month-day
format) instead of objects for easier usage.
- 2a5f533: (Github Actions) Updated actions/setup-node to v4
- 0dece07:
- Fixed bug #4
- Added
JSDate
property for days to easily get equivalent JavaScriptDate
objects - Updated README
- 42861f4:
- Added support for easily getting day numbers, names and month names in different languages using
Intl
API. - TypeScript support(the project is completely rewritten in TypeScript).
- Added support for easily getting day numbers, names and month names in different languages using