API-CHANGES.txt 19 KB

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