API-CHANGES.txt 9.6 KB

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