Releases: mathewmeconry/bexio
Releases · mathewmeconry/bexio
Bill issuing
Whats new
- Bills can now be issued
- Issued bills can now be reverted to draft
Timetrackings and TimetrackingStatuses
New
- Timetrackings endpoints integration
- TimetrackingStatuses endpoints integration
Changes
- Started using prettier formatting plugin in VSCode
Issues
Trigger CI Publish
0.3.1 checkout master to commit version change
Tests and CD/CI Pipeline
New stuff
- tests for all implemented endpoints
- cd/ci pipeline for tests and publishing
- adds code coverage reporting
Changes
- improved fake login procedure
- fixes typing for search params
- extended typing for endpoint payloads
- Updates readme
Adds kb_bill and expense endpoints
0.2.2 fixes merge fail
Hotfix Fakelogin non reachable callbacks
Before the code tried to access the callback which is sometimes not available.
This got fixed that the function now doesn't follow redirects and uses the 'Location' header instead
Fake login
implements a new feature called fake login
This helps to perform the authentication with the API without any user interaction.
More information can be found in the updated Readme
Complete Refactor
Complete Refactor of the package.
It uses now nice and beautiful Objects for each Enpointgroup (Is this a name?) and a better code base
initialization state
adds the new function isInitialized() to the package to check if the package is already initialized
adds new stuff
- adds functions for estimates, orders and invoices
- adds new scopes (not documented here: https://docs.bexio.com/oauth/scopes/)
- updates readme with new examples and informations