Skip to content

v0.4.0

Compare
Choose a tag to compare
@TTTaevas TTTaevas released this 21 Nov 00:26
· 94 commits to master since this release

No more bad surprises!
Prior to this version, when you used a function of the api, you'd get an object with many optional properties, some of these properties would exist depending of the function you used to get that object, while some would not exist
With this version, the objects you get will always 100% fit their interfaces, and optional properties are essentially no more!

For that, the tests used in development have become more intense to check every interface and function the package has to offer
I hope you will enjoy this version!

Full Changelog: v0.3.2...v0.4.0