API-CHANGES.txt 9.9 KB

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