API-CHANGES.txt 19 KB

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