Skip to content

v0.4.2

Compare
Choose a tag to compare
@matteocelani matteocelani released this 09 Jan 19:33
· 24 commits to main since this release
8a6989d

Release v0.4.2: Project Structure & Ethers Integration

This release focuses on improving project structure, adding Ethers.js compatibility layer, and enforcing better coding standards.

🎯 Major Highlights

🏗 Restructured project for better maintainability
⚡️ Added Ethers.js compatibility layer
🎨 Enhanced import organization
🧹 Improved component structure
📦 Strengthened TypeScript configuration

🛠 Technical Improvements

  • Project Structure

    • Moved to feature-based component organization
    • Centralized providers configuration
    • Enhanced folder hierarchy
  • Code Quality

    • Implemented strict import ordering
    • Configured absolute imports
    • Added comprehensive documentation

📝 Breaking Changes

  • New import order requirements
  • Stricter TypeScript paths configuration
  • Updated component folder structure

🔧 Requirements

  • Node.js 18.x or higher
  • npm 8.x or higher
  • WalletConnect Project ID

📦 Installation

npm install
# or
yarn install
# or
pnpm install