## v0.0.1 * Initial release ## v0.0.2 * Bugfix: Authentication header missing ## v0.0.3 * Added attributes to shop ## v0.0.4 * Bugfix: Authentication token not being passed correctly ## v0.0.5 * Api class turned into singleton class ## v0.0.6 * Bugfixes ## v0.0.7 * All api methods are static ## v0.0.8 * Added param to sales period ## v0.0.9 * Added fields for products ## v0.0.10 * Removed timeout ## v0.0.11 * Fixed syntax error ## v0.0.12 * Fixed syntax error ## v0.0.13 * Fixed syntax error ## v0.0.14 * Added fiscal position methods ## v0.0.15 * Added requires for new models ## v0.0.16 * Added virtual methods to fiscal position classes ## v0.0.17 * Fixed purchases taxes grand total ## v0.0.18 * Added sellable stock total ## v0.0.19 * Added stock control ## v0.0.20 * Added users ## v0.0.21 * Updated field to users ## v0.0.22 * Bugfix stock controls pagination ## v0.0.23 * Cast transaction date to date ## v0.0.24 * Added transaction methods ## v0.0.25 * Bugfixes ## v0.0.26 * Bugfixes ## v0.0.27 * Renamed transaction_id to id in transaction ## v0.1.0 * Redesigned API to minimal functionality ## v0.1.1 * General fixes ## v0.2.0 * Added background jobs ## v0.2.1 * Fixed mistyped comma ## v0.2.2 * Added job event creation date ## v0.2.3 * Cast job event creation date to time ## v0.2.4 * Fixed null end date in background jobs ## v0.2.5 * Endpoint default changed ## v0.2.6 * Added methods to update cash withdrawals ## v0.2.7 * Bugfixed param cash withdrawal items ## v0.2.8 * Changed interface API ## v0.2.9 * Bugfixes ## v0.2.10 * Added service and sellable stocks ## v0.2.11 * Bugfixes nil update dates ## v0.2.12 * Added last cost to products ## v0.2.13 * Bugfix last cost ## v0.2.14 * Fixed runtime dependencies ## v0.2.15 * Added last price update to products ## v0.3.0 * Added search by product ids and renamed product search method ## v0.3.1 * Return null if product not existing ## v0.3.2 * Fixed cases when nil product provider or product category ## v0.4.0 * Added support for bigdecimal fields ## v0.4.1 * Bugfix syntax error on products ## v0.5.0 * Added sales search ## v0.5.1 * Bugfixes on sales ## v0.5.2 * Added method to update product price list ## v0.6.0 * Fixed default api and relative paths ## v0.6.1 * Fixed default url