Skip to content

feat: support luxon v1 and v2

John Carroll requested to merge upgrade-luxon into master

Adds support for Luxon v2 by adding a new, v2 entry point to the @rschedule/luxon-date-adapter package.

Usage like @rschedule/luxon-date-adapter/v2. This is a non breaking change. The original entry point still points to v1 of luxon. Additionally, this adds a new v1 entrypoint for the @rschedule/luxon-date-adapter package. The original, non versioned entry point for this package is deprecated. In the future, everyone will need to specify that they want either luxon v1 or v2.

This branch builds off of the branch created by @holm1.

Fixes #64 (closed). Closes !67 (merged).

Edited by John Carroll

Merge request reports