API-CHANGES.txt 4.6 KB

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