Releases: ebinase/react-use-minesweeper
Releases · ebinase/react-use-minesweeper
v1.0.0 - Major Release
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
v0.2.5
v0.2.4
v0.2.3
v0.2.2
v0.2.1
v0.2.0
🚀 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.
v0.1.3
v0.1.2
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.