API-CHANGES.txt 20 KB

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