API-CHANGES.txt 6.4 KB

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