-
Notifications
You must be signed in to change notification settings - Fork 18
V5 #97
Comments
By "Drop hacky ESM support?" I'm referencing #70 @BadCoder1337 👀 |
IMHO ESM isn't accepted enough to drop CJS. I am not authoring any npm library so can't give final advice, but think guys from https://github.com/sapphiredev/framework doing well. Their project compiles to CJS and wraps with |
IMHO There's two ways of naming we could stick to:
|
@danielwerg If I remember well, I added it because they help when validating user input, when you need to check whether the input is a valid operator, weapon, etc. |
Hey @BadCoder1337, I published new repo - R6Data, which is going to be a dependency of next version of R6API.js and I used gen-esm-wrapper for ESM support. Could you test it in your ESM environment and let me know if you have any issue with it? |
Done
ESM bullshittery
.js
extension for.ts
files are dumb (solution: https://github.com/justkey007/tsc-alias ?)Drop method for
playerstats2/statistics
endpoint and write little guide how to implement custom method for historical stats (getStats is not gettings updates #78, Reworked Tachanka #47) (low priority)Multiple instances (Cannot use multiple instances of R6API #71)
prod.datadev.ubisoft.com
methods (New Official Stats tracker support #42)Implement
profiles/gamesplayed
endpoint (Implement "profiles/gamesplayed endpoint #81)Rename "user" to "profile" where needed in methods? (don't)
readme
ts-utils added by EndBug (https://github.com/danielwerg/r6api.js/blob/e77978c9244b123fca12e8754783e1c10f9b9b8a/ts-utils.ts) do we really need them? (also future is now: be2a20b#commitcomment-66611286)
Publish new package which r6api.js will rely on
New rank icons
Remake all rank icons from scratch
The text was updated successfully, but these errors were encountered: