Skip to content

Commit

Permalink
docs: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gierschv committed Mar 23, 2022
1 parent 455ca69 commit 8e14a9a
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,28 @@
# Changelog

## 0.7.0 (API v2.17.0)
## 0.8.0 (API v2.17.0)

* Updated API from v2.6.0 to v2.17.0
* Use flatten schema to fix inherance model issues

## 0.7.0 (API v2.7.0)

### Client

* feat: Add/fix support for python for 3.6 & 3.7

### API v2.7.0

* update(spec): specify `produces` and `consumes` on endpoints instead of globally
* feat(scores): now support Guitar Pro (GP3, GP4, GP5, GPX, GP), PowerTab, TuxGuitar and MuseScore files in POST /scores
* feat(scores): add support for `filename` when importing scores
* feat(collections): `parent` collection can now be a collection id when listing collections
* feat(collections): includes parent collections when listing scores
* feat(collections): add `creationDate` property in collection details
* feat(comments): add `staffUuid` for contextualized comments, which will completely replace `staffIdx` in the future
* feat(rights): now return a `isCollaborator` boolean property with the Score or Collection rights
* update(account): added new locales supported

## 0.6.0 (API v2.6.0)

* feat(collections): Add new Collections API endpoints
Expand Down

0 comments on commit 8e14a9a

Please sign in to comment.