Skip to content

Latest commit

 

History

History
554 lines (278 loc) · 22.5 KB

CHANGELOG.md

File metadata and controls

554 lines (278 loc) · 22.5 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.2.2 (2024-07-02)

Bug Fixes

2.2.1 (2024-06-30)

Bug Fixes

2.2.0 (2024-06-06)

Features

  • added kick message, fixed maxClients (99ce62d)

Bug Fixes

  • types for RoomAvailable (a7a77c0)

2.1.1 (2024-05-17)

Bug Fixes

  • variant defaults into the state on init (#106) (e617dc8)

2.1.0 (2024-05-17)

Features

2.0.0 (2024-02-22)

⚠ BREAKING CHANGES

  • further fix loggers

Bug Fixes

1.7.5 (2024-02-21)

Bug Fixes

  • server testing qol (#93) (4c58b34)
  • utils: clashing server and browser logging utils (c62dd04)

1.7.4 (2023-11-08)

Bug Fixes

1.7.3 (2023-10-14)

Bug Fixes

  • copy default variant into game state (dc61f24)

1.7.2 (2023-10-13)

Bug Fixes

  • include sourcesContents in map files (#89) (659eac0)

1.7.1 (2023-06-05)

Bug Fixes

1.7.0 (2023-06-04)

Features

  • player now has hasEntityInMainFocus prop (9cf0614)

1.6.0 (2023-06-02)

Bug Fixes

  • commands call optional botRunner (48c4102)

Features

  • function testing in query runner (e071e30)
  • multiple drag end definition on action (8b296af)

1.5.2 (2023-05-09)

Bug Fixes

  • better handling for pending actions (2120c86)

1.5.1 (2023-05-06)

Note: Version bump only for package cardsgame

1.5.0 (2023-05-03)

Features

1.4.1 (2023-02-13)

Bug Fixes

  • serverTesting: compound action (529958b)

1.4.0 (2023-02-12)

Bug Fixes

  • grouping actions not restoring defaultSubject (fbf613c)

Features

  • dragging actions (9e45343)
  • rework action templates and tests (0efa22a)

1.3.1 (2022-11-12)

Bug Fixes

  • enable empty dragend interaction as canceling (df059a3)

1.3.0 (2022-11-11)

Features

  • command to undo last action (3b60517)

1.2.0 (2022-11-09)

Bug Fixes

  • allow direct references to event in conditions (2051a3c)
  • cards ranks and suits in arrays (e742717)

Features

  • defineRoom for simplicity, and documented (d861106)

1.1.2 (2022-11-06)

Bug Fixes

  • top and bottom on Line subject (456e4d1)

1.1.1 (2022-11-06)

Bug Fixes

  • server-testing: dev dependencies (799918a)

1.1.0 (2022-11-06)

Features

0.22.1 (2022-10-16)

Bug Fixes

  • server: handle optional interactionType (87d6393)

0.22.0 (2022-09-04)

Features

0.21.4 (2022-09-02)

Bug Fixes

  • client: sendInteraction, use only whats needed (bf61af7)

0.21.3 (2022-08-31)

Bug Fixes

  • server: selection not acting up on client (92aab4d)

0.21.2 (2022-07-28)

Bug Fixes

  • empty() cares about entities now (871b7a6)

0.21.1 (2022-07-24)

Bug Fixes

  • expose selection container (ae30d3a)

0.21.0 (2022-07-24)

Features

  • new Selection container (d1198cc)

0.20.3 (2022-07-17)

Bug Fixes

  • align line with actual use case (466d1f5)

0.20.2 (2022-07-16)

Bug Fixes

  • standardDeckFactory accepting sets (1b16690)

0.20.1 (2022-06-18)

Bug Fixes

  • fixup the message types (d151d21)

0.20.0 (2022-06-18)

Features

  • more generics around messages (c135fab)

0.19.3 (2022-06-14)

Bug Fixes

  • leave child filtering for now (33c091c)

0.19.2 (2022-05-25)

Bug Fixes

  • wasn't possible to override "hijacks" prop (6b68b80)

0.19.1 (2022-05-23)

Bug Fixes

  • creating and selecting children in one go (04ccae8)

0.19.0 (2022-05-23)

Features

  • integration hooks now hold data (9749a18)

0.18.2 (2022-05-20)

Bug Fixes

  • integration context functions not bound to room (95cf7f2)

0.18.1 (2022-05-02)

Bug Fixes

  • integration: forgot to export (21a7314)

0.18.0 (2022-05-02)

Features

  • integration: expose addClient function (4c548ff)

0.17.1 (2022-04-18)

Note: Version bump only for package cardsgame

0.17.0 (2022-04-11)

Bug Fixes

  • client: stronger messages typing (be5b76f)

Features

  • hooks for integration tests (9a5e387)

0.16.1 (2022-04-02)

Note: Version bump only for package cardsgame

0.16.0 (2022-04-02)

Features

  • adjust for recent conditions changes (f9ce374)
  • client: better typed incoming messages (cff2400)
  • server: pass messages from failed conditions to client (cb7a389)
  • types: expose nicer message-related types (4af5759)

0.15.0 (2022-03-26)

Features

  • add server-ts example, finalize docs (331a0d6)
  • added docs portal (fbd4162)

0.14.1 (2022-03-22)

Note: Version bump only for package cardsgame

0.14.0 (2022-03-21)

Features

  • init server-testing package (efe8f12)

0.13.1 (2022-03-18)

Bug Fixes

  • server: getSelectionIndex on unselected item (7b45416)

0.13.0 (2022-02-27)

Features

0.12.18 (2022-02-13)

Bug Fixes

  • better ObjectSchema types (37ba3b0)

0.12.17 (2022-02-13)

Bug Fixes

0.12.16 (2022-02-12)

Bug Fixes

0.12.15 (2022-02-12)

Bug Fixes

  • ci again, with meaningless change (265f687)

0.12.14 (2022-02-12)

Bug Fixes

  • client: broken clientGameState type (f831c1c)

0.12.9 (2022-02-07)

Bug Fixes

  • server: had some issue with importing populatePlayerEvent for some reason (ef124a7)

0.12.8 (2022-01-30)

Bug Fixes

  • server: had some issue with importing populatePlayerEvent for some reason (ef124a7)

0.12.7 (2021-11-20)

Note: Version bump only for package cardsgame

0.12.6 (2021-11-20)

Note: Version bump only for package cardsgame

0.12.5 (2021-11-20)

Bug Fixes

  • server: fixes around selection (c1448ca)

(2020-08-06)

Bug Fixes

  • command DealCards runs onEmptied correctly (30ece64)

Performance Improvements

  • server: caching children in parentArray (f439fe3)

0.8.4 (2020-08-02)

Bug Fixes

  • edge cases for unexpected currentPlayerIdx (f9c02f8)

0.8.3 (2020-07-27)

Bug Fixes

  • various fixes and more tests (d3f16a5)

0.8.2 (2020-07-27)

Features

  • server/commands: new "gameOver" command (5603ec9)

0.8.1 (2020-07-26)

Bug Fixes

  • server/selectablechildren: fix not updating selectionData when removing children (b4a3bca)
  • deal cards (56b8222)

Features

  • utils/array: compare(A, B) (f847f80)

0.8.0 (2020-07-17)

0.7.0 (2020-06-06)

0.6.3 (2020-05-05)

0.6.2 (2020-05-05)

0.6.1 (2020-05-05)

0.6.0 (2020-05-04)

0.5.2 (2020-05-03)

0.5.1 (2020-04-17)

0.5.0 (2020-04-10)

0.4.1 (2020-02-19)

0.4.0 (2020-02-19)

0.3.1 (2020-02-09)

0.3.0 (2020-01-26)

0.2.19 (2020-01-18)

0.2.18 (2020-01-10)

0.2.17 (2020-01-06)

0.2.16 (2020-01-06)

0.2.15 (2020-01-05)

0.2.14 (2020-01-05)

0.2.13 (2020-01-05)

0.2.12 (2020-01-02)

0.2.11 (2020-01-02)

0.2.10 (2019-12-29)

0.2.9 (2019-12-06)

0.2.8 (2019-12-01)

0.2.7 (2019-11-20)

0.2.6 (2019-11-16)

0.2.5 (2019-11-15)

0.2.4 (2019-11-15)

0.2.2 (2019-11-15)

0.2.1 (2019-11-05)

0.2.0 (2019-09-09)

0.1.25 (2019-09-02)

0.1.24 (2019-09-01)

0.1.23 (2019-08-30)

0.1.22 (2019-08-26)

0.1.21 (2019-08-20)

0.1.20 (2019-08-10)

0.1.19 (2019-08-02)

0.1.18 (2019-08-02)

0.1.17 (2019-08-02)

0.1.16 (2019-08-02)

0.1.15 (2019-08-01)

0.1.14 (2019-07-28)

0.1.13 (2019-07-26)

0.1.12 (2019-07-26)

0.1.11 (2019-07-15)

0.1.10 (2019-07-15)

0.1.9 (2019-07-14)

0.1.8 (2019-07-11)

0.1.7 (2019-07-11)

0.1.6 (2019-06-08)

0.1.5 (2019-05-04)

0.1.4 (2019-03-11)

0.1.3 (2019-03-10)

0.1.2 (2019-03-06)

0.1.2-alpha.0 (2019-03-06)

0.1.1 (2019-03-04)