slot-machine-gen
Version:
Create an extremely biased, web-based slot machine game.
65 lines (36 loc) • 1.58 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.3.0] - 2023-10-12
### Changed
- Refactor timers, removed clearTimeout
- Package dependency updates
## [1.3.1] - 2023-11-19
### Updated
- Package keywords / documented features
- Removed commented artifacts
## [1.3.2] - 2023-12-03
### Added
- Slot machine credit/payouts logic to demo.
### Removed
- Photoshop `reel-strip.psd` from NPM package.
## [1.3.3] - 2024-03-14
### Added
- Support WCAG 2.1 aria roles
- Added `click2Spin` event option
### Changed
- Replace this referenced to self
- Upgraded outdated NPM dependencies
## [1.3.4] - 2024-04-01
- Update [height -> inherit from parent](https://github.com/nuxy/slot-machine-gen/commit/8ee0ef24717d79b8db7a1277c884451cd1597199)
## [1.3.5] - 2024-07-13
- NPM security updates ([braces](https://github.com/advisories/GHSA-grv7-fg5c-xmjg) override)
## [1.3.6] - 2025-03-08
- NPM security updates ([cross-spawn](https://github.com/advisories/GHSA-3xgq-45jj-v275)/[micromatch](https://github.com/advisories/GHSA-952p-6rrq-rcjv))
- Updated demo - Added device only responsice overrides
## 1.3.7 - 2025-10-17
- Upgraded outdated NPM dependencies / NPM security updates
- Replaced ESLint deprecated release
- Renamed Babel config to recommended
## 1.3.8 - 2026-03-13
- NPM security update ([minimatch](https://github.com/advisories/GHSA-7r86-cg39-jmmj))