• v1.28.0 87c822dbd7

    v1.28.0
    All checks were successful
    Release / Release (push) Successful in 1m4s
    Stable

    jleibl released this 2025-04-03 08:07:07 +00:00 | 0 commits to main since this release

    1.28.0 (2025-04-03)

    Features

    • blackjack: add animated number component and usage (4b70a4a)

    Code Style

    • blackjack: format code and adjust whitespace (b5a6582)

    Code Refactoring

    • remove unnecessary comments and variables (28f7b15)
    Downloads
  • v1.27.0 a2f1a40931

    v1.27.0
    All checks were successful
    Release / Release (push) Successful in 51s
    Stable

    jleibl released this 2025-04-02 11:09:07 +00:00 | 4 commits to main since this release

    1.27.0 (2025-04-02)

    Features

    • add hand value display to dealer and player hands (40c402a)
    • blackjack: add balance display to game result component (801edfe)
    • debt-dialog: add debt warning dialog for negative balance (68a226b)

    Code Style

    • blackjack: remove commented modal sections from HTML (775205b)
    • Format code for readability and consistency (7bec17d)

    Code Refactoring

    • debt-dialog: update timerSubscription type to Subscription (3d7ee92)
    Downloads
  • v1.26.1 eb5b94c7bb

    v1.26.1
    All checks were successful
    Release / Release (push) Successful in 58s
    Stable

    jank released this 2025-04-02 11:03:59 +00:00 | 11 commits to main since this release

    1.26.1 (2025-04-02)

    Bug Fixes

    • deps: update dependency ajv-formats to v3 (faa0a14)
    Downloads
  • v1.26.0 823cb88807

    v1.26.0
    All checks were successful
    Release / Release (push) Successful in 56s
    Stable

    jank released this 2025-04-02 10:21:33 +00:00 | 13 commits to main since this release

    1.26.0 (2025-04-02)

    Features

    • deposit: enhance payment session handling and error logging (6182ff7)

    Bug Fixes

    • deps: update dependencies (major and minor) (9981ebc)

    Code Style

    • Fix missing newline at end of files (0aa7ad1)
    Downloads
  • v1.25.2 4c3f42d347

    v1.25.2
    All checks were successful
    Release / Release (push) Successful in 1m10s
    Stable

    jank released this 2025-04-02 10:03:53 +00:00 | 18 commits to main since this release

    1.25.2 (2025-04-02)

    Bug Fixes

    • deps: update dependency ajv to v8.17.1 (ab80f5d)
    Downloads
  • v1.25.1 ac6e3be52c

    v1.25.1
    All checks were successful
    Release / Release (push) Successful in 58s
    Stable

    jank released this 2025-04-02 10:00:20 +00:00 | 20 commits to main since this release

    1.25.1 (2025-04-02)

    Bug Fixes

    • deps: update dependencies (major and minor) (aa613a9)

    Chores

    • deps: update devdependencies (non-major) (38f4617)
    • update lint command in package.json (1916c04)

    Continuous Integration

    • add debug step to CI workflow for better logging (bd82262)
    • remove debug job from CI workflow (6b3a8a4)

    Build System

    • frontend: add ajv-formats dependency to package.json (f60ce73)
    • frontend: update ajv and ajv-formats versions (06318a8)
    • frontend: update Angular CLI version in package.json (575a665)
    • frontend: update angular compiler version to 19.2.4 (6b4adfc)
    • frontend: update Angular dependencies to v19.0.0 (942a47c)
    • frontend: update rxjs version to ~7.8.2 (1fc62af)
    • update stripe-java dependency version to 20.136.0 (3c64b9e)
    Downloads
  • v1.25.0 5d15f40a30

    v1.25.0
    All checks were successful
    Release / Release (push) Successful in 48s
    Stable

    jleibl released this 2025-04-02 09:41:18 +00:00 | 35 commits to main since this release

    1.25.0 (2025-04-02)

    Features

    • blackjack: add split functionality to the game (3ef5530)
    • game-info: add placeholder and disable bet input (d22c4c2)

    Code Refactoring

    • BlackJackService: simplify card dealing logic (e9c4d4f)
    Downloads
  • v1.24.0 ff98cab6ac

    v1.24.0
    All checks were successful
    Release / Release (push) Successful in 1m22s
    Stable

    ptran released this 2025-04-02 09:18:54 +00:00 | 40 commits to main since this release

    1.24.0 (2025-04-02)

    Features

    • add route to get all lootboxes (8a6bc95)
    • create lootbox and rewards entity (1878ed8)
    • create repositories (084d478)
    • manage balance (b963595)

    Bug Fixes

    • fix wrong reward getting returned, refactor to service (948240b)

    Code Refactoring

    • use many to many relation for lootboxes and rewards (e4bcd9d)
    Downloads
  • v1.23.0 626e28ab65

    v1.23.0
    All checks were successful
    Release / Release (push) Successful in 1m1s
    Stable

    jleibl released this 2025-04-02 08:28:43 +00:00 | 48 commits to main since this release

    1.23.0 (2025-04-02)

    Features

    • add double down feature to blackjack game (d2b22b5)
    • add game state enum and refactor game components (4b56915)
    • add stand and get game features to blackjack game (d90fcdc)
    • blackjack: add action indicators and loading states (acdbea5)
    • blackjack: add PLAYER_WON state to BlackJackState (08b12d2)
    • blackjack: refresh user balance on game state change (e983b21)
    • landing: add NavbarComponent to landing page component (5d803e4)

    Code Style

    • blackjack: format code for better readability (deac128)
    • fix formatting in constructor definitions (ba854be)
    • format code and add missing newlines (2d8b137)
    • format code for consistency and readability (4a7c54e)
    • format constructor style in components (2a11675)
    • game-controls: fix formatting in constructor method (6508a23)
    • tsconfig: fix path configuration formatting (db3d2e7)
    • tsconfig: update path mappings to array syntax (56c63d4)

    Code Refactoring

    • blackjack: move GameState to feature folder (defe26d)
    • blackjack: remove unnecessary comments and clean code (349e4ce)
    • blackjack: update import paths for components (1d9eec4)
    • blackjack: update import paths for modules (d400986)
    • game-controls: update import paths for consistency (889863a)
    • update import paths for better readability (b4caf70)
    • update imports to use absolute paths (2405c00)
    Downloads
  • v1.22.1 4e8530c861

    v1.22.1
    All checks were successful
    Release / Release (push) Successful in 49s
    Stable

    ptran released this 2025-03-27 17:25:00 +00:00 | 71 commits to main since this release

    1.22.1 (2025-03-27)

    Code Refactoring

    Downloads