Skip to content

Latest commit

 

History

History
215 lines (111 loc) · 6.93 KB

CHANGELOG.md

File metadata and controls

215 lines (111 loc) · 6.93 KB

Changelog

v0.0.11

compare changes

🚀 Enhancements

  • Respect the enabled flag even if the selected variant is already stored (56e1d3c)
  • Improve type checking of the default variant identifier using NoInfer utility type (27e2e19)

❤️ Contributors

v0.0.10

compare changes

🚀 Enhancements

  • Support enabled and default props in ABTest component (6f6a327)

📖 Documentation

🏡 Chore

❤️ Contributors

v0.0.9

compare changes

🚀 Enhancements

  • Add support for custom maximum age for variant persistence (939936b)

❤️ Contributors

v0.0.8

compare changes

🚀 Enhancements

  • Add warnings for missing variant slots (88ed457)

💅 Refactors

  • Return enabled property from useABTest composable (400453a)

🏡 Chore

✅ Tests

  • Add ABTest component test (5d9c070)
  • Add test for warning when slot is not defined (5323a8d)

❤️ Contributors

v0.0.7

compare changes

🚀 Enhancements

  • Add support for disabling tests and retrieving default values (323dd73)

🩹 Fixes

  • Formatting of auto-generated components (38d8374)

❤️ Contributors

v0.0.6

compare changes

🚀 Enhancements

  • Implement auto-generated components based on module config (43eb655)

❤️ Contributors

v0.0.5

compare changes

🚀 Enhancements

  • Implement auto-generated composables based on module config (b55323c)

🩹 Fixes

  • Add missing return type to useABTest composable (7f862fb)

✅ Tests

  • Add tests for auto-generated composables (8cd9e9a)

❤️ Contributors

v0.0.4

compare changes

🚀 Enhancements

  • Support weighted variants (85961ac)

📖 Documentation

  • Remove online playground link (0f7fcb6)

🏡 Chore

  • Set nuxt compability version (0e74e7f)
  • Run tests before release (d5a7254)

✅ Tests

  • Add test cases for pickRandomVariant function (023f5e5)

❤️ Contributors

v0.0.3

compare changes

🩹 Fixes

  • Missing useRuntimeConfig import (db13a14)

📖 Documentation

  • Add initial project documentation (e00497e)

❤️ Contributors

v0.0.2

compare changes

🚀 Enhancements

  • Add useABTest composable (09e8e63)

💅 Refactors

🏡 Chore

  • Update keywords in package.json (b5765a7)

❤️ Contributors

v0.0.1

🚀 Enhancements

  • Implement ABTest component (dd7df80)
  • Add example with variant values as object (a9fd72d)
  • Add support for variant persistence (d2a03d4)

🩹 Fixes

  • Missing useRuntimeConfig import (b55534c)

📖 Documentation

  • Add docs for thepersistVariants option (3b7655e)

🏡 Chore

🤖 CI

  • Temporarily exclude testing from release process (7fa666c)

❤️ Contributors