API-CHANGES.txt 4.3 KB

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