Get runtime nested path for a field
Alright, so after this release, you will be able to get the nested runtime path of a field using ctx.getFieldPath method. I will explain how this works in the release notes of https://github.com/vinejs/vine package, since that is what consumed in the user-land.
Commits
- refactor: remove memoization from getFieldPath method b939931
- fix: improve memo function truthy check ea53161
- feat: add support for getting field nested runtime path 98f359d
- chore: update dependencies df292ee
Full Changelog: v2.4.1...v2.5.0