Browse Source

API-CHANGES.txt updates w/ namechanges

Herbert Vojčík 9 years ago
parent
commit
8a16ded679
1 changed files with 10 additions and 0 deletions
  1. 10 0
      API-CHANGES.txt

+ 10 - 0
API-CHANGES.txt

@@ -5,6 +5,10 @@
 * smalltalk.selector is now smalltalk.st2js
 * smalltalk.convertSelector is now smalltalk.js2st
 * Collection >> ifEmpty:ifNotEmpty: family passes self to ifNotEmpty: block
+* Smalltalk vm is now Smalltalk core
+* boot.js's .vm is now .api
+* amber load sets' .vm is now .api
+* Internal variables smalltalk/globals/_st are now $core/$globals/$recv
 
 + smalltalk.
   + accessJavaScript
@@ -13,6 +17,12 @@
   + postMessageTo:origin:
 + Class >>
   + heliosClass
++ SmalltalkImage >>
+  + core
++ amber/boot exports
+  + api
++ amber/{devel,deploy,lang} exports
+  + api
 
 - ProtoObject class >>
   - heliosClass