API-CHANGES.txt 18 KB

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