1
0

API-CHANGES.txt 4.8 KB

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