API-CHANGES.txt 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309
  1. 0.14.0:
  2. + Object >>
  3. + asJQuery
  4. + asJQueryInContext:
  5. 0.13.2:
  6. + SourceArea class >>
  7. + codeMirror
  8. 0.13.1:
  9. * String >> asSelector is now String >> asJavaScriptMethodName
  10. * String >> asJavaScriptSelector is now String >> asJavaScriptPropertyName
  11. * smalltalk.selector is now smalltalk.st2js
  12. * smalltalk.convertSelector is now smalltalk.js2st
  13. * Collection >> ifEmpty:ifNotEmpty: family passes self to ifNotEmpty: block
  14. * Smalltalk vm is now Smalltalk core
  15. * boot.js's .vm is now .api
  16. * amber load sets' .vm is now .api
  17. * Internal variables smalltalk/globals/_st are now $core/$globals/$recv
  18. + smalltalk.
  19. + accessJavaScript
  20. + Object >>
  21. + postMessageTo:
  22. + postMessageTo:origin:
  23. + Class >>
  24. + heliosClass
  25. + SmalltalkImage >>
  26. + core
  27. + amber/boot exports
  28. + api
  29. + amber/{devel,deploy,lang} exports
  30. + api
  31. - ProtoObject class >>
  32. - heliosClass
  33. - Object class >>
  34. - heliosClass
  35. 0.12.6:
  36. + String >>
  37. + value:
  38. + ProtocolAnnouncement >>
  39. + package
  40. + Behavior >>
  41. + isTestClass
  42. + Package >>
  43. + isTestPackage
  44. + amber/{devel,deploy,lang} exports
  45. + nil
  46. + amber/helpers exports
  47. + nil
  48. 0.12.4:
  49. * Package Canvas renamed to Web
  50. * Object >> try:catch: deprecated in favour of BlockClosure >> tryCatch:
  51. + Announcer >>
  52. + on:do:for:
  53. + Node >>
  54. + navigationNodeAt:ifAbsent:
  55. + BlockClosure >>
  56. + tryCatch:
  57. + Environment >>
  58. + evaluate:for:
  59. + AmberCli >>
  60. + version:
  61. + Object >>
  62. + deprecatedAPI:
  63. - Environment >>
  64. - eval:on:
  65. - evaluateString:on:
  66. 0.12.3:
  67. * Package Import-Export renamed to Kernel-ImportExport
  68. * A dozen of methods moved from Object to ProtoObject
  69. * HashedCollection >> at:ifAbsentPut: pushed up to SequenceableCollection
  70. * HashedCollection >> , is now allowed (removed shouldNotImplement)
  71. * HashedCollection and Dictionary both subclasses of AssociativeCollection
  72. * Smalltalk class moved to SmalltalkImage class, Smalltalk is now global var
  73. * Smalltalk current deprecated in favour of Smalltalk
  74. * Smalltalk at:[put:] deprecated in favour of Smalltalk globals at:[put:]
  75. * <smalltalk.ClassName> deprecated in favour of <globals.ClassName>
  76. + CompiledMethod >>
  77. + defaultProtocol
  78. + Behavior >>
  79. + compile:protocol:
  80. + removeProtocolIfEmpty:
  81. + Package >>
  82. + load
  83. + loadFromNamespace:
  84. + Package class >>
  85. + load:
  86. + load:fromNamespace:
  87. + PackageTransport >> load
  88. + PackageHandler >> load:
  89. + AmdPackageHandler >> load:
  90. + Set >> removeAll
  91. + AssociativeCollection class
  92. + BucketStore class
  93. + SmalltalkImage >>
  94. + globals
  95. + vm
  96. + settings
  97. + Setting class
  98. + String >>
  99. + asSetting
  100. + asSettingIfAbsent:
  101. + settingValue
  102. + settingValueIfAbsent:
  103. + settingValue:
  104. + Smalltalk global variable
  105. - CompiledMethod >>
  106. - category: (use #protocol:)
  107. - defaultCategory
  108. - Behavior >> compile:category:
  109. - HTMLCanvas class >>
  110. - browserVersion
  111. - isMSIE
  112. - isMozilla
  113. - isOpera
  114. - isWebkit
  115. 0.12.2:
  116. * Collection >> contains: is deprecated in favor of anySatisfy:
  117. + Announcer >> on:doOnce:
  118. + String >>
  119. + uriEncoded
  120. + uriDecoded
  121. + uriComponentEncoded
  122. + uriComponentDecoded
  123. + Collection >>
  124. + removeAll
  125. + ifEmpty:ifNotEmpty:
  126. + ifNotEmpty:ifEmpty:
  127. + anyOne
  128. + noneSatisfy:
  129. + anySatisfy:
  130. + allSatisfy:
  131. 0.12.0:
  132. * SmalltalkMethodContext.prototype.fillBlock() takes a third 'index' parameter
  133. * Existing classes moved to new KernelInfrastructure package
  134. * ImporterExporter
  135. * are now StreamExporters
  136. * aware of AMD namespaces
  137. * support transport types and commit channels
  138. + Node >>
  139. + nextChild
  140. + method
  141. + postCopy
  142. + isCascadeNode
  143. + isLastChild
  144. + BlockNode >>
  145. + nextNode:
  146. + nextChild
  147. + SendNode >>
  148. + isCascadeSendNode
  149. + shouldBeAliased
  150. + CompiledMethod >> sendTo:arguments:
  151. + Array >>
  152. + addFirst:
  153. + removeLast
  154. + Number >>
  155. + ceiling
  156. + floor
  157. + asNumber
  158. + //
  159. + cos
  160. + sin
  161. + tan
  162. + arcCos
  163. + arcSin
  164. + arcTan
  165. + log
  166. + log:
  167. + raisedTo:
  168. + sign
  169. + **
  170. + ln
  171. + e
  172. + String class >> esc
  173. + String >>
  174. + asMutator
  175. + capitalized
  176. + isCapitalized
  177. + JSProxy >> printString
  178. + Behavior >>
  179. + ownProtocols
  180. + ownMethods
  181. + JSStream >> nextPutSendIndexFor:
  182. + InterfacingObject class
  183. + Interpreter class
  184. + DocumentFragmentTag class
  185. + AbstractExporter class
  186. + PlatformInterface class
  187. - Node >> extent
  188. - JSStream >> nextPutStatement:with:
  189. - Smalltalk.installSuperclass()
  190. - ClassReferenceNode class (now handled via VariableNode)
  191. 0.11.0:
  192. * AnnouncementSubscription use #valuable: instead of #block: (deprecated)
  193. * AbstractCodeGenerator inherits from Object, not NodeVisitor
  194. * Object>>printString
  195. * replace >>printString with >>printOn:
  196. * replace >>storeString with >>printString
  197. * PackageLoader is now PackageHandler (>>commit: >>setupPackagenamed:prefix: >>ajaxPutAt:data:
  198. * Package>>fetch: is now Package>>load:
  199. * Package>>fetch:prefix: is now Package>>load:prefix:
  200. * Queue>>front replaced by Queue>>next
  201. * Queue>>frontIfAbsent: replaced by Queue>>nextIfAbsent:
  202. * Queue>>back: replaced by Queue>>nextPut:
  203. * smalltalk.addMethod() does not use explicit JS selector
  204. * JSObjectProxy>>canForwardMessage: replaced by use of JSObjectProxy>>lookupProperty: with asJavaScriptSelector
  205. * JSObjectProxy>>forwardMessage: replaced by explicit JSObjectProxy>>forwardMessage:withArguments:
  206. * String>>asJavaScriptSelector moved to Kernel-Objects package
  207. + Object>>asString
  208. + Object>>putOn:
  209. + String>>isVowel
  210. + Collection>>putOn:
  211. + CharacterArray>>putOn:
  212. + Stream>><<
  213. + Stream>>write
  214. + SequenceableCollection>>newStream
  215. + SequenceableCollection>>readStream
  216. + SequenceableCollection>>stream
  217. + SequenceableCollection>>streamClass
  218. + SequenceableCollection>>writeStream
  219. + Collection>>isImmutable
  220. + Stream>>nextPutString:
  221. + StringStream>>nextPutString:
  222. + JSStream>>nextPutClassRefFunction:
  223. + String>>crlfSanitized
  224. + inlined Block now also responds to >>value:
  225. + Parser: split literal into runtimeLiteral and parseTimeLiteral
  226. + Parser: write #(4 #(5 6 #()) 7) as #(4 (5 6 ()) 7)
  227. + Parser: write #(#on:do: #Object) as #(on:do: Object)
  228. + Parser: Symbols for binarie selectores
  229. + Package>>commit
  230. + AIContext>>initializeLocals
  231. + ASTInterpreter>>withBlockContext:
  232. + smalltalk.allSelectors()
  233. + Object>>isCompiledMethod
  234. + Object>>isPackage
  235. + Object>>isBehavior
  236. + ClassMoved Announcemen class
  237. + Behavior>>includesBehavior:
  238. + Environment>>classes
  239. + Environment>>allSelectors
  240. + Environment>>removeProtocol:
  241. + Environment>>renameProtocol:to:in:
  242. + CompiledMethod>>protocol:
  243. + Smalltalk>>globalJsVariables
  244. + Smalltalk>>addGlobalJsVariable:
  245. + Smalltalk>>deleteGlobalJsVariable:
  246. - Object>>storeOn:
  247. - Object>>log:block:
  248. - Object>>printNl
  249. - Compiler-IR.st >>javascriptSelector
  250. - Compiler-IR.st >>nextPutVar:
  251. - Kernel-Collections.st >>asSuperSelector
  252. - Collection>>readStream
  253. - Collection>>stream
  254. - Collection>>streamClass
  255. - Collection>>writeStream
  256. - Symbol class (replaced with String)
  257. - IRInlinedNonLocalReturn class
  258. - IRInlinedSend>>nonLocalReturnInliner
  259. - IRNonLocalReturnInliner class
  260. - Package>>dependencies
  261. - Package>>dependencies:
  262. - Package>>properties
  263. - Package>>jsProperties
  264. - Package>>jsProperties:
  265. - Package>>propertiesAsJSON
  266. - Package>>propertyAt:
  267. - Package>>propertyAt:ifAbsent:
  268. - Package>>propertyAt:put:
  269. - Browser>>ajaxPutAt:data: