Releases: Space48/mutation-ready
Releases · Space48/mutation-ready
v1.0.1
What's Changed
- Fixed test environment setup with proper jest.config.js configuration
- Updated minimum Node.js engine requirement to >=16.0.0
- Fixed package naming and configuration
- Added proper configuration for @Space48 scope
Full Changelog
Initial Release 1.0.0
Initial Release
This is the first release of @space48/mutation-ready, a utility that provides a Promise-based API for detecting when DOM mutations have settled.
Features
- Promise-based API for DOM mutation detection
- Compatible with modern browsers
- Lightweight with no external dependencies
- TypeScript support
Usage
import { mutationReady } from '@space48/mutation-ready';
await mutationReady();
// DOM mutations have now settled