API-CHANGES.txt 18 KB

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