Skip to content

Releases: js-temporal/temporal-polyfill

Version 0.4.4

17 May 15:57
73ed89b
Compare
Choose a tag to compare
Version 0.4.4 Pre-release
Pre-release

Please see CHANGELOG.md for a summary of changes in this release.

Thanks to everyone that contributed to this release!

Version 0.4.3

18 Oct 18:26
Compare
Choose a tag to compare
Version 0.4.3 Pre-release
Pre-release

Please see CHANGELOG.md for a summary of changes in this release.

Thanks to everyone that contributed to this release!

Version 0.4.2

19 Jul 16:18
Compare
Choose a tag to compare
Version 0.4.2 Pre-release
Pre-release

Please see CHANGELOG.md for a summary of changes in this release.

Thanks to everyone that contributed to this release!

Version 0.4.1

14 Apr 18:50
32526b3
Compare
Choose a tag to compare
Version 0.4.1 Pre-release
Pre-release

Please see CHANGELOG.md for a summary of changes in this release.

Version 0.4.0

07 Mar 19:44
5df9d9f
Compare
Choose a tag to compare
Version 0.4.0 Pre-release
Pre-release

Please see CHANGELOG.md for a summary of changes in this release.

Thanks to everyone who contributed to this release!

Version 0.3.0

10 Dec 23:58
e9c439b
Compare
Choose a tag to compare
Version 0.3.0 Pre-release
Pre-release

Please see CHANGELOG.md for a summary of changes in this release.

Thanks to everyone who contributed to this release!

Version 0.2.0

04 Aug 17:36
Compare
Choose a tag to compare
Version 0.2.0 Pre-release
Pre-release

Changelog:

  • As per the latest changes to the Temporal proposal:
    • Renamed Temporal.now to Temporal.Now
    • Added Temporal[Symbol.toStringTag] and Temporal.Now[Symbol.toStringTag]
  • Performance improvements in non-ISO calendars and toLocaleString, particularly in V8
  • Fixed TypeScript type for Temporal.PlainDate.prototype.toZonedDateTime()
  • Various bug fixes

Thanks to everyone who contributed to this release!

First alpha release

08 Jul 21:51
Compare
Choose a tag to compare
First alpha release Pre-release
Pre-release

First alpha release of polyfill, incorporating bug fixes and changes to the proposal taken from the soon-to-be-defunct polyfill at https://github.com/tc39/proposal-temporal/tree/main/polyfill

Initial release

08 Jun 20:56
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

Initial release. Currently a fork of the non-production polyfill at https://github.com/tc39/proposal-temporal/tree/main/polyfill