0.2.0
What's Changed
- Add job to try and build and import package, to avoid releasing un-importables packages, by @bvanelli in #41, reported by @wbradley93
- Correct model for latest actual server, and written a test to avoid having incompatible models in the future, by @bvanelli in #42, reported by @cgiacofei
- Support header login as a fallback in case server returns invalid-header, by @bvanelli in #44, reported by @bobokun
*Inform how to modify transactions, by @bvanelli in #48 - Also allow sync_id as file name, when using
set_file
, and improve documentation in that regard, by @bvanelli in #49 - Fix rules for isbetween that was not validated, as well as the rules for
contains
anddoesNotContain
that weren't triggering properly, by @bvanelli in #47, reported by @bobokun
Thanks for the bug reports and testing from the community.
Full Changelog: 0.1.1...0.2.0