API-CHANGES.txt 19 KB

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