API-CHANGES.txt 18 KB

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