Skip to content

Releases: play-with-docker/sdk

0.0.12

13 Nov 04:50
Compare
Choose a tag to compare

Fix issue introduced in previous release.

0.0.11

12 Nov 22:46
Compare
Choose a tag to compare

Make <pre> blocks clickable instead of just <code> ones.

0.0.10

12 Nov 04:44
Compare
Choose a tag to compare

Make newSession report errors correctly.

0.0.9

09 Nov 23:39
Compare
Choose a tag to compare

Add instanceCreate event which always sends an instance since it's created already.

0.0.8

04 Nov 02:53
Compare
Choose a tag to compare

Add feature to emit new event when instance is created.

0.0.7

31 Oct 20:52
Compare
Choose a tag to compare

Add filename information to uploadEnd event

0.0.6

31 Oct 18:33
Compare
Choose a tag to compare

Add event listener when user is authenticated.

0.0.5

31 Oct 16:09
Compare
Choose a tag to compare

This release adds a feature to emit events when uploading files.

Change data-upload-src format

02 Oct 06:39
2129b43
Compare
Choose a tag to compare
Change format on data-upload-src (#39)

Since the Data_URIs doesn't seem to be really useful for this case, this
commit simplifies the format to <filename>:<base64_encoded>

Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>

New React hook and better readme

27 Jul 17:28
2b278e4
Compare
Choose a tag to compare
Merge pull request #26 from zapaiamarce/better-react

New react hook and best readme