API-CHANGES.txt 10.0 KB

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