Releases: justheimsk/cordium.js
Releases · justheimsk/cordium.js
Release 0.2.2
- fix(build): build minify was causing weird errors throw (6a4c34e)
Release 0.2.1
- fix: move biomejs to devDependencies (f1c83d8)
Release 0.2.0
Changelog:
- build: remove docs:generate from release script (e0c8a20)
- docs: generate latest docs (289301d)
- refactor: fix all biome errors and warnings (1bf2a63)
- chore: change script (d28b993)
- build: change eslint to biomejs and use proper npm scripts (c901182)
- feat: add fetch method to fetch data that is not in cache (9303ba2)
- build: improve scripts (5067e65)
- refactor!: change managers & cache location (746ccc4)
- docs: update README.md (cdd69d2)
- docs: update README.md (c49c5de)
- fix(docs): invalid html tag closing on README.md (7a7937c)
- docs: update docs to latest version (99b5f1c)
Release 0.1.0
- docs: revert docs (0647231)
- docs: update docs to latest version (12210bd)
- build: add .husky to .npmignore (cfa1fbb)
- docs: change documentation generator options (1780392)
- refactor: use super instead of this (e424443)
- feat: improve client IPC responses & add method IPCMessage.reply (ddfa821)
- fix: vulnerability, sending token through process.send (f72dcb0)
- feat: add RequestResponse class to standardize Discord API responses (b345310)
- build: add options to generate CHANGELOG.md file when released (a864310)
- build: resolve json modules (a55ce2d)
- build: add terser to minify build output (873a5a4)
- docs: update README.md (cb35e77)
- Merge pull request #3 from JVOPINHO/main (6a1519a)
- feat(Observable): add remove method in Subscription class (c511012)
- build: improve release-it configuration (84aea19)
- refactor: make User-Agent dynamic (670f542)
- build: update package.json (1de89b8)
- Update package.json (a0dc69b)
- docs: update docs (28d4ccc)
- build improve scripts (22970a7)
- build: add husky hooks (6446b8f)
- build: add husky (fa18185)
- chore: export all members from core library (5a262ef)
- refactor: fix eslint errors & warnings (522ff71)
- docs: change description (37e7d48)
- build: generate docs before release (d08449c)
- docs: fix documentation with spelling errors (d378f54)
- docs: update README.md (b1975c8)
- Merge pull request #2 from JVOPINHO/main (30f73de)
- feat: add Subscription to observer (18d67e2)
- feat: add Collection.delete (188c982)
Release 0.0.1
- docs: fix readme.md (60a8ae0)
Release 0.0.1-alpha.1
- fix: ignore .env and src/ when publishing to npm (56f89f6)
Release 0.0.1-alpha.0
- 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)