Skip to content

Releases: microwavekonijn/ps2census

v0.3.1

22 Jul 15:35
Compare
Choose a tag to compare
  • 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

22 Jul 12:38
Compare
Choose a tag to compare
  • Added Census REST API functionality(#2, #17);
  • Fixed name of Constant.ts file :D (#18, #17).

v0.2.6

11 Jul 17:31
Compare
Choose a tag to compare

Changelog

  • Exposed the Types.ts file;
  • Fixed the type for subscription event.

v0.2.5

10 Jul 12:30
Compare
Choose a tag to compare

Changelog

  • PS2Events now contains world_id;
  • Added logicalAndCharactersWithWorlds property to EventStreamSubscription type;
  • Removed zone_id from FacilityControl hash as it is related to facility_id;
  • Improvements to test.ts;
  • Fix to default value of partions in the DuplicateFilter constructor.

v0.2.4

09 Jul 23:06
Compare
Choose a tag to compare

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 of event;
  • 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.