@illusionalsagacity/rescript-date
Version:
📆 Date manipulation in ReScript.
29 lines (15 loc) • 600 B
Markdown
# Changelog
### `v2.1.3`
Remove deprecated compiler option `-bs-super-errors` to fix compilation on rescript v12
### `v2.1.2`
Fixes the bsconfig.json name being incorrect
### `v2.1.1`
Fixes compilation issues when used with uncurried mode with ReScript v11+
### `v2.1.0`
- ✨ added [`getDay`](/api/weekday#getday)
- ✨ added [`isWeekDay`](/api/weekday#isweekday)
### `v2.0.0`
Use a pipe-first (`->`) operator instead of deprecated pipe-forward (`|>`).
Learn more: https://rescript-lang.org/docs/manual/v8.0.0/pipe#triangle-pipe-deprecated
### `v1.0.0`
Initial ReScript implementation.