-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Niklas Kiefer
committed
Mar 12, 2021
1 parent
721c931
commit a29624c
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
## Unreleased | ||
|
||
___Note:__ Yet to be released changes appear here._ | ||
|
||
* ... | ||
|
||
## 1.0.0 | ||
|
||
* `FEAT`: switch from callbacks to Promises ([`bf699810`](https://github.com/pinussilvestrus/postit-js/commit/bf6998100f52ce50f7fdd498c31e002a83e50968)) | ||
* `CHORE`: add basic tests infrastructure ([`1ea64c90`](https://github.com/pinussilvestrus/postit-js/commit/1ea64c9012e2a0849c367cd0a39d981b2d336bf9)) | ||
* `CHORE`: migrate CI to GitHub actions ([`b512c6c4`](https://github.com/pinussilvestrus/postit-js/commit/b512c6c4f815d082da70304834ce3eebbfc1d856)) | ||
* `CHORE`: remove unused global connect tool ([`5016d943`](https://github.com/pinussilvestrus/postit-js/commit/5016d94325624a55dcf5dae026e195a1c94a7239)) | ||
* `CHORE`: rename default branch to `main` | ||
* `CHORE`: bump to `[email protected]` | ||
* `CHORE`: bump to `moddle-xml@9` | ||
|
||
### Breaking Changes | ||
|
||
* APIs don't accept callbacks anymore, instead, they return a Promise now | ||
* `viewer#importXML` | ||
* `viewer#importDefinitions` | ||
* `viewer#open` | ||
* `viewer#saveXML` | ||
* `viewer#saveSVG` | ||
* `modeler#createDiagram` | ||
* `importer#importPostitDiagram` | ||
|
||
## 0.6.2 | ||
|
||
* `CHORE`: fix travis | ||
|