0.11.0
Important breaking change!
I've changed all the methods to follow the async naming convention, you will have compile errors, but just add Async
after each method call and everything should work as expected.
What's Changed
- enables treat warnings as errors by @runeanielsen in #63
- simple cleanup by @runeanielsen in #64
- updates example project by @runeanielsen in #65
- updates information regarding api change by @runeanielsen in #66
- better description of api by @runeanielsen in #67
- improves naming for getting test files by @runeanielsen in #68
- adds section to readme regarding test suite by @runeanielsen in #69
- simplifies code now just returns the value by @runeanielsen in #70
- corrects formatting issue by @runeanielsen in #71
- fixes incorrect spelling by @runeanielsen in #72
- now follows async naming convention by @runeanielsen in #73
Full Changelog: 0.10.0...0.11.0