Skip to content

Releases: mateuszkulpa/nuxt-ab-testing

v0.0.11

24 Mar 13:59
Compare
Choose a tag to compare

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

22 Mar 19:26
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

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

📖 Documentation

🏡 Chore

❤️ Contributors

v0.0.9

17 Mar 10:40
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

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

❤️ Contributors

v0.0.8

16 Mar 10:11
Compare
Choose a tag to compare

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

13 Mar 15:01
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

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

🩹 Fixes

  • Formatting of auto-generated components (38d8374)

❤️ Contributors

v0.0.6

11 Mar 16:27
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

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

❤️ Contributors

v0.0.5

10 Mar 17:27
Compare
Choose a tag to compare

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

08 Mar 15:22
Compare
Choose a tag to compare

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

04 Mar 23:16
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Missing useRuntimeConfig import (db13a14)

📖 Documentation

  • Add initial project documentation (e00497e)

❤️ Contributors

v0.0.2

04 Mar 20:21
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Add useABTest composable (09e8e63)

💅 Refactors

🏡 Chore

  • Update keywords in package.json (b5765a7)

❤️ Contributors