Skip to content

Releases: microwavekonijn/ps2census

v3.1.0

31 Jul 12:45
Compare
Choose a tag to compare
  • Added zone_id to MetagameEvent class, as well as its computed properties zoneInstanceId and zoneDefinitionId;
  • Bumped dependecies(ws was bumped to v8.0.0 which had breaking changes);
  • Fixed some examples(thnx @dbrennand);
  • test/test.ts can now be run as an npm script test-run, now requires enviroment variables(SERVICE_ID, and TIMEOUT(optional)).

v3.0.2

28 Jul 01:14
Compare
Choose a tag to compare

Major refactor with breaking changes. No worries, this will be the last one. The type system to help you guys has been removed for now and will be re added using auto generation using Census Index sometime in the future(basically if I can find the motivation).

The refactor focuses on the Rest API, it switches from functional programming to OOP. Reason for this is to improve the code format. Functional programming was initially chosen to allow you to take only the parts you needed, however the package minimized is very small so there is no real benefit there.

v2.0.3

12 Dec 20:32
Compare
Choose a tag to compare
  • Fixed NSO vehicles being undetermined kill types.

v2.0.2

09 Dec 15:31
Compare
Choose a tag to compare
  • Exposed query method of rest.

v2.0.1

26 Nov 19:16
Compare
Choose a tag to compare
  • Bumped dependencies.

v2.0.0

26 Nov 18:17
Compare
Choose a tag to compare

Major release due to breaking changes on the rest api.

  • Changed the unknown properties from any to unknown on the rest collection formats;
  • Implemented RestManager;
  • BaseManager now uses the RestManager;
  • Restructure on naming of certain classes and interface;
  • Some interfaces are not exposed anymore as deemed not necessary.

v1.0.1

12 Oct 16:38
Compare
Choose a tag to compare

Hooray first stable release is here.

  • Improved exporting and restructure of library files;
  • Fix kill_type on VehicleDestory on a self destruct;
  • Fix default implementation of Cache;
  • Improved response type on get request when using the tree or distinct commands.

v0.5.6

25 Sep 15:49
Compare
Choose a tag to compare
  • Fix RestManager.

v0.5.5

25 Sep 15:36
Compare
Choose a tag to compare
  • Type guards added to commands(#27);
  • Fixes.

v0.5.4

25 Sep 14:37
Compare
Choose a tag to compare
  • Fix initial subscription failing as stream was not marked ready, while it was.