Commit graph

55 commits

Author SHA1 Message Date
Nurul Huda (Apon)
b45e6adddd
chore: update zig version and doccomments 2026-07-15 17:23:58 +06:00
Nurul Huda (Apon)
6b27752cfe
ci: add docs deploy to gh pages 2026-06-12 15:37:07 +06:00
Nurul Huda (Apon)
b03d42e72d
chore: add todo for timezone() 2026-06-08 13:31:57 +06:00
Nurul Huda (Apon)
eeac7a08b6
chore: changes for lang.Type 2026-06-04 16:31:44 +06:00
Nurul Huda (Apon)
e12c5ac8f3
refactor: zig 0.17.0 update and test coverage 2026-06-01 14:49:14 +06:00
Nurul Huda (Apon)
ae1fb8a2fb
fix: rm std.os usage 2026-05-27 16:38:39 +06:00
Nurul Huda (Apon)
17f2ca351f
fix: windows current ns 2026-05-27 12:54:43 +06:00
Nurul Huda (Apon)
f302c55135
feat: extend bindings 2026-05-27 12:41:08 +06:00
Nurul Huda (Apon)
ba5b777de4
test: split out properties test 2026-05-27 12:13:52 +06:00
Nurul Huda (Apon)
2f5da6c195
test: add missing tests 2026-05-27 12:09:13 +06:00
Nurul Huda (Apon)
c892667094
feat: extend usage ex. and binding 2026-05-27 12:08:02 +06:00
Nurul Huda (Apon)
2b5f1a0024
refactor: move complexities to pkg 2026-03-14 17:31:19 +06:00
Nurul Huda (Apon)
682c51fd03 feat: package static lib (#1) 2026-03-14 15:06:11 +06:00
Nurul Huda (Apon)
dcd7d1093b test: implement all method tests and skip failing 2026-02-11 17:27:24 +06:00
Nurul Huda (Apon)
e831cd7054 test: add all missing method tests 2026-02-11 17:08:20 +06:00
Nurul Huda (Apon)
cb57f3e0a2 feat: add wasm32-freestanding target 2026-02-11 16:22:57 +06:00
Nurul Huda (Apon)
fa1fb15c93 refactor: migrate to zig 0.16.0-dev 2026-02-11 14:04:50 +06:00
Nurul Huda (Apon)
5422f7983f chore: extend example with more methods 2026-02-02 12:51:10 +06:00
Nurul Huda (Apon)
406c7562bb docs: add more doccomment from mdn 2026-01-31 21:06:16 +06:00
Nurul Huda (Apon)
c3fd84984d chore: move all binding code to abi 2026-01-30 03:01:04 +06:00
Nurul Huda (Apon)
4a4c63d2a5 chore: move all binding code to abi 2026-01-30 02:56:20 +06:00
Nurul Huda (Apon)
a54bcff837 refactor: abstract abi 2026-01-30 02:51:09 +06:00
Nurul Huda (Apon)
7f800d00b1 feat(pdt): make overloading ctor 2026-01-28 10:39:52 +06:00
Nurul Huda (Apon)
6ff4ef1298 fix: instant/duration complete tc39 alignment 2026-01-28 02:50:48 +06:00
Nurul Huda (Apon)
a3dec1fc1f chore: rm src/main.zig 2026-01-27 01:44:29 +06:00
Nurul Huda (Apon)
336dd46651 refactor: use extractres wrapper 2026-01-27 00:59:55 +06:00
Nurul Huda (Apon)
ae74ee2aa7 fix: create zig errror wrapper 2026-01-27 00:31:53 +06:00
Nurul Huda (Apon)
d2f98710f2 fix(zoned): tostring() 2026-01-26 23:30:39 +06:00
Nurul Huda (Apon)
9fd8780bf8 fix(zoned): fix timezoneid 2026-01-26 23:22:49 +06:00
Nurul Huda (Apon)
7f5b8e4e5b refactor: remove internal allocator usage 2026-01-26 23:14:43 +06:00
Nurul Huda (Apon)
f88236cf31 feat(plain): add initial wrapper 2026-01-26 21:50:48 +06:00
Nurul Huda (Apon)
387fbc577a chore: properly organize code 2026-01-26 15:44:43 +06:00
Nurul Huda (Apon)
809a09bc8f test: add stub tests for all scopes 2026-01-26 15:23:08 +06:00
Nurul Huda (Apon)
29ca709860 chore: add examples 2026-01-26 15:11:18 +06:00
Nurul Huda (Apon)
f3bd9caa65 feat(duration): add native zig types 2026-01-26 14:32:32 +06:00
Nurul Huda (Apon)
11c0de1166 feat: more native zig types 2026-01-26 14:23:31 +06:00
Nurul Huda (Apon)
d0113f05ad fix: use Duration instead of abi.c.Duration 2026-01-26 13:35:42 +06:00
Nurul Huda (Apon)
9758ccc3e1 refactor: re-use common types 2026-01-26 13:19:52 +06:00
Nurul Huda (Apon)
79725fbc66 refactor: wrap c enums 2026-01-26 13:18:05 +06:00
Nurul Huda (Apon)
13d1783b9f refactor: cabi > abi 2026-01-26 13:04:58 +06:00
Nurul Huda (Apon)
5ea4e8279c refactor: use diplomatewrite wrapper 2026-01-26 12:55:25 +06:00
Nurul Huda (Apon)
feaa004322 test: make all test decl 2026-01-26 12:48:40 +06:00
Nurul Huda (Apon)
77ef20eff5 refactor: use temporal_rs as pkg 2026-01-26 11:34:26 +06:00
Nurul Huda (Apon)
518998fcd8 fix: main() usage of instant 2026-01-24 01:06:26 +06:00
Nurul Huda (Apon)
834d5b7f13 feat(duration): initial impl 2026-01-24 00:57:55 +06:00
Nurul Huda (Apon)
6fe2133cb1 feat(instant): make toString() have proper options 2026-01-24 00:37:35 +06:00
Nurul Huda (Apon)
b5f34b4fed fix(instant): update props to be snake_case 2026-01-24 00:27:50 +06:00
Nurul Huda (Apon)
e42982deda test: check props 2026-01-24 00:01:19 +06:00
Nurul Huda (Apon)
cffa94146e fix(Instant): align with spec 2026-01-23 23:57:14 +06:00
Nurul Huda (Apon)
6da6b893b8 test: make all tests to be decltest 2026-01-23 23:27:32 +06:00