This repository was archived by the owner on Apr 29, 2025. It is now read-only.
Releases: danielroe/nuxt-time
Releases · danielroe/nuxt-time
v1.0.3
🐞 Bug Fixes
- Initialise formatter for relative formats in prehydrate step - by @jawnothin in #310 (d964f)
View changes on GitHub
v1.0.2
v1.0.1
v1.0.0
🚨 Breaking Changes
- Use new
onPrehydratehook for implementation - by @danielroe in #251 (5d7bc)
🚀 Features
- Add support for relative time formatting - by @danielroe in #272 (894a6)
🐞 Bug Fixes
- Opt in to
import.meta.*properties - by @danielroe in #233 (4cdf6)
View changes on GitHub
v0.1.3
🐞 Bug Fixes
- Ensure script is added before nuxt script - by @danielroe (7a5e1)
🏎 Performance
- Minify prehydration script - by @danielroe (6acfe)
View changes on GitHub
v0.1.2
🐞 Bug Fixes
- Update --log-level option for prettier - by @danielroe in #207 (c70bd)
- Handle camel-case options correctly - by @larsjkr in #197 (52a43)
View changes on GitHub
v0.1.1
No significant changes
View changes on GitHub
v0.1.0
No significant changes
View changes on GitHub
v0.0.3
🚀 Features
- Allow time/locale to be updated after initial render - by @danielroe in #10 (1ed17)
🏎 Performance
- Compute date formatter to avoid unnecessary recreation - by @userquin and @danielroe in #9 (eb677)