API-CHANGES.txt 5.5 KB

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