Skip to content

Releases: ebinase/react-use-minesweeper

v1.0.0 - Major Release

15 Oct 08:01
Compare
Choose a tag to compare

Major Release

🎉 Features

  • Stable API: The public interface for the library is now stable.

📢 Notes

  • If you encounter any bugs or have feature requests, please raise an issue in our GitHub repository. Your feedback is invaluable to me!
    Raise an Issue

v0.2.6

15 Oct 07:31
Compare
Choose a tag to compare

Patch Update

  • #12 fix the problem that isExplodedBoard doesn't work correctly on v0.2.5

v0.2.5

14 Oct 10:10
Compare
Choose a tag to compare

Patch Update

⚠️ This release contains a critical bug which is fixed in v0.2.6

fixed the issue to open all cells on click when you click a cell. #9

v0.2.4

14 Oct 10:08
Compare
Choose a tag to compare

Patch Update

⚠️ This release contains a critical bug which is fixed in v0.2.5

Refactor

  • Refactor cell type handling in minesweeper logic #7

CI/CD

  • configure minimum release workflow #4
  • Create default PR template #5
  • move PR template to where GitHub can read #6

v0.2.3

03 Oct 16:33
Compare
Choose a tag to compare

Patch Update

  • removed unnecessary packages
  • configured GitHub Actions to ensure code reliability

v0.2.2

01 Oct 13:45
Compare
Choose a tag to compare

Patch Update

  • reduced package size
    • deleted unnecessary previous build file bundled in v0.2.1
  • update build script not to bundle previous build file

v0.2.1

01 Oct 13:40
Compare
Choose a tag to compare

Patch Update

  • refactored codes and became easy to read

⚠️ Build size became bigger because of build settings mistake. It will be fixed next release.

v0.2.0

30 Sep 09:24
Compare
Choose a tag to compare

🚀 Comprehensive Interface Update

Note: This release consolidates the changes from v0.1.2 and v0.1.3 into a more significant minor update.

  • 🛠 Essential Interfaces: Provided all essential interfaces for Minesweeper implementation.
  • 📖 Documentation: Updated README for clarity.

⚠️ Heads Up: The interface might undergo further refinements in future releases.

v0.1.3

29 Sep 17:35
Compare
Choose a tag to compare

Updated document

  • README.md
  • package-lock.json

v0.1.2

29 Sep 14:27
Compare
Choose a tag to compare

Added constants, helpers, types

Enhancements

  • Exposed the interface of useMinesweeper used in ebinase/mine-sweeper. With this update, the main custom hook in ebinase/mine-sweeper can now be replaced with this library.
  • With this release, we now provide the essential interfaces required for implementing Minesweeper.