API-CHANGES.txt 9.8 KB

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