Commit graph

18 commits

Author SHA1 Message Date
Ukendio
dec958b058 Update changelog 2024-11-23 20:52:01 +01:00
Ukendio
b7a5785dbb Cleanup repository 2024-11-23 04:42:54 +01:00
Ukendio
c7ca63337b 0.4.0-rc.0 2024-11-14 21:11:23 +01:00
Ukendio
3e79ff4c99 Update roblox-ts 2024-10-21 19:31:51 +02:00
Ukendio
f82318c642 Merge to main branch 2024-10-12 22:06:31 +02:00
Ukendio
e2f25137a2 Bump to 0.3.2 2024-10-02 23:07:19 +02:00
jakeundefinedz
86b5b0ac42
Update package.json (#121)
The main entry point should be 'src' rather than 'src/init'

-ensures that the correct entry file is used when the package is imported or executed.
2024-09-16 21:47:58 +02:00
Ukendio
87754c19d2 Bump 2024-09-13 22:52:55 +02:00
Ukendio
3949aad16a Bump 2024-09-13 22:52:03 +02:00
Ukendio
5deb7e5b35 Update typescript types 2024-09-07 22:42:35 +02:00
Ukendio
f2d6d76686 Fix file paths 2024-08-17 02:38:00 +02:00
Ukendio
57893b9244 Bump to v0.2.9 2024-08-17 02:28:23 +02:00
EncodedVenom
8e9225772b
Start Work on Documentation (#74)
* init bug / feat templates

* capital J for style

* PR templates

* Combine templates because github be like that

* Out with the old

* package and package lock files

* Deploy docs workflow

* Absolutely massive commit (docs)

* Delete cache and add to gitignore

* Goodbye cache
2024-07-14 01:06:50 +02:00
Ukendio
4e9aa2ced0 Remove init.luau from src in main 2024-07-07 05:36:14 +02:00
Ukendio
cead7ceafe Fix typings folder 2024-07-07 05:12:14 +02:00
Ukendio
d517ded636 Fix typings folder 2024-07-07 05:11:50 +02:00
Marcus
aa853de818
Release 0.2.2 (#64)
* Bump package versions

* Fix typo
2024-07-07 04:59:44 +02:00
EncodedVenom
ea12df96a4
Add Typescript Types (#51)
* Add package.json, tsconfig.json, and change gitignore

* Typescript Types

* Make World a single class, refactor of all query types

* Fix InferComponents types due to typo / misunderstanding

* Bump dependencies

* Fix get type to include undefined and add documentation

* Remove non-user facing types

* Rename PossiblyUndefinedPack -> Nullable

* Some changes to how EntityIndex is handled

* Consistent formatting

* Remove EntityIndex related type definitions

* Match API

* Doc comments
2024-06-15 22:03:04 +02:00