Skip to content

v0.1.18

Latest

Choose a tag to compare

@iamsomraj iamsomraj released this 20 Aug 07:23
· 1 commit to main since this release

compare changes

🚀 Enhancements

  • Add isUpdating method to QueryAdapter and prevent infinite loops during URL updates (5c47647)
  • Enhance package.json and README for clarity and usability (75960a4)

🩹 Fixes

  • Update createEnumCodec to allow undefined values and adjust related tests (28d9815)

💅 Refactors

  • Simplify queryReactive and queryRef APIs (d23e55e)
  • Remove unit tests for vue-router adapter, query reactive, query ref, serializers, and core helpers (da5af50)
  • Update import paths to use alias for better readability (c46bf58)

📖 Documentation

  • Remove redundant active development notice from README (e4c5161)

🏡 Chore

  • Update documentation for vue-qs v0.1.17 (03a7742)
  • Update import paths in unit tests and standardize markdown separators (111de7c)
  • Update version to 0.1.18-beta.7 and adjust documentation (bc37e2b)

✅ Tests

  • Add comprehensive unit tests for serializers, Vue components, and Vue Router integration (8d1dd83)
  • Add unit tests for serializers including string, number, boolean, date, JSON, array, and enum codecs (388f009)
  • Add integration tests for BasicQueryRefComponent and QueryReactiveComponent with history and Vue Router support (560b507)

❤️ Contributors