API-CHANGES.txt 18 KB

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