Releases: meduzen/datetime-attribute
Releases · meduzen/datetime-attribute
1.1.0 RC-1
New
- Add a
DateTime()
class extending the nativeDate
object. Available methods:getWeek()
,setWeek()
andto()
.
Fixed
- Allow
datetimeTz()
without parameters. Before, the date was mandatory. - Improve types declaration.
Documentation
- Improve and update the documentation.
Under the hood
- Add a NPM script to generate types.
- Update ESLint rules.
1.0.0
0.7.0
0.6.0
0.5.1
0.5.0
New
tzOffset()
now accepts a third parameter. When set totrue
, it enforce the provided timezone to stay in real-life boundaries (from-12:00
to+14:00
).- This also applies to
datetimeTz()
, which now accepts a fifth parameter to be on par with howtzOffset()
works.
Changed
tzOffset()
anddatetimeTz()
now adjust the timezone to fit the spec boundaries (from-23:59
to+23:59
). There was no limits before.
0.4.2
New
datetimeDuration()
now accepts a second parameter. When set tofalse
, overflow units won’t be converted anymore.
Documentation
- Add a table of contents, summary usage and package size.
- Improve various parts of the documentation and the release notes.