API-CHANGES.txt 6.1 KB

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