API-CHANGES.txt 6.0 KB

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