Releases: microwavekonijn/ps2census
Releases · microwavekonijn/ps2census
v3.1.0
- Added
zone_id
toMetagameEvent
class, as well as its computed propertieszoneInstanceId
andzoneDefinitionId
; - 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 scripttest-run
, now requires enviroment variables(SERVICE_ID
, andTIMEOUT
(optional)).
v3.0.2
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
- Fixed NSO vehicles being undetermined kill types.
v2.0.2
- Exposed
query
method of rest.
v2.0.1
- Bumped dependencies.
v2.0.0
Major release due to breaking changes on the rest api.
- Changed the unknown properties from
any
tounknown
on the rest collection formats; - Implemented
RestManager
; BaseManager
now uses theRestManager
;- Restructure on naming of certain classes and interface;
- Some interfaces are not exposed anymore as deemed not necessary.
v1.0.1
Hooray first stable release is here.
- Improved exporting and restructure of library files;
- Fix
kill_type
onVehicleDestory
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
- Fix RestManager.
v0.5.5
v0.5.4
- Fix initial subscription failing as stream was not marked ready, while it was.