API-CHANGES.txt 21 KB

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