API-CHANGES.txt 21 KB

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