Skip to content

Latest commit

 

History

History
315 lines (172 loc) · 8.78 KB

File metadata and controls

315 lines (172 loc) · 8.78 KB

Changelog

v0.7.2

compare changes

📖 Documentation

  • Clarify event-driven action examples (#59)
  • Improve core package docs (#60)
  • Link use package references (#61)

❤️ Contributors

v0.7.1

compare changes

🏡 Chore

  • Harden core contract and release checks (#56)
  • Refresh browser compatibility data (#57)
  • Update alien-signals runtime integration (#58)

❤️ Contributors

v0.7.0

compare changes

🚀 Enhancements

  • Add live molecule props (#54)

❤️ Contributors

v0.6.0

compare changes

🚀 Enhancements

  • Add pausable watch handles (#52)

🩹 Fixes

  • Auto-format package.json after changelogen in release tasks (9302b6e)

🏡 Chore

  • Add Codex local environment setup (#51)
  • Require Node 24 for core releases (#53)

✅ Tests

  • Strengthen public API coverage (#50)

❤️ Contributors

v0.5.0

compare changes

🚀 Enhancements

  • ⚠️ Introduce molecule mount lifecycle (#49)

🏡 Chore

  • Add mise release_major task (2d4908e)

⚠️ Breaking Changes

  • ⚠️ Introduce molecule mount lifecycle (#49)

❤️ Contributors

v0.4.4

compare changes

🩹 Fixes

  • Disable DEV checks to prevent browser runtime errors (#47)
  • Comment out DEV constant and imports (#48)

❤️ Contributors

v0.4.3

compare changes

🏡 Chore

  • Update alien-signals to 3.1.1 (#46)

❤️ Contributors

v0.4.2

compare changes

🩹 Fixes

  • Formatting of inspired by section in README (9ec866d)

📖 Documentation

  • Clarify changelogen forced version usage (9cd3fb3)
  • Add inspirations section and adapters to README (#45)

🏡 Chore

  • Add mise tasks for releases (#44)
  • release: V0.4.1 (5a81e0d)

❤️ Contributors

v0.4.1

compare changes

🩹 Fixes

  • Formatting of inspired by section in README (9ec866d)

📖 Documentation

  • Clarify changelogen forced version usage (9cd3fb3)
  • Add inspirations section and adapters to README (#45)

🏡 Chore

  • Add mise tasks for releases (#44)

❤️ Contributors

v0.4.0

compare changes

💅 Refactors

  • ⚠️ Migrate logic module to molecule factories (#42)

🏡 Chore

  • Streamline PR template with concise checks (0ce7d94)
  • Streamline PR template with concise checks (#41)

🤖 CI

  • Migrate to OIDC trusted publishing (#43)

⚠️ Breaking Changes

  • ⚠️ Migrate logic module to molecule factories (#42)

❤️ Contributors

v0.3.1

compare changes

📖 Documentation

  • Add scope cleanup error handling section to README (#39)
  • Fix defineLogic syntax in README examples (#40)

🏡 Chore

❤️ Contributors

v0.3.0

compare changes

🚀 Enhancements

  • Async lifecycle (#36)

❤️ Contributors

v0.2.4

compare changes

🏡 Chore

  • ci: Drop github packages publishing (85a2f96)

❤️ Contributors

v0.2.3

compare changes

🩹 Fixes

  • Quote npm config keys for gh packages (45c8320)

❤️ Contributors

v0.2.2

compare changes

🩹 Fixes

  • Configure npmrc for github packages (0e8258a)

❤️ Contributors

v0.2.1

compare changes

🩹 Fixes

  • Set always-auth for github packages scope (c428fc4)

❤️ Contributors

v0.2.0

🚀 Enhancements

  • Add reactive system foundation (#9)
  • Align core stores with lifecycle-aware semantics (#18)
  • ⚠️ Adopt alien-signals v3 with integrated deep signals (#20)
  • Surface scope cleanup failures through handler API (#24)
  • ⚠️ Build internal reactivity on alien-signals (#32)

🩹 Fixes

  • Install pnpm before enabling cache (#28)

💅 Refactors

  • Flatten package structure (#23)

📖 Documentation

  • Clarify watch primitives and cleanup guidance (#26)

🏡 Chore

  • Bootstrap oss foundation (#3)
  • Initialize openspec tooling (#6)
  • Archive outline core stores change (#19)
  • Release 0.1.0 (#27)
  • Update biome.json file scope (#33)
  • Add changelogen (#34)

🤖 CI

  • Enable codeql analysis (#29)
  • Publish to github packages (#30)

⚠️ Breaking Changes

  • ⚠️ Adopt alien-signals v3 with integrated deep signals (#20)
  • ⚠️ Build internal reactivity on alien-signals (#32)

❤️ Contributors

v0.1.0

🚀 Enhancements

  • Initial release providing the core reactive primitives and logic utilities.