API-CHANGES.txt 20 KB

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