API-CHANGES.txt 19 KB

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