API-CHANGES.txt 19 KB

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