Skip to content

Releases: microwavekonijn/ps2census

v4.0.2

16 May 18:26
a8236a0
Compare
Choose a tag to compare

Full Changelog: v4.0.1...v4.0.2

v4.0.0

15 May 21:28
b2d4e6e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.4.0...v4.0.0

v3.4.0

12 May 21:05
a218dfd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.4...v3.4.0

v3.3.4

09 May 17:45
9c2dc3c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.3...v3.3.4

v3.3.3

25 Apr 20:53
6c16f60
Compare
Choose a tag to compare
  • Cleanup and secured dependencies.

v3.3.2

24 Apr 21:06
c7c6f99
Compare
Choose a tag to compare
  • Feat(rest): Added Axios options;
  • Chore: Bumped dependencies.

v3.3.1

19 Mar 17:01
90bce71
Compare
Choose a tag to compare
  • Query parameters optional in get(#56, #60);
  • Exposed forget and forgetAll methods from CharacterManager(#57, #60);
  • Moved the environment parameter from the query execution to the constructor(#58, #60);
  • Improved the export of types related to collections(#59, #60);
  • Bumped dependencies.

v3.3.0

19 Mar 17:02
07e3045
Compare
Choose a tag to compare

v3.2.0

28 Sep 19:54
e793a0f
Compare
Choose a tag to compare

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 future RestManager;
  • Minor improvements.

v3.1.1

01 Aug 15:10
Compare
Choose a tag to compare
  • Fixed resolve on GetQuery not generating the correct strings;
  • Added spread operators on the hide and show parameters on GetQuery.