Skip to content

Releases: joekiller/node-ps99-api

v2.4.0

09 Jul 07:36
1d114a2
Compare
Choose a tag to compare

2.4.0 (2024-07-09)

Bug Fixes

Features

  • add online/offline indicator back to footer (157894a)
  • working deep links and better component display! (1d114a2)

v2.3.3

09 Jul 04:27
663340c
Compare
Choose a tag to compare

2.3.3 (2024-07-09)

Bug Fixes

v2.3.2

08 Jul 06:47
d89527d
Compare
Choose a tag to compare

2.3.2 (2024-07-08)

Bug Fixes

v2.3.1

08 Jul 06:41
3586c76
Compare
Choose a tag to compare

2.3.1 (2024-07-08)

Bug Fixes

  • adjust to make basename /node-ps99-api (3586c76)

v2.3.0

08 Jul 04:57
43c9f78
Compare
Choose a tag to compare

2.3.0 (2024-07-08)

Features

  • publish example website (bcb58c5)

v2.2.0

05 Jul 05:17
bd700c5
Compare
Choose a tag to compare

2.2.0 (2024-07-05)

Features

  • strip out the all for now (bd700c5)

v2.1.0

04 Jul 20:57
678e964
Compare
Choose a tag to compare

2.1.0 (2024-07-04)

Features

  • add xp potions collection (678e964)

v2.0.0

24 Jun 05:43
6990d13
Compare
Choose a tag to compare

2.0.0 (2024-06-24)

  • refactor!: rename Collection to CollectionName (da64da2)

Bug Fixes

  • use ImageComponent instead of img tag (51b3d3e)

Features

  • add CollectionData type, fix seed in wrong spot (9d77584)
  • more comprehensive components (066e838)
  • more comprehensive components (8250f4c)
  • only load up to 20 items at a time on the 'all' pages (6990d13)
  • use a queue with ImageComponent to prevent stalled image loading (b516398)

BREAKING CHANGES

  • rename Collection to CollectionName. Rename GetCollectionResponse to Collection.

Just use Collection[] as a response.

v1.2.0

22 Jun 07:10
bc90a3d
Compare
Choose a tag to compare

1.2.0 (2024-06-22)

Bug Fixes

  • collections returns an array of Collection (84900b2)
  • react example response looking for ok status (efd6d54)
  • update ApiResponseBody type to ok or error (4cb939d)

Features

v1.1.0

16 Jun 04:58
65609e9
Compare
Choose a tag to compare

1.1.0 (2024-06-16)

Features