API-CHANGES.txt 21 KB

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