Release 0.0.1-alpha.0
Pre-release
Pre-release
justheimsk
released this
29 Jun 22:10
·
119 commits
to main
since this release
- chore: update examples & tests (205fa0a)
- bump version (18ffd26)
- build: add release-it package (df2dd46)
- build: modify package.json (64281b9)
- build: add .npmignore (37cca7d)
- Merge pull request #1 from devdimer/docs-update (1df84f1)
- docs: improve classes documentation (eec0e20)
- docs: generate latest version docs (0acca41)
- docs: update README.md (c4b168d)
- docs: add typedoc comments (5acfe62)
- docs: add utility codeblocks annotation for website (0ccdfc4)
- docs: add documentation organizer script (2adaa95)
- docs: install typedoc for documentation generation && add docs related scripts (7451554)
- docs: add documentation website (133e8bc)
- docs: update README.md (e371e1c)
- docs: update README.md (110a9c8)
- docs: add examples (21b217e)
- refactor: remove unused imports (0b61095)
- feat: ClusterManager now extends Collection for better values management (db93782)
- docs: update README.md (e1ed54f)
- fix: throw error when the body is empty (86e048b)
- feat: add workerExit event & add support to communication between 2 workers and not all (0c96235)
- refactor: centralize all events (456acab)
- build: update deps (b1b340d)
- feat: Observable.notify can now be called without arguments (940b2b0)
- refactor: remove unused imports (110bbe0)
- feat: add client event error (e306321)
- Update package.json (e5ca15d)
- docs: create LICENSE (734a21f)
- docs: update README.md (b6e8ea8)
- docs: create README.md (5a5069f)
- feat: change event emitter to observable events pattern (49dcd41)
- feat: add sendReference & delete methods (239302d)
- fix: cant catch request manager errors (919de5e)
- feat: add utility methods to Collection (d1e7b1b)
- feat: add message caching (13beb16)
- refactor: fix all eslint errors & warnings (ce03975)
- build: add lint:fix script to auto fix all eslint warnings/errors (d71ac98)
- feat: add getMe method to fetch client user information (2326d05)
- chore: export all members from lib (7ffa858)
- refactor: add getters for guild and channel values (1784137)
- build: add lint script (d1bb7c4)
- refactor: update eslint config (d7075a6)
- chore: parameter nullation (dcbba23)
- refactor: better IPC typing (52b350e)
- chore: centralize rest options (e397ae0)
- test: update testing (b19118f)
- test: support ping for both sharding methods (572501a)
- test: add eval command for runtime testing (bd6610b)
- refactor: centralize constants (aa1c0fd)
- chore: rename project (40667a8)
- feat: add users to client cache (fcde992)
- fix: invalid channels type (55dac5b)
- chore: add eslint config (851509d)
- refactor: fix all eslint errors & warnings (6d298d4)
- chore: add eslint (04cc19b)
- refactor: centralize gateway events in a single file (9ac9e30)
- build: improve typescript configuration & install a better compiler for ts (tsup) (68b5672)
- chore: generate a better package.json (5da4ee6)
- feat: add support to IPC (Inter-Process Communication) (d3f9830)
- build: change ts-node to sucrase to improve compilation speed for testing (c026598)
- fix: wrong message data validation (d8e3c9d)
- test: test clusterization (7613b81)
- feat: add support to multi-threading (cluster) (9b90067)
- chore: add util sharding options (3049107)
- chore: improved gateway options (403fc58)
- feat: add support to sharding (f742d54)
- feat: initial commit, basic api wrapper (2b5ed67)