API-CHANGES.txt 19 KB

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