José Julián Espina
0f33b98e75
Simplify Temporal APIs ( #3653 )
...
* Simplify Temporal APIs
* cargo fmt
* Unroll deletion of context-free API
9 months ago
Kevin
d423bba8ef
Temporal: Refactor Calendar protocol for `JsObject`s ( #3651 )
...
* Progress on refactor
* fix ToTemporalCalendarSlot on to differentiate builtins
* Fix rebase regression in custom calendar
* Revert to old ToTemporalCalendarSlot
9 months ago
Kevin
8f7028d112
Temporal: attribute/property and custom calendar fixes ( #3639 )
...
* Fix accessor attribute and toStringTag property
* Fix calendar methods and custom extends calendar calling
* Complete attribute update
* run cargo fmt
9 months ago
Kevin
bb9d6920ab
Build out PlainTime builtin ( #3621 )
9 months ago
Kevin
39ba99972d
Temporal: `DateTime` and `PlainDateTime` functionality ( #3628 )
...
* Build out Temporal DateTime functionality
* Fix limit.js test and add datetime limit test
* clippy and fmt
9 months ago
Kevin
9ffbc03d44
Temporal: Build out `Time` and its methods ( #3613 )
...
* Build out Time and its methods
* Move public methods and remove #[allow(dead_code)]
9 months ago
Kevin
806c3c9167
New date methods and update builtin ( #3614 )
9 months ago
Kevin
ced2904d22
Temporal `Instant` migration cont. and related changes ( #3601 )
...
* Migrate more of Instant
* Migrate round and some other adjustments
* Complete initial work on Instant
* Add some docs
* nanos -> quotient in roundNumberToIncrementAsIfPositive
* Update comments on todos
9 months ago
Kevin
d71334e0f5
Implement `DifferenceInstant` and related refactor ( #3568 )
...
* Work on building out instant methods
* Needed to rebase
10 months ago
Kevin
0cb17cfc61
Update tz components for new design ( #3543 )
10 months ago
raskad
6ac435ffea
Fix rust 1.75 lints ( #3540 )
10 months ago
Kevin
1ef04a757f
Refactor Temporal Calendar API for `AnyCalendar` and fields ( #3522 )
...
* Refactor calendars for any
* Switch from EmptyCustomCalendar to ()
* TemporalCalendar trace & general cleanup
* Add clippy allow
* Apply review
10 months ago
Kevin
c2f145c49c
Temporal Parser Cleanup/Fixes ( #3521 )
...
* Update/fix iso grammar parser
* Revert handling of no tz-anno && zoned
* cargo clippy --all-features
* Apply review, small fix on MonthDay/YearMonth, more tests
11 months ago
José Julián Espina
47351efa53
Reestructure repo and CI improvements ( #3505 )
...
* Reestructure repo
* cargo update & fmt
* Fix CI
* Add newline
* Fix playground CI
* Fix CI
* Fix CI (for real this time)
* Fix CI (fr fr)
11 months ago