API-CHANGES.txt 10 KB

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