Browse Source

Promise-API changelog.

Not all present yet. The missing is the plan.
Herbert Vojčík 8 years ago
parent
commit
5c77c8c8fe
1 changed files with 39 additions and 0 deletions
  1. 39 0
      API-CHANGES.txt

+ 39 - 0
API-CHANGES.txt

@@ -1,3 +1,42 @@
+0.15.0:
+
+* Thenable class added
+* Promise class added, wraps JS Promise, subclass of Thenable
+
++ Thenable >>
+  + catch:
+  + on:do:
+  + on:do:catch:
+  + then:
+  + then:catch:
+  + then:on:do:
+  + then:on:do:catch:
+  + all:
+  + all:catch:
+  + all:on:do:
+  + all:on:do:catch:
+  + all:then:
+  + all:then:catch:
+  + all:then:on:do:
+  + all:then:on:do:catch:
++ JSObjectProxy >>
+  + catch:
+  + on:do:
+  + on:do:catch:
+  + then:
+  + then:catch:
+  + then:on:do:
+  + then:on:do:catch:
+  + all:
+  + all:catch:
+  + all:on:do:
+  + all:on:do:catch:
+  + all:then:
+  + all:then:catch:
+  + all:then:on:do:
+  + all:then:on:do:catch:
+
+
 0.14.18:
 
 * Some internal API changes in Compiler-*.