Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Users/quenty/sorted list improvements #522

Merged
merged 30 commits into from
Dec 3, 2024
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
9883437
fix: Subscription status is reported properly
Quenty Nov 13, 2024
637d0ae
docs: Update docsfor the PlayerAssetMarketTracker
Quenty Nov 13, 2024
8afb7cc
feat: Add PagesProxy to allow caching of pages
Quenty Nov 13, 2024
aaa3779
refactor: Move aggregation logic into shared module
Quenty Nov 13, 2024
9d2390f
docs: Fix receipt processing docs
Quenty Nov 13, 2024
8995ffc
fix: Reject promises when failing to succeed prompt
Quenty Nov 13, 2024
0232f25
feat: Use EnumUtils here
Quenty Nov 13, 2024
939f8b1
feat: Break up logic into inventory and catalog to allow centralized …
Quenty Nov 13, 2024
4dffc3c
feat: Add funnels helper package
Quenty Nov 14, 2024
8577179
docs: Update docs
Quenty Nov 14, 2024
d159eea
feat: PlayerProductManagerClient queries inventory when inventory is …
Quenty Nov 14, 2024
f1c068d
fix: ObservableSortedList fires removed indexes (note: Doesn't handle…
Quenty Nov 14, 2024
aecd3a5
docs: Add articles to binder README.md
Quenty Nov 18, 2024
5147d50
feat: Remove ownership tracking mess with well-known assets and attri…
Quenty Nov 18, 2024
dae065f
refactor: Optimize switchMap and flatMap calls to use less maids, and…
Quenty Nov 24, 2024
b5d379b
style: Remove unused imports
Quenty Nov 24, 2024
61c9b97
feat: Add PlayerUtils.formatDisplayName(name) and other useful methods
Quenty Dec 3, 2024
e6b0838
feat: Add BoundingBox API calls
Quenty Dec 3, 2024
c07db09
feat: Add UGCSanitize to FirstPersonTransparency
Quenty Dec 3, 2024
92ea9de
fix: Fix missing services
Quenty Dec 3, 2024
a605933
fix: Fix username query
Quenty Dec 3, 2024
afb4337
fix: Symbols should be newproxy()
Quenty Dec 3, 2024
bc4fb74
feat: Add RateAggregator
Quenty Dec 3, 2024
2eafecc
fix: Fix missing dependencies
Quenty Dec 3, 2024
f7f07f7
docs: Add docs to aggregator class
Quenty Dec 3, 2024
b4b9047
fix: Use modern Roblox APIs
Quenty Dec 3, 2024
52a0cf9
fix: Use enum:FromValue and enum:FromName API methods
Quenty Dec 3, 2024
8544c2b
feat: Return a cleanup method, even when amount is 0
Quenty Dec 3, 2024
03fd05a
feat: Add :SetValue() behavior to cleanup past mounted sub and return…
Quenty Dec 3, 2024
1d2faf4
docs: Fix missing docs
Quenty Dec 3, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs: Add articles to binder README.md
  • Loading branch information
Quenty committed Nov 24, 2024

Verified

This commit was signed with the committer’s verified signature.
Quenty James Onnen
commit aecd3a59fd9b747b5214d6686bcae0fe99a078ee
8 changes: 7 additions & 1 deletion src/binder/README.md
Original file line number Diff line number Diff line change
@@ -18,4 +18,10 @@ Binders bind a class to Roblox Instance
## Installation
```
npm install @quenty/binder --save
```
```

## Articles and more

* [5 powerful programming patterns](https://www.youtube.com/watch?v=MOjiKS6F59s&t=1896s)
* [OzzyPig's Binder Pattern Post](https://ozzypig.com/2021/11/15/binder-pattern)