Releases: microwavekonijn/ps2census
Releases · microwavekonijn/ps2census
v0.3.1
- Removed implement data type from event classes(due to parsing);
- Client now uses even classes as types on the listeners;
- Parsed timestamps and booleans on event classes;
- Added computed properties to
Death
(#25); - Added new sub class of PS2Event for events that are character based(#16);
- Updated Readme and docs.
v0.3.0
v0.2.6
Changelog
- Exposed the
Types.ts
file; - Fixed the type for subscription event.
v0.2.5
Changelog
- PS2Events now contains
world_id
; - Added
logicalAndCharactersWithWorlds
property toEventStreamSubscription
type; - Removed
zone_id
fromFacilityControl
hash as it is related tofacility_id
; - Improvements to
test.ts
; - Fix to default value of
partions
in theDuplicateFilter
constructor.
v0.2.4
Changelog
- Events are wrapped into their own classes;
- PS2 events are now also emitted through their own event(e.g. FacilityControl events are emitted through
facilityControl
); - Generic PS2 events are know emitted through
ps2Event
instead ofevent
; - Improved event duplicate filter;
- Event stream manager reconnects event stream automatically;
- Event stream uses timeout on start;
- Exported everything correctly;
- Made everything more modular with
EventStreamHandler
; - Improved types;
- Update readme.