API-CHANGES.txt 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339
  1. 0.14.1:
  2. * NativeFunction class >> constructor:[value:...] deprecated
  3. + NativeFunction class >>
  4. + constructorNamed:
  5. + constructorNamed:value:
  6. + constructorNamed:value:value:
  7. + constructorNamed:value:value:value:
  8. + functionNamed:
  9. + functionNamed:value:
  10. + functionNamed:value:value:
  11. + functionNamed:value:value:value:
  12. + functionNamed:valueWithArgs:
  13. + functionOf:
  14. + functionOf:value:
  15. + functionOf:value:value:
  16. + functionOf:value:value:value:
  17. + functionOf:valueWithArgs:
  18. + methodOf:this:
  19. + methodOf:this:value:
  20. + methodOf:this:value:value:
  21. + methodOf:this:value:value:value:
  22. + methodOf:this:valueWithArgs:
  23. 0.14.0:
  24. + Object >>
  25. + asJQuery
  26. + asJQueryInContext:
  27. + BlockClosure >>
  28. + asJQuery
  29. + asJQueryInContext:
  30. 0.13.2:
  31. + SourceArea class >>
  32. + codeMirror
  33. 0.13.1:
  34. * String >> asSelector is now String >> asJavaScriptMethodName
  35. * String >> asJavaScriptSelector is now String >> asJavaScriptPropertyName
  36. * smalltalk.selector is now smalltalk.st2js
  37. * smalltalk.convertSelector is now smalltalk.js2st
  38. * Collection >> ifEmpty:ifNotEmpty: family passes self to ifNotEmpty: block
  39. * Smalltalk vm is now Smalltalk core
  40. * boot.js's .vm is now .api
  41. * amber load sets' .vm is now .api
  42. * Internal variables smalltalk/globals/_st are now $core/$globals/$recv
  43. + smalltalk.
  44. + accessJavaScript
  45. + Object >>
  46. + postMessageTo:
  47. + postMessageTo:origin:
  48. + Class >>
  49. + heliosClass
  50. + SmalltalkImage >>
  51. + core
  52. + amber/boot exports
  53. + api
  54. + amber/{devel,deploy,lang} exports
  55. + api
  56. - ProtoObject class >>
  57. - heliosClass
  58. - Object class >>
  59. - heliosClass
  60. 0.12.6:
  61. + String >>
  62. + value:
  63. + ProtocolAnnouncement >>
  64. + package
  65. + Behavior >>
  66. + isTestClass
  67. + Package >>
  68. + isTestPackage
  69. + amber/{devel,deploy,lang} exports
  70. + nil
  71. + amber/helpers exports
  72. + nil
  73. 0.12.4:
  74. * Package Canvas renamed to Web
  75. * Object >> try:catch: deprecated in favour of BlockClosure >> tryCatch:
  76. + Announcer >>
  77. + on:do:for:
  78. + Node >>
  79. + navigationNodeAt:ifAbsent:
  80. + BlockClosure >>
  81. + tryCatch:
  82. + Environment >>
  83. + evaluate:for:
  84. + AmberCli >>
  85. + version:
  86. + Object >>
  87. + deprecatedAPI:
  88. - Environment >>
  89. - eval:on:
  90. - evaluateString:on:
  91. 0.12.3:
  92. * Package Import-Export renamed to Kernel-ImportExport
  93. * A dozen of methods moved from Object to ProtoObject
  94. * HashedCollection >> at:ifAbsentPut: pushed up to SequenceableCollection
  95. * HashedCollection >> , is now allowed (removed shouldNotImplement)
  96. * HashedCollection and Dictionary both subclasses of AssociativeCollection
  97. * Smalltalk class moved to SmalltalkImage class, Smalltalk is now global var
  98. * Smalltalk current deprecated in favour of Smalltalk
  99. * Smalltalk at:[put:] deprecated in favour of Smalltalk globals at:[put:]
  100. * <smalltalk.ClassName> deprecated in favour of <globals.ClassName>
  101. + CompiledMethod >>
  102. + defaultProtocol
  103. + Behavior >>
  104. + compile:protocol:
  105. + removeProtocolIfEmpty:
  106. + Package >>
  107. + load
  108. + loadFromNamespace:
  109. + Package class >>
  110. + load:
  111. + load:fromNamespace:
  112. + PackageTransport >> load
  113. + PackageHandler >> load:
  114. + AmdPackageHandler >> load:
  115. + Set >> removeAll
  116. + AssociativeCollection class
  117. + BucketStore class
  118. + SmalltalkImage >>
  119. + globals
  120. + vm
  121. + settings
  122. + Setting class
  123. + String >>
  124. + asSetting
  125. + asSettingIfAbsent:
  126. + settingValue
  127. + settingValueIfAbsent:
  128. + settingValue:
  129. + Smalltalk global variable
  130. - CompiledMethod >>
  131. - category: (use #protocol:)
  132. - defaultCategory
  133. - Behavior >> compile:category:
  134. - HTMLCanvas class >>
  135. - browserVersion
  136. - isMSIE
  137. - isMozilla
  138. - isOpera
  139. - isWebkit
  140. 0.12.2:
  141. * Collection >> contains: is deprecated in favor of anySatisfy:
  142. + Announcer >> on:doOnce:
  143. + String >>
  144. + uriEncoded
  145. + uriDecoded
  146. + uriComponentEncoded
  147. + uriComponentDecoded
  148. + Collection >>
  149. + removeAll
  150. + ifEmpty:ifNotEmpty:
  151. + ifNotEmpty:ifEmpty:
  152. + anyOne
  153. + noneSatisfy:
  154. + anySatisfy:
  155. + allSatisfy:
  156. 0.12.0:
  157. * SmalltalkMethodContext.prototype.fillBlock() takes a third 'index' parameter
  158. * Existing classes moved to new KernelInfrastructure package
  159. * ImporterExporter
  160. * are now StreamExporters
  161. * aware of AMD namespaces
  162. * support transport types and commit channels
  163. + Node >>
  164. + nextChild
  165. + method
  166. + postCopy
  167. + isCascadeNode
  168. + isLastChild
  169. + BlockNode >>
  170. + nextNode:
  171. + nextChild
  172. + SendNode >>
  173. + isCascadeSendNode
  174. + shouldBeAliased
  175. + CompiledMethod >> sendTo:arguments:
  176. + Array >>
  177. + addFirst:
  178. + removeLast
  179. + Number >>
  180. + ceiling
  181. + floor
  182. + asNumber
  183. + //
  184. + cos
  185. + sin
  186. + tan
  187. + arcCos
  188. + arcSin
  189. + arcTan
  190. + log
  191. + log:
  192. + raisedTo:
  193. + sign
  194. + **
  195. + ln
  196. + e
  197. + String class >> esc
  198. + String >>
  199. + asMutator
  200. + capitalized
  201. + isCapitalized
  202. + JSProxy >> printString
  203. + Behavior >>
  204. + ownProtocols
  205. + ownMethods
  206. + JSStream >> nextPutSendIndexFor:
  207. + InterfacingObject class
  208. + Interpreter class
  209. + DocumentFragmentTag class
  210. + AbstractExporter class
  211. + PlatformInterface class
  212. - Node >> extent
  213. - JSStream >> nextPutStatement:with:
  214. - Smalltalk.installSuperclass()
  215. - ClassReferenceNode class (now handled via VariableNode)
  216. 0.11.0:
  217. * AnnouncementSubscription use #valuable: instead of #block: (deprecated)
  218. * AbstractCodeGenerator inherits from Object, not NodeVisitor
  219. * Object>>printString
  220. * replace >>printString with >>printOn:
  221. * replace >>storeString with >>printString
  222. * PackageLoader is now PackageHandler (>>commit: >>setupPackagenamed:prefix: >>ajaxPutAt:data:
  223. * Package>>fetch: is now Package>>load:
  224. * Package>>fetch:prefix: is now Package>>load:prefix:
  225. * Queue>>front replaced by Queue>>next
  226. * Queue>>frontIfAbsent: replaced by Queue>>nextIfAbsent:
  227. * Queue>>back: replaced by Queue>>nextPut:
  228. * smalltalk.addMethod() does not use explicit JS selector
  229. * JSObjectProxy>>canForwardMessage: replaced by use of JSObjectProxy>>lookupProperty: with asJavaScriptSelector
  230. * JSObjectProxy>>forwardMessage: replaced by explicit JSObjectProxy>>forwardMessage:withArguments:
  231. * String>>asJavaScriptSelector moved to Kernel-Objects package
  232. + Object>>asString
  233. + Object>>putOn:
  234. + String>>isVowel
  235. + Collection>>putOn:
  236. + CharacterArray>>putOn:
  237. + Stream>><<
  238. + Stream>>write
  239. + SequenceableCollection>>newStream
  240. + SequenceableCollection>>readStream
  241. + SequenceableCollection>>stream
  242. + SequenceableCollection>>streamClass
  243. + SequenceableCollection>>writeStream
  244. + Collection>>isImmutable
  245. + Stream>>nextPutString:
  246. + StringStream>>nextPutString:
  247. + JSStream>>nextPutClassRefFunction:
  248. + String>>crlfSanitized
  249. + inlined Block now also responds to >>value:
  250. + Parser: split literal into runtimeLiteral and parseTimeLiteral
  251. + Parser: write #(4 #(5 6 #()) 7) as #(4 (5 6 ()) 7)
  252. + Parser: write #(#on:do: #Object) as #(on:do: Object)
  253. + Parser: Symbols for binarie selectores
  254. + Package>>commit
  255. + AIContext>>initializeLocals
  256. + ASTInterpreter>>withBlockContext:
  257. + smalltalk.allSelectors()
  258. + Object>>isCompiledMethod
  259. + Object>>isPackage
  260. + Object>>isBehavior
  261. + ClassMoved Announcemen class
  262. + Behavior>>includesBehavior:
  263. + Environment>>classes
  264. + Environment>>allSelectors
  265. + Environment>>removeProtocol:
  266. + Environment>>renameProtocol:to:in:
  267. + CompiledMethod>>protocol:
  268. + Smalltalk>>globalJsVariables
  269. + Smalltalk>>addGlobalJsVariable:
  270. + Smalltalk>>deleteGlobalJsVariable:
  271. - Object>>storeOn:
  272. - Object>>log:block:
  273. - Object>>printNl
  274. - Compiler-IR.st >>javascriptSelector
  275. - Compiler-IR.st >>nextPutVar:
  276. - Kernel-Collections.st >>asSuperSelector
  277. - Collection>>readStream
  278. - Collection>>stream
  279. - Collection>>streamClass
  280. - Collection>>writeStream
  281. - Symbol class (replaced with String)
  282. - IRInlinedNonLocalReturn class
  283. - IRInlinedSend>>nonLocalReturnInliner
  284. - IRNonLocalReturnInliner class
  285. - Package>>dependencies
  286. - Package>>dependencies:
  287. - Package>>properties
  288. - Package>>jsProperties
  289. - Package>>jsProperties:
  290. - Package>>propertiesAsJSON
  291. - Package>>propertyAt:
  292. - Package>>propertyAt:ifAbsent:
  293. - Package>>propertyAt:put:
  294. - Browser>>ajaxPutAt:data: