API-CHANGES.txt 19 KB

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