API-CHANGES.txt 21 KB

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