svelte-forms-lib icon indicating copy to clipboard operation
svelte-forms-lib copied to clipboard

Where can I find the documentation for v2?

Open varghesethomase opened this issue 2 years ago • 1 comments

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

varghesethomase avatar Feb 23 '23 13:02 varghesethomase

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

larrybotha avatar Feb 24 '23 08:02 larrybotha