Commit Graph

697 Commits

Author SHA1 Message Date
jacob
545105e45b some refactor 2024-05-03 16:14:55 -05:00
jacob
d7ebdb2edc cleanup tests, codegen, and importing handler 2024-05-02 17:27:57 -05:00
Jacob Nguyen
d3245c8a0c prototyping linking static handler 2024-05-02 01:22:40 -05:00
jacob
219eda9bf7 more refactoring 2024-05-01 18:24:56 -05:00
jacob
0488f45677 refactor allat 2024-05-01 16:46:12 -05:00
jacob
e8cfcc2525 reffactor 2024-04-30 20:31:06 -05:00
jacob
d6eedb1b4d remove barrel for core/structs 2024-04-30 20:23:17 -05:00
jacob
5b33a9d1bb still broken but progress 2024-04-30 15:03:19 -05:00
Jacob Nguyen
52d1b5a37a fix circular dependency 2024-04-29 00:48:37 -05:00
Jacob Nguyen
6c61ae7d6a fix test 2024-04-29 00:17:58 -05:00
Jacob Nguyen
87c5631e57 clean up dependencies 2024-04-29 00:13:16 -05:00
Jacob Nguyen
821de65b86 internal namespace 2024-04-29 00:08:57 -05:00
Jacob Nguyen
e6fba9d8b5 Presence namespaced types removed 2024-04-28 23:37:58 -05:00
Jacob Nguyen
071d5eac49 the end of sern init?? 2024-04-28 22:16:54 -05:00
Jacob Nguyen
68c5f09b46 fix text compile 2024-04-28 21:20:36 -05:00
Jacob Nguyen
6105f7b4ef TEAR IT UP 2024-04-28 20:50:49 -05:00
Jacob Nguyen
9faae7eca7 consolidate default services in single file 2024-04-28 20:36:50 -05:00
Jacob Nguyen
f5136ba1ca consolidate interfaces in single file 2024-04-28 20:26:53 -05:00
Jacob Nguyen
76ee9c6edf Remove module store, manager, and Intializable type 2024-04-28 19:34:08 -05:00
Jacob Nguyen
3d10ee1c59 tearing it up 2024-04-28 18:44:58 -05:00
Jacob Nguyen
599a02c9df command modules do not depend on anything but itself 2024-04-28 15:50:29 -05:00
Jacob Nguyen
6228f53244 Refactorings 2024-04-28 14:14:51 -05:00
jacob
30230d49c3 step 1 2024-04-28 13:48:50 -05:00
Jacob Nguyen
91b3768e37 bump tsresults 2024-03-21 10:46:19 -05:00
renovate[bot]
d6f49d1d97 chore(deps): update actions/setup-node digest to 1a4442c (#354)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com>
2024-03-21 10:35:43 -05:00
renovate[bot]
8ecd30cf18 chore(deps): update actions/checkout digest to f43a0e5 (#353)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com>
2024-03-19 10:22:39 -05:00
github-actions[bot]
a19edaf883 chore(main): release 3.3.4 (#359)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v3.3.4
2024-03-18 01:57:13 -05:00
Jacob Nguyen
90e55dfa14 fix: sern emitter err (#358)
* prep for fix

* fix ? (not tested

* fix error event not emitting payload
2024-03-18 01:47:14 -05:00
github-actions[bot]
2106522812 chore(main): release 3.3.3 (#357)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v3.3.3
2024-02-24 18:35:24 -06:00
Jacob Nguyen
ce8c4bf649 fix: typings and cleanup (#356)
* fix typings and cleanup

* import type

* rm unused import
2024-02-18 09:34:53 -06:00
jacob
e89b918390 dfs 2024-02-17 11:40:19 -06:00
jacob
f8b69ae542 stuff 2024-02-17 11:38:37 -06:00
Jacob Nguyen
48f9f6ec16 fix: rm deprecated class modules, clean up, rm indirection (#355)
* refactor: rm deprecations, clean up, rm indirection

* fix: singleton init not being fired when inserting function

* refactor and generic internal add

* deprecate a few things that i impusively added lol
2024-02-17 11:35:53 -06:00
jacob
86ebb221ed deprecate a few things that i impusively added lol 2024-02-15 12:36:00 -06:00
jacob
4efdbb21fb refactor and generic internal add 2024-02-15 12:26:34 -06:00
jacob
07b11b357b fix: singleton init not being fired when inserting function 2024-02-14 15:58:50 -06:00
jacob
ac7f47c590 refactor: rm deprecations, clean up, rm indirection 2024-02-12 21:47:35 -06:00
45cbda7b42 refactor: cleanup (#348)
* some wip code

Co-authored-by: Jacob Nguyen <jacoobes@users.noreply.github.com>

* general idea

* style

* making shrimple truly optional

* got optional localizer working

* proposing api notation?

* prepare for localization map

* add localsFor

* merge some internals

* boss call

* add test for init functionality

* add documentation

* inline and cleanup

* feat: logging for experimental json loading

* loosen typings

* dev workflow and cleaning up comments

* cleaning up a bit more

* rename Localizer -> Localization

* more documentation, change dir for default localizer

* some tests

* "

* move stuff, refactor, deprecate

* yarnb

* Update index.ts

---------

Co-authored-by: Jacob Nguyen <jacoobes@users.noreply.github.com>
Co-authored-by: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com>
Co-authored-by: jacob <jacoobes@sern.dev>
2024-02-09 17:46:16 -06:00
Jacob Nguyen
5cad432589 Update README.md 2024-01-08 14:31:49 -06:00
Jacob Nguyen
044a10dace Update README.md 2024-01-08 14:29:49 -06:00
github-actions[bot]
9d5c6c714f chore(main): release 3.3.2 (#352)
* chore(main): release 3.3.2

* Update CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com>
v3.3.2
2024-01-08 12:16:52 -06:00
Jacob Nguyen
4f2387119a fix: presence feature not workign on cjs applications (#351)
* start fix

* fix on unix

* better solution
2024-01-08 12:11:27 -06:00
Jacob Nguyen
a6fa4e3dcb fix docs build 2024-01-07 15:38:22 -06:00
github-actions[bot]
c281832db2 chore(main): release 3.3.1 (#350)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v3.3.1
2024-01-07 15:27:43 -06:00
Jacob Nguyen
a359f73fa2 fix: crashing when slash command is used as text command (#349)
* progress on fix

* fix: ids
2024-01-07 15:26:08 -06:00
655bb8d358 revert: the last commit 2024-01-05 20:47:25 +01:00
e8d5029834 chore: update fortnite file 2024-01-05 20:46:38 +01:00
Jacob Nguyen
b0399f9507 refactor: minor (#347)
* some refactoring

* accidental merge

* refactor: ensure all asserts have error message to avoid cryptic messages

* general refactoring

* move controller to create-plugin
2024-01-02 13:04:59 -06:00
renovate[bot]
b962dae36c chore(deps): update actions/setup-node digest to 1a4442c (#314)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-27 11:40:18 -06:00
github-actions[bot]
c73cf96cb2 chore(main): release 3.3.0 (#346)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v3.3.0
2023-12-27 11:13:11 -06:00