Releases: microwavekonijn/ps2census
Releases · microwavekonijn/ps2census
v4.0.2
Full Changelog: v4.0.1...v4.0.2
v4.0.0
v3.4.0
What's Changed
- Refactor/separation event stream by @microwavekonijn in #67
Full Changelog: v3.3.4...v3.4.0
v3.3.4
What's Changed
- Improvements to linting by @microwavekonijn in #63
- feat: expose ws options by @microwavekonijn in #65
Full Changelog: v3.3.3...v3.3.4
v3.3.3
- Cleanup and secured dependencies.
v3.3.2
- Feat(rest): Added Axios options;
- Chore: Bumped dependencies.
v3.3.1
v3.3.0
v3.2.0
This release has added part of the type system I had envisioned. This adds type safety to typescript projects. The current type system is generated with a script using json descriptions of the collections, making it very easy to maintain and extend.
- Type system;
CharacterManager
only make one request per character, before it was possible to have multiple request if the first request were not finished;- Fixed a bug in the
SubscriptionManager
when resubscribing; - Added descriptions to the commands in
GetQuery
; - Refactored the
RestClient
a little bit to accommodate a futureRestManager
; - Minor improvements.
v3.1.1
- Fixed
resolve
onGetQuery
not generating the correct strings; - Added spread operators on the
hide
andshow
parameters onGetQuery
.