Skip to content

Releases: Micha-ohne-el/deno-thyme

Hotfix for import map being stupid

24 Jul 17:32
Compare
Choose a tag to compare
Pre-release

This release removes the import map and adjusts all import paths accordingly.

Initial Release

24 Jul 17:15
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

First public release 🎉

To do:

  • Timezone support.
    • Currently everything is UTC-only.
  • Format parsing support.
    • You should be able to do Thyme.parseSimple('YYYY-MM-DD', '2021-12-31'), for example.
  • More formats.
    • Currently planned are PHP's date_format, ECMAScript's time format, and ISO 8601, but others may also be added.