API-CHANGES.txt 10 KB

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