-
Notifications
You must be signed in to change notification settings - Fork 668
v5 Goals #897
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
Comments
All right, good, guys. I can't wait for browser compatibility improvements! |
@npacucci Definitely. Feel free to let us know if you have any suggestions as well! |
Directed here from #908 about the typing which would be beneficial to address as it causes CI failures for stuff like #910 which attempts to follow current practices. In a Typescript only world, I'd suggest dropping the namespace bit and just export everything from the top level with a You could also look into babel for CommonJS transpiling where instead of writing default exports as |
For all interested, the first release candidate has been published - v5 Release Candidate 1 |
Note to anyone contributing to the |
🎉 v5.0.0 gas officially been released! 🎉 Most of the goals were completed with some notable new features:
|
@npacucci Give this latest release a try in Angular and confirm if it is working or not. We have it working here but I wanted to check with you to make sure. Thanks! |
Hey @dpopp07 I'm using the 5.1.0 version now.
I hope my feedback can help you to improve the SDK. Thank you! |
Schedule
We plan to release v5 in September 2019. This issue will be updated with more specifics on timing and the availability of release candidates as we get closer to that time.
8/30/19: Release Candidate 1
Breaking Changes
axios
has presented some problemsreturn_response
parameter and always return the detailed response (896)Non-breaking major changes
Use only TypeDoc for generated documentationThis issue will be used to track features and changes we want to make in the next major release of this package. We welcome community feedback on these goals - do people want these things? Are there other implementations/packages we should be looking at? Any comments are appreciated!
The text was updated successfully, but these errors were encountered: