Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

breaking change Change and Advance methods #12

Merged
merged 1 commit into from
Sep 13, 2023
Merged

Conversation

Code-Hex
Copy link
Owner

It has been discovered that when dealing with loops based on date and time conditions, method chaining is inefficient. Therefore, we will switch to an option-based format using types.

If you want to omit the package name, please use type aliases as shown in the example.

Example:

// shorthand way
type Y = synchro.Year
type M = synchro.Month
type D = synchro.Day
type HH = synchro.Hour
type MM = synchro.Minute
type SS = synchro.Second
type NS = synchro.Nanosecond

@Code-Hex Code-Hex merged commit fa0b661 into main Sep 13, 2023
2 checks passed
@Code-Hex Code-Hex deleted the breaking-change/builder branch September 13, 2023 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant