API-CHANGES.txt 21 KB

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