@seminarcatalog/sdk
Version:
This project is the official Javascript API client implementation for the SeminarCatalog developed by the Databay AG.
68 lines (35 loc) • 1.01 kB
Markdown
# Changelog
## 1.4.0
### Features
* Add `VatItem` Resource to api
* Add operation for translation request for each resource.
### Bugfixes
* Fix serialization of `number` properties
## 1.3.0
### Bugfixes
* Fix deserialization of `Country` resource.
### Features
* Add parameter `lng` with default `1` to all GET Item and DELETE Item operations
## 1.2.1
### Bugfixes
* Fix put and post operations body params
## 1.2.0
### Features
* Add `$RESOURCE$PaginationResult` for each collection endpoint
## 1.1.3
### Bugfixes
* Fix collection endpoints read a collection of expected resource
### Others
* Add @mixins to api wrapper services
## 1.1.2
### Bugfixes
* Add authorization support
* Fix importing the same model in all services.
### Others
* Optimized rollup build process to reduce bundle size
## 1.1.1
### Bugfixes
* Fix package.json to only publish meta files and lib folder.
## 1.1.0
### Features
* Add rollup to bundle source code and translate it CommonJS and ES6 Module