API-CHANGES.txt 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989
  1. 0.24.1:
  2. * Deprecate Behavior >> javascriptConstructor(:)
  3. + Behavior >>
  4. + alternateConstructorViaSelector:
  5. + beJavaScriptSubclassOf:
  6. + javaScriptConstructor
  7. + javaScriptConstructor:
  8. + amber/boot api >>
  9. + detachClass(klass)
  10. 0.23.2:
  11. + Platform class >>
  12. + fetch:
  13. + fetchUrl:options:
  14. + BrowserPlatform >>
  15. + fetch:
  16. + fetchUrl:options:
  17. + NodePlatform >>
  18. + fetch:
  19. + fetchUrl:options:
  20. 0.23.1:
  21. + TBehaviorDefaults >>
  22. + includingPossibleMetaDo:
  23. + Class >>
  24. + includingPossibleMetaDo:
  25. + CompiledMethod >>
  26. + origin
  27. - SmalltalkImage >>
  28. - includesKey:
  29. 0.23.0:
  30. * Namespace change: amber_core => amber/core.
  31. * amber/boot api addClass only takes 3 params; 4 param version deprecated
  32. + SmalltalkImage >>
  33. + beClean
  34. + amber/helpers exports >>
  35. + beClean
  36. + amber/boot api >>
  37. + setSlots(klass, arrayOfNames)
  38. 0.22.4:
  39. * Remove class IndexableCollection, trait TKeyValueCollection.
  40. * Merge CharacterArray class into String class
  41. * Deprecate CharacterArray class
  42. * Deprecate Collection >> copyWithAll:, #, is enough.
  43. + amber/helpers exports
  44. + loadPackages
  45. - Array >>
  46. - numericallyIndexable
  47. - Set
  48. - detect:ifNone: (pushed up to Collection)
  49. - SequenceableCollection
  50. - numericallyIndexable
  51. - String >>
  52. - numericallyIndexable
  53. 0.22.1:
  54. + BlockClosure >>
  55. + provided
  56. + Class >>
  57. + provided
  58. 0.22.0:
  59. * Deprecate Exception >> resignal. Should have been #pass.
  60. + Compiler >>
  61. + ast:forClass:protocol:
  62. + cleanCodeGenerator
  63. + codeGenerator
  64. + forClass:protocol:
  65. + Exception
  66. + outer
  67. + pass
  68. + JSObjectProxy >>
  69. + removeKey:
  70. + Number >>
  71. + ln1p
  72. + SmalltalkImage >>
  73. + postLoad
  74. - AmberBootstrapInitialization class >>
  75. - initializeClasses
  76. - ClassBuilder >>
  77. - setupClass:
  78. - Compiler >>
  79. - compileNode:forClass:package:
  80. - ProtoObject
  81. - asJSON
  82. - asJavascript
  83. - SmalltalkImage >>
  84. - packageAt:
  85. - amber/boot api >>
  86. - nextId
  87. 0.21.1:
  88. + ClassBuilder >>
  89. + class:instanceVariables:
  90. + JSObjectProxy class >>
  91. + null
  92. + undefined
  93. - ClassBuilder >>
  94. - basicClass:instanceVariableNames:
  95. 0.21.0:
  96. * Deprecate SmalltalkImage >> existsJsGlobal:
  97. + Number >>
  98. + bitAnd:
  99. + bitNot
  100. + bitOr:
  101. + bitXor:
  102. + printStringBase:
  103. + Platform class >>
  104. + includesGlobal:
  105. 0.20.0:
  106. * Internal kernel fields naming changes.
  107. + amber/boot api >>
  108. + traitsOrClasses
  109. - SmalltalkImage >>
  110. - legacyGlobalJsVariables
  111. - amber/boot >>
  112. - nil
  113. - dnu
  114. - amber/boot api >>
  115. - classes
  116. 0.19.1:
  117. * Deprecate amber/boot api nextId, prop globalJsVariables.
  118. * Deprecate ProtoObject >> identityHash.
  119. * Deprecate SmalltalkImage >> packageAt: in favour of explicit #packageAt:if{Absent,Present}:.
  120. + AmberBootstrapInitialization class >>
  121. + run
  122. + initializeClasses
  123. + organizeClasses
  124. + organizeMethods
  125. + Behavior >>
  126. + basicOrganization
  127. + basicOrganization:
  128. + ClassOrganizer >>
  129. + theClass
  130. + ClassOrganizer class >>
  131. + on:
  132. + Compiler class >>
  133. + eval:
  134. + JavaScriptException >>
  135. + shouldBeStubbed
  136. + wrap
  137. + Message class >>
  138. + selector:arguments:notUnderstoodBy:
  139. + MethodContext >>
  140. + stubHere
  141. + stubToAtMost:
  142. + NonBooleanReceiver class >>
  143. + signalOn:
  144. + Package >>
  145. + evalBlock
  146. + evalBlock:
  147. + Package class >>
  148. + named:javaScriptDescriptor:
  149. + SmalltalkImage >>
  150. + packageDictionary
  151. + packageAt:ifPresent:
  152. + TBehaviorProvider >>
  153. + methodOrganizationEnter:andLeave:
  154. + TMasterBehavior >>
  155. + definedMethods
  156. + enterOrganization
  157. + leaveOrganization
  158. + Trait >>
  159. + basicOrganization
  160. + basicOrganization:
  161. + UndefinedObject >>
  162. + ==
  163. + Number >>
  164. + min:max:
  165. + degreesToRadians
  166. + radiansToDegrees
  167. + arcTan:
  168. + between:and:
  169. + Number class >>
  170. + radiansPerDegree
  171. + Point >>
  172. + dotProduct:
  173. + normal
  174. + angle
  175. + normalized
  176. + r
  177. + corner:
  178. + extent:
  179. + rectangle:
  180. + Rectangle >>
  181. + =
  182. + corner
  183. + origin
  184. + containsPoint:
  185. + containsRect:
  186. + printOn:
  187. + Rectangle class >>
  188. + origin:corner:
  189. + origin:extent:
  190. + point:point:
  191. - Package >>
  192. - basicName:
  193. - basicImports
  194. - ProtoObject >>
  195. - isSameInstanceAs:
  196. - ObjectTest >>
  197. - testIdentityHash
  198. - amber/boot api >>
  199. - reservedWords (with the hope no one uses it directly)
  200. 0.19.0:
  201. * Remove class Thenable, add trait TThenable.
  202. * Behavior / Trait hierarchy uses traits.
  203. + NativeFunction class >>
  204. + isNativeFunction:
  205. + IRInstructions >>
  206. + isSelf
  207. + isSuper
  208. + IRVariable >>
  209. + isSelf
  210. + isSuper
  211. + ScopeVar >>
  212. + isSelf
  213. + isSuper
  214. + PseudoVar >>
  215. + isSelf
  216. + isSuper
  217. +UndefinedObject >>
  218. + identityHash
  219. + value
  220. + amber/boot >>
  221. + nilAsValue
  222. - IRSend >>
  223. - isSuperSend
  224. 0.18.3:
  225. * Move {add,remove}Element from Array.prototype to kernel API.
  226. * New superclass of Behavior named BehaviorBody, pushed up some methods.
  227. * Represents named holder of methods; hierarchy and instantiation left to Behavior.
  228. * Add class Trait as subclass of BehaviorBody.
  229. * Add class TraitTransformation.
  230. * Deprecate #asJSON in favour of #asJavaScriptObject.
  231. * Deprecate #asJavascript in favour of #asJavaScriptSource.
  232. + BehaviorBody >>
  233. + setTraitComposition:
  234. + traitCompositionDefinition
  235. + traitUsers
  236. + allSubclassesDo:
  237. + superclass
  238. + Trait >>
  239. + allInstanceVariableNames
  240. + allSubclassesDo:
  241. + asJavascript
  242. + asTraitComposition
  243. + category
  244. + classTag
  245. + definition
  246. + package
  247. + superclass
  248. + theMetaClass
  249. + theNonMetaClass
  250. + exportBehaviorDefinitionTo:using:
  251. + traitUsers
  252. + package:
  253. + Trait class >>
  254. + named:package:
  255. + named:uses:package:
  256. + TraitTransformation >>
  257. + -
  258. + @
  259. + addAliases:
  260. + addExclusions:
  261. + aliases
  262. + asJSON
  263. + asJavascript
  264. + asTraitComposition
  265. + asTraitTransformation
  266. + definition
  267. + exclusions
  268. + initialize
  269. + postCopy
  270. + trait
  271. + trait:
  272. + Collection >>
  273. + copyWithout:
  274. + SequenceableCollection >>
  275. + reverseDo:
  276. + Array >>
  277. + asTraitComposition
  278. + amber/boot api >>
  279. + addElement
  280. + removeElement
  281. + wrapJavaScript
  282. + CharacterArray >>
  283. + asSymbolPrintOn:
  284. + symbolPrintString
  285. + String >>
  286. + isSelector
  287. + StringStream >>
  288. + print:
  289. + printSymbol:
  290. + Package >>
  291. + traitCompositions
  292. + Class >>
  293. + subClass:
  294. + subClass:uses:
  295. + subClass:uses:instanceVariables:
  296. + subClass:uses:instanceVariables:category:
  297. + subClass:uses:instanceVariables:classVariables:poolDictionaries:category:
  298. + subClass:uses:instanceVariables:package:
  299. + UndefinedObject >>
  300. + subClass:
  301. + subClass:uses:
  302. + subClass:uses:instanceVariables:
  303. + subClass:uses:instanceVariables:category:
  304. + subClass:uses:instanceVariables:classVariables:poolDictionaries:category:
  305. + subClass:uses:instanceVariables:package:
  306. + Metaclass >>
  307. + uses:instanceVariableNames:
  308. - Association >>
  309. - importsString
  310. - String >>
  311. - importsString
  312. - AbstractExporter
  313. - classNameFor:
  314. - Exporter >>
  315. - jsClassNameFor:
  316. 0.18.2:
  317. * Add Platform-DOM package with DOM-related stuff.
  318. * Platform-DOM not loaded by default. Packages that will use it will import it.
  319. + PlatformDom class >>
  320. + isFeasible
  321. + isDomNode:
  322. + newCustomEvent:detail:
  323. + toArray:
  324. + CharacterArray >>
  325. + asDomNode
  326. + Collection >>
  327. + asDomNode
  328. + JSObjectProxy >>
  329. + asDomNode
  330. + String >>
  331. + htmlTextContent
  332. 0.18.1:
  333. + ASTNode >>
  334. + withTail:
  335. - SendNode >>
  336. - valueWithReceiver:
  337. 0.18.0:
  338. * Remove class RethrowErrorHandler (hack for cli before 0.12.3).
  339. * Add Kernel-Dag package with abstract DAG-node and DAG-node visitor.
  340. * Some internal API changes in Compiler-* (including the move to DAG-node).
  341. - Object >>
  342. - throw:
  343. 0.17.0:
  344. * Remove classes InterfacingObject, PlatformInterface.
  345. * Deprecate $boot.nil (use $boot.nilAsReceiver).
  346. + amber/boot >>
  347. + nilAsReceiver
  348. - NativeFunction class >>
  349. - constructor:
  350. - constructor:value:
  351. - constructor:value:value:
  352. - constructor:value:value:value:
  353. 0.16.1:
  354. * Deprecate $boot.dnu (use $boot.nilAsClass).
  355. + amber/boot >>
  356. + nilAsClass
  357. 0.16.0:
  358. * Deprecate ClassBuilder >> setupClass:
  359. * $core.initialize now returns a Promise
  360. * $core.addClass now returns the class
  361. + amber/boot api >>
  362. + send2
  363. + traverseClassTree
  364. + Promise class >>
  365. + new
  366. - amber/boot api >>
  367. - wrapClassName
  368. - send
  369. - allSubclasses
  370. - AbstractCodeGenerator >>
  371. - classNameFor:
  372. 0.15.1:
  373. * Thenable class added
  374. * Promise class added, wraps JS Promise, subclass of Thenable
  375. + Thenable >>
  376. + catch:
  377. + on:do:
  378. + on:do:catch:
  379. + then:
  380. + then:catch:
  381. + then:on:do:
  382. + then:on:do:catch:
  383. + JSObjectProxy >>
  384. + catch:
  385. + on:do:
  386. + on:do:catch:
  387. + then:
  388. + then:catch:
  389. + then:on:do:
  390. + then:on:do:catch:
  391. + amber/boot api >>
  392. + seamless
  393. + Promise class >>
  394. + new:
  395. + forBlock:
  396. + value:
  397. + signal:
  398. + all:
  399. + any:
  400. 0.14.18:
  401. * Some internal API changes in Compiler-*.
  402. 0.14.14:
  403. * InterfacingObject >> ajax: deprecated
  404. * PlatformInterface class deprecated
  405. * Class BrowserInterface removed
  406. * Class Terminal, BrowserTerminal added
  407. * Class Platform, BrowserPlatform added
  408. + Environment >>
  409. + renamePackage:to:
  410. + Platform class >>
  411. + globals
  412. + newXhr
  413. + Terminal class >>
  414. + alert:
  415. + confirm:
  416. + prompt:
  417. + prompt:default:
  418. SmalltalkImage >>
  419. + existsJsGlobal:
  420. - PlatformInterface class >>
  421. - initialize
  422. - setWorker:
  423. 0.14.12:
  424. + JSObjectProxy >>
  425. + putOn:
  426. + ProtoStream >>
  427. + nextPutJSObject:
  428. 0.14.11:
  429. * Basic streaming protocol extracted from Stream to ProtoStream
  430. + Object >>
  431. + in:
  432. + JSObjectProxy >>
  433. + in:
  434. 0.14.10:
  435. + JSObjectProxy class >>
  436. + addObjectVariablesTo:ofProxy:
  437. + compareJSObjectOfProxy:withProxy:
  438. + forwardMessage:withArguments:ofProxy:
  439. + jsObject:ofProxy:
  440. + lookupProperty:ofProxy:
  441. - JSObjectProxy >>
  442. - jsObject:
  443. - lookupProperty:
  444. - compareJSObjectWith:
  445. - addObjectVariablesTo:
  446. - forwardMessage:withArguments:
  447. 0.14.4:
  448. + AmdExporter >>
  449. + importsForOutput:
  450. + AbstractCodeGenerator >>
  451. + currentPackage
  452. + currentPackage:
  453. + Compiler >>
  454. + currentPackage
  455. + currentPackage:
  456. + compile:forClass:protocol:
  457. + compileNode:forClass:package:
  458. + SemanticAnalyzer >>
  459. + thePackage
  460. + thePackage:
  461. + isVariableUndefined:inPackage:
  462. - Compiler >>
  463. - compile:
  464. - compile:forClass:
  465. - compileExpression:
  466. - SemanticAnalyzer >>
  467. - isVariableGloabllyUndefined:
  468. - Behavior >>
  469. - compile:
  470. 0.14.3:
  471. * #heliosClass is now #classTag
  472. + Compiler >>
  473. + eval:forPackage:
  474. + Behavior >>
  475. + packageOfProtocol:
  476. + Exporter >>
  477. + exportPackageContextOf:on:
  478. + exportPackageImportsOf:on:
  479. + Package >>
  480. + basicImports
  481. + imports
  482. + imports:
  483. + importsDefinition
  484. + importsFromJson:
  485. + importsAsJson
  486. + sortedImportsAsArray
  487. + validateImports:
  488. + Package class >>
  489. + named:imports:transport:
  490. + Association >>
  491. + importsString
  492. + String >>
  493. + importsString
  494. + ProtoObject >>
  495. + ifNil:
  496. + ifNil:ifNotNil:
  497. + ifNotNil:
  498. + ifNotNil:ifNil:
  499. + isNil
  500. + notNil
  501. - Object >>
  502. - ifNil:
  503. - ifNil:ifNotNil:
  504. - ifNotNil:
  505. - ifNotNil:ifNil:
  506. - isNil
  507. - notNil
  508. 0.14.1:
  509. * NativeFunction class >> constructor:[value:...] deprecated
  510. + NativeFunction class >>
  511. + constructorNamed:
  512. + constructorNamed:value:
  513. + constructorNamed:value:value:
  514. + constructorNamed:value:value:value:
  515. + constructorOf:
  516. + constructorOf:value:
  517. + constructorOf:value:value:
  518. + constructorOf:value:value:value:
  519. + functionNamed:
  520. + functionNamed:value:
  521. + functionNamed:value:value:
  522. + functionNamed:value:value:value:
  523. + functionNamed:valueWithArgs:
  524. + functionOf:
  525. + functionOf:value:
  526. + functionOf:value:value:
  527. + functionOf:value:value:value:
  528. + functionOf:valueWithArgs:
  529. + methodOf:this:
  530. + methodOf:this:value:
  531. + methodOf:this:value:value:
  532. + methodOf:this:value:value:value:
  533. + methodOf:this:valueWithArgs:
  534. + SmalltalkImage >>
  535. + optOut:
  536. + cancelOptOut:
  537. 0.14.0:
  538. + Object >>
  539. + asJQuery
  540. + asJQueryInContext:
  541. + BlockClosure >>
  542. + asJQuery
  543. + asJQueryInContext:
  544. - AnnouncementSubscription >>
  545. - block
  546. - block:
  547. - Collection >>
  548. - contains:
  549. - String >>
  550. - asSelector
  551. - asJavaScriptSelector
  552. - SmalltalkImage >>
  553. - at:
  554. - at:ifAbsent:
  555. - at:put:
  556. - current
  557. - vm
  558. - createPackage:properties:
  559. - MethodContext >>
  560. - temps
  561. - Object >>
  562. - try:catch:
  563. 0.13.2:
  564. + SourceArea class >>
  565. + codeMirror
  566. 0.13.1:
  567. * String >> asSelector is now String >> asJavaScriptMethodName
  568. * String >> asJavaScriptSelector is now String >> asJavaScriptPropertyName
  569. * smalltalk.selector is now smalltalk.st2js
  570. * smalltalk.convertSelector is now smalltalk.js2st
  571. * Collection >> ifEmpty:ifNotEmpty: family passes self to ifNotEmpty: block
  572. * Smalltalk vm is now Smalltalk core
  573. * boot.js's .vm is now .api
  574. * amber load sets' .vm is now .api
  575. * Internal variables smalltalk/globals/_st are now $core/$globals/$recv
  576. + smalltalk.
  577. + accessJavaScript
  578. + Object >>
  579. + postMessageTo:
  580. + postMessageTo:origin:
  581. + Class >>
  582. + heliosClass
  583. + SmalltalkImage >>
  584. + core
  585. + amber/boot
  586. + api
  587. + amber/{devel,deploy,lang} exports
  588. + api
  589. - ProtoObject class >>
  590. - heliosClass
  591. - Object class >>
  592. - heliosClass
  593. - amber/boot
  594. - vm
  595. 0.12.6:
  596. + String >>
  597. + value:
  598. + ProtocolAnnouncement >>
  599. + package
  600. + Behavior >>
  601. + isTestClass
  602. + Package >>
  603. + isTestPackage
  604. + amber/{devel,deploy,lang} exports
  605. + nil
  606. + amber/helpers exports
  607. + nil
  608. 0.12.4:
  609. * Package Canvas renamed to Web
  610. * Object >> try:catch: deprecated in favour of BlockClosure >> tryCatch:
  611. + Announcer >>
  612. + on:do:for:
  613. + Node >>
  614. + navigationNodeAt:ifAbsent:
  615. + BlockClosure >>
  616. + tryCatch:
  617. + Environment >>
  618. + evaluate:for:
  619. + AmberCli >>
  620. + version:
  621. + Object >>
  622. + deprecatedAPI:
  623. - Environment >>
  624. - eval:on:
  625. - evaluateString:on:
  626. 0.12.3:
  627. * Package Import-Export renamed to Kernel-ImportExport
  628. * A dozen of methods moved from Object to ProtoObject
  629. * HashedCollection >> at:ifAbsentPut: pushed up to SequenceableCollection
  630. * HashedCollection >> , is now allowed (removed shouldNotImplement)
  631. * HashedCollection and Dictionary both subclasses of AssociativeCollection
  632. * Smalltalk class moved to SmalltalkImage class, Smalltalk is now global var
  633. * Smalltalk current deprecated in favour of Smalltalk
  634. * Smalltalk at:[put:] deprecated in favour of Smalltalk globals at:[put:]
  635. * <smalltalk.ClassName> deprecated in favour of <globals.ClassName>
  636. + CompiledMethod >>
  637. + defaultProtocol
  638. + Behavior >>
  639. + compile:protocol:
  640. + removeProtocolIfEmpty:
  641. + Package >>
  642. + load
  643. + loadFromNamespace:
  644. + Package class >>
  645. + load:
  646. + load:fromNamespace:
  647. + PackageTransport >> load
  648. + PackageHandler >> load:
  649. + AmdPackageHandler >> load:
  650. + Set >> removeAll
  651. + AssociativeCollection class
  652. + BucketStore class
  653. + SmalltalkImage >>
  654. + globals
  655. + vm
  656. + settings
  657. + Setting class
  658. + String >>
  659. + asSetting
  660. + asSettingIfAbsent:
  661. + settingValue
  662. + settingValueIfAbsent:
  663. + settingValue:
  664. + Smalltalk global variable
  665. - CompiledMethod >>
  666. - category: (use #protocol:)
  667. - defaultCategory
  668. - Behavior >> compile:category:
  669. - HTMLCanvas class >>
  670. - browserVersion
  671. - isMSIE
  672. - isMozilla
  673. - isOpera
  674. - isWebkit
  675. 0.12.2:
  676. * Collection >> contains: is deprecated in favor of anySatisfy:
  677. + Announcer >> on:doOnce:
  678. + String >>
  679. + uriEncoded
  680. + uriDecoded
  681. + uriComponentEncoded
  682. + uriComponentDecoded
  683. + Collection >>
  684. + removeAll
  685. + ifEmpty:ifNotEmpty:
  686. + ifNotEmpty:ifEmpty:
  687. + anyOne
  688. + noneSatisfy:
  689. + anySatisfy:
  690. + allSatisfy:
  691. 0.12.0:
  692. * SmalltalkMethodContext.prototype.fillBlock() takes a third 'index' parameter
  693. * Existing classes moved to new KernelInfrastructure package
  694. * ImporterExporter
  695. * are now StreamExporters
  696. * aware of AMD namespaces
  697. * support transport types and commit channels
  698. + Node >>
  699. + nextChild
  700. + method
  701. + postCopy
  702. + isCascadeNode
  703. + isLastChild
  704. + BlockNode >>
  705. + nextNode:
  706. + nextChild
  707. + SendNode >>
  708. + isCascadeSendNode
  709. + shouldBeAliased
  710. + CompiledMethod >> sendTo:arguments:
  711. + Array >>
  712. + addFirst:
  713. + removeLast
  714. + Number >>
  715. + ceiling
  716. + floor
  717. + asNumber
  718. + //
  719. + cos
  720. + sin
  721. + tan
  722. + arcCos
  723. + arcSin
  724. + arcTan
  725. + log
  726. + log:
  727. + raisedTo:
  728. + sign
  729. + **
  730. + ln
  731. + e
  732. + String class >> esc
  733. + String >>
  734. + asMutator
  735. + capitalized
  736. + isCapitalized
  737. + JSProxy >> printString
  738. + Behavior >>
  739. + ownProtocols
  740. + ownMethods
  741. + JSStream >> nextPutSendIndexFor:
  742. + InterfacingObject class
  743. + Interpreter class
  744. + DocumentFragmentTag class
  745. + AbstractExporter class
  746. + PlatformInterface class
  747. - Node >> extent
  748. - JSStream >> nextPutStatement:with:
  749. - Smalltalk.installSuperclass()
  750. - ClassReferenceNode class (now handled via VariableNode)
  751. 0.11.0:
  752. * AnnouncementSubscription use #valuable: instead of #block: (deprecated)
  753. * AbstractCodeGenerator inherits from Object, not NodeVisitor
  754. * Object>>printString
  755. * replace >>printString with >>printOn:
  756. * replace >>storeString with >>printString
  757. * PackageLoader is now PackageHandler (>>commit: >>setupPackagenamed:prefix: >>ajaxPutAt:data:
  758. * Package>>fetch: is now Package>>load:
  759. * Package>>fetch:prefix: is now Package>>load:prefix:
  760. * Queue>>front replaced by Queue>>next
  761. * Queue>>frontIfAbsent: replaced by Queue>>nextIfAbsent:
  762. * Queue>>back: replaced by Queue>>nextPut:
  763. * smalltalk.addMethod() does not use explicit JS selector
  764. * JSObjectProxy>>canForwardMessage: replaced by use of JSObjectProxy>>lookupProperty: with asJavaScriptSelector
  765. * JSObjectProxy>>forwardMessage: replaced by explicit JSObjectProxy>>forwardMessage:withArguments:
  766. * String>>asJavaScriptSelector moved to Kernel-Objects package
  767. + Object>>asString
  768. + Object>>putOn:
  769. + String>>isVowel
  770. + Collection>>putOn:
  771. + CharacterArray>>putOn:
  772. + Stream>><<
  773. + Stream>>write
  774. + SequenceableCollection>>newStream
  775. + SequenceableCollection>>readStream
  776. + SequenceableCollection>>stream
  777. + SequenceableCollection>>streamClass
  778. + SequenceableCollection>>writeStream
  779. + Collection>>isImmutable
  780. + Stream>>nextPutString:
  781. + StringStream>>nextPutString:
  782. + JSStream>>nextPutClassRefFunction:
  783. + String>>crlfSanitized
  784. + inlined Block now also responds to >>value:
  785. + Parser: split literal into runtimeLiteral and parseTimeLiteral
  786. + Parser: write #(4 #(5 6 #()) 7) as #(4 (5 6 ()) 7)
  787. + Parser: write #(#on:do: #Object) as #(on:do: Object)
  788. + Parser: Symbols for binarie selectores
  789. + Package>>commit
  790. + AIContext>>initializeLocals
  791. + ASTInterpreter>>withBlockContext:
  792. + smalltalk.allSelectors()
  793. + Object>>isCompiledMethod
  794. + Object>>isPackage
  795. + Object>>isBehavior
  796. + ClassMoved Announcemen class
  797. + Behavior>>includesBehavior:
  798. + Environment>>classes
  799. + Environment>>allSelectors
  800. + Environment>>removeProtocol:
  801. + Environment>>renameProtocol:to:in:
  802. + CompiledMethod>>protocol:
  803. + Smalltalk>>globalJsVariables
  804. + Smalltalk>>addGlobalJsVariable:
  805. + Smalltalk>>deleteGlobalJsVariable:
  806. - Object>>storeOn:
  807. - Object>>log:block:
  808. - Object>>printNl
  809. - Compiler-IR.st >>javascriptSelector
  810. - Compiler-IR.st >>nextPutVar:
  811. - Kernel-Collections.st >>asSuperSelector
  812. - Collection>>readStream
  813. - Collection>>stream
  814. - Collection>>streamClass
  815. - Collection>>writeStream
  816. - Symbol class (replaced with String)
  817. - IRInlinedNonLocalReturn class
  818. - IRInlinedSend>>nonLocalReturnInliner
  819. - IRNonLocalReturnInliner class
  820. - Package>>dependencies
  821. - Package>>dependencies:
  822. - Package>>properties
  823. - Package>>jsProperties
  824. - Package>>jsProperties:
  825. - Package>>propertiesAsJSON
  826. - Package>>propertyAt:
  827. - Package>>propertyAt:ifAbsent:
  828. - Package>>propertyAt:put:
  829. - Browser>>ajaxPutAt:data: