tjinauyeung / svelte-forms-lib

📝. A lightweight library for managing forms in Svelte
https://svelte-forms-lib-sapper-docs.now.sh/
MIT License
604 stars 59 forks source link

Where can I find the documentation for v2? #184

Open varghesethomase opened 1 year ago

varghesethomase commented 1 year ago

It seems like the the documentation in the readme points to version 1.10, though by default when you install you already install v2.

Problem to solve

I could not find any pointers to documentation for v2 of svelte forms lib.

Intended users

User experience goal

Proposal

Further details

Documentation

Links / references

larrybotha commented 1 year ago

Hey @varghesethomase thanks for opening a new issue

Ye, the documentation is lacking at the moment - one of the things we actually need to do here is colocate the documentation repo with this repo - right now they're 2 separate repos, and only the repo owner currently has access to the docs repo

The API hasn't changed drastically from v1; please see the releases for information on breaking changes

Unfortunately, beyond that, you'll need to inspect the code or tests to get a full picture, for now