API-CHANGES.txt 8.5 KB

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