-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add 2.3 typescript models #157
Conversation
Hello @uwinkelvos and welcome! Thanks for this very useful contribution 🙏 It is a good decision to use a model as it facilitates migrations and improves data quality. The next step is for our dev team to do the review. We will keep you informed. Additional notes:
Thank you, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great stuff! You'll need to bump the version in the package.json from 1.0.9
to 1.0.10
to trigger publishing to npmjs.com, otherwise it's good to go!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice additions of the tests, thank you for contributing to the gbfs community
Follow up of #157 This PR updates the README of the TypeScript model to add v2.3 support.
* Add v2.3 support to TypeScript model README Follow up of #157 This PR updates the README of the TypeScript model to add v2.3 support. * updated typescript package --------- Co-authored-by: Alessandro Kreslin <[email protected]>
We would like to use the gbfs 2.3 models in a project. As pretty much all necessary things for that are already in place I took the freedom to stick the bits together.