Ukendio
96dfde0d2e
Allow contents to be written
2026-02-22 17:04:51 +01:00
Ukendio
043bff1ff8
Remove auth token and avoid overriding permissions
2026-02-22 16:59:54 +01:00
Ukendio
74254717f1
Add deserialize
2026-02-22 16:47:38 +01:00
Ukendio
0a8c827573
Url is case sensitive
2026-02-22 16:47:02 +01:00
Ukendio
683c7f28aa
workflow_dispatch needs to be its own key
2026-02-22 16:46:30 +01:00
Ukendio
e2bfe80bb8
Delete tag
2026-02-20 12:08:43 +01:00
Ukendio
360423b634
Fix repo url in package.json
2026-02-20 12:04:06 +01:00
Ukendio
73019547bd
Revoke token from example
2026-02-20 12:02:21 +01:00
Ukendio
9acec0e954
Update
2026-02-20 11:57:15 +01:00
Ukendio
f9764634e6
Ensure that world:exists uses the safe try_get_any
2026-02-20 04:42:13 +01:00
Ukendio
4b10b622bf
Update npm
2026-02-19 23:28:26 +01:00
dai
29c93e5b0c
Add Trusted Publishing ( #307 )
2026-02-19 23:25:46 +01:00
Ukendio
6552a5d2d1
Remove the exact terms lookup set and detect bulk operation for removal of pairs
2026-02-19 23:16:18 +01:00
Ukendio
5f76674723
Fix import
2026-02-19 22:52:26 +01:00
Ukendio
622c7c9638
Update Wally
2026-02-19 22:24:01 +01:00
Ukendio
4236bd02fd
Prune on cascaded deletion
2026-02-19 22:14:49 +01:00
Ukendio
aeedea2fcb
Add Jabby module
2026-02-18 01:39:54 +01:00
Ukendio
22dd91b111
Add types
2026-02-16 02:04:35 +01:00
Ukendio
30597ed389
Add query:fini and query:archetypes(override) and changes to OB
2026-02-16 01:58:29 +01:00
Ukendio
d4a7f1d86c
v0.10
2026-02-15 00:06:34 +01:00
Ukendio
33f7c08025
Expand the How To series
2026-02-14 17:58:41 +01:00
Ukendio
eacc343551
Fix example on networking
2026-02-14 17:57:44 +01:00
Micah
8ba09057be
Input example ( #305 )
2026-02-14 00:04:01 +01:00
onion
fa6f5fc52a
add predicted_transforms and fix some typos ( #299 )
2026-02-07 02:17:07 +01:00
Christopher Buss
fc80d631ab
Fix main entry point in package.json ( #303 )
analysis / Run Luau Analyze (push) Has been cancelled
build-studio-docs / Build Studio Docs (push) Has been cancelled
publish-npm / publish (push) Has been cancelled
unit-testing / Run Luau Tests (push) Has been cancelled
2026-02-03 13:38:05 +01:00
Ukendio
fd124d682d
Use type functions for query
2026-01-30 01:47:31 +01:00
Christopher Buss
2c21c79510
Add ECS_ID and ECS_GENERATION types ( #298 )
2026-01-30 00:14:02 +01:00
Christopher Buss
c9b3362a9c
Add DEBUG parameter to world typings ( #297 )
2026-01-29 23:58:33 +01:00
cay
be74de6b3e
Fix typo in GetRect examples ( #296 )
2026-01-26 18:19:17 +01:00
Ukendio
d02283ed20
Animate takes down rate too
2026-01-26 04:33:47 +01:00
Ukendio
bee25e8d90
blend facctor shoudl use tau
2026-01-26 04:33:03 +01:00
Ukendio
603f284067
Fix spelling errors
2026-01-26 04:32:05 +01:00
Ukendio
a2e6c0aafa
New modules with examples!
2026-01-26 04:29:24 +01:00
Ukendio
2f2ce3541d
Revert
2026-01-22 17:47:44 +01:00
Ukendio
c86ba1e264
Fix is_tag and types
2026-01-20 00:56:20 +01:00
Ukendio
7246f3d8a8
Fix bug with ternary operator for component valus that can be false
2026-01-20 00:56:00 +01:00
Ukendio
3dab729df8
Add docs for the preregister functions
2026-01-03 17:33:47 +01:00
Ukendio
f463cc9229
Add some documentation to the exported functions
2026-01-03 17:27:36 +01:00
PepeElToro41
1e7d957a5b
Fix entities with pairs of non delete policies
...
* fix world_delete clearing archetype entities before proper cleanup
* make changes
2026-01-02 07:55:59 +01:00
Magic
e494c35b78
Automatically build a rbxm of documentation for Studio users ( #287 )
...
* Add types for (Cached)Query.has (#286 )
* ts type update
* changed to hard tabs
* reverted back to old formatting for some
* more fixes
* only keep query has
* Build studio docs
* Fix the nightly.link
* Make the nightly.link work for the main Jecs repo, rename the workflow
* Add alias resolution
* Artifacts expire, run the action every month
* Add deleted flag to removed handler typings (#288 )
* update types
* change "StatefulHook" to "HookWithData" and "StatelessHook" to "HookWithDeleted"
* Update deleted flag type
---------
Co-authored-by: maeriil <104389763+maeriil@users.noreply.github.com>
Co-authored-by: m10 <165406716+mrkboy10@users.noreply.github.com>
Co-authored-by: Marcus <ukendio@gmail.com>
2026-01-02 06:41:05 +01:00
Ukendio
64f8750f3c
Add missing delete parameter in types for OnRemove
2026-01-02 06:38:16 +01:00
Ukendio
7f3946736b
Fix desired id being overriden
2026-01-02 06:32:59 +01:00
alicesaidhi
0d3f1bd3aa
introduce tests for specific cases ( #291 )
2026-01-02 04:11:02 +01:00
Ukendio
74a97bc54e
Add types for DEBUG parameter
2025-12-28 12:37:13 +01:00
Ukendio
d5c9abc57f
Document delete flag in OnRemove hooks
2025-12-28 12:35:08 +01:00
Ukendio
e4b12f4a28
check cascaded deletion for structural changes within onremove hooks
2025-12-28 12:21:45 +01:00
Ukendio
5208aa7749
Fix tmp references
2025-12-28 11:41:45 +01:00
Ukendio
ef4d880b0a
Add DEBUG mode with special assertions
2025-12-28 11:08:51 +01:00
Ukendio
e4d0fb447d
Handle recursive race condition
2025-12-21 20:30:55 +01:00
Ukendio
aa63051db3
Optimize idr_r removal by 35%
2025-12-21 19:33:13 +01:00