API-CHANGES.txt 5.0 KB

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