You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docs in the Typescript branch are out of date. There is now this UI component and some other changes.
@ariutta what needs to be on the docs? I am happy to update them but it would be good to have a starting point as to what needs to be done so i can investigate the corresponding code
The text was updated successfully, but these errors were encountered:
The 6.0.0-1 release is not working when installing via npm. I have fixed all of the issues in subsequent commits. I think it's best to just delete that release and make a new one.
Everything works fine now when using
For the docs, I was originally using a tool that created docs from JSDoc comments. Now that we're using TS, we could look into using one of the documentation generators for TS, such as one of these:
I'd like to keep the documentation in a separate branch (probably gh-pages). The source code branches like master and typescript should not put build artifacts like compiled JS and documentation under version control.
On NPM, releases are pretty much immutable now. But we can always keep bumping the version. For deciding on version numbers, I'm trying to stick with semver: http://semver.org/
The docs in the Typescript branch are out of date. There is now this UI component and some other changes.
@ariutta what needs to be on the docs? I am happy to update them but it would be good to have a starting point as to what needs to be done so i can investigate the corresponding code
The text was updated successfully, but these errors were encountered: