API-CHANGES.txt 18 KB

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