API-CHANGES.txt 21 KB

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