API-CHANGES.txt 10 KB

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