API-CHANGES.txt 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471
  1. 0.14.12:
  2. + JSObjectProxy >>
  3. + putOn:
  4. + ProtoStream >>
  5. + nextPutJSObject:
  6. 0.14.11:
  7. * Basic streaming protocol extracted from Stream to ProtoStream
  8. + Object >>
  9. + in:
  10. + JSObjectProxy >>
  11. + in:
  12. 0.14.10:
  13. + JSObjectProxy class >>
  14. + addObjectVariablesTo:ofProxy:
  15. + compareJSObjectOfProxy:withProxy:
  16. + forwardMessage:withArguments:ofProxy:
  17. + jsObject:ofProxy:
  18. + lookupProperty:ofProxy:
  19. - JSObjectProxy >>
  20. - jsObject:
  21. - lookupProperty:
  22. - compareJSObjectWith:
  23. - addObjectVariablesTo:
  24. - forwardMessage:withArguments:
  25. 0.14.4:
  26. + AmdExporter >>
  27. + importsForOutput:
  28. + AbstractCodeGenerator >>
  29. + currentPackage
  30. + currentPackage:
  31. + Compiler >>
  32. + currentPackage
  33. + currentPackage:
  34. + compile:forClass:protocol:
  35. + compileNode:forClass:package:
  36. + SemanticAnalyzer >>
  37. + thePackage
  38. + thePackage:
  39. + isVariableUndefined:inPackage:
  40. - Compiler >>
  41. - compile:
  42. - compile:forClass:
  43. - compileExpression:
  44. - SemanticAnalyzer >>
  45. - isVariableGloabllyUndefined:
  46. - Behavior >>
  47. - compile:
  48. 0.14.3:
  49. * #heliosClass is now #classTag
  50. + Compiler >>
  51. + eval:forPackage:
  52. + Behavior >>
  53. + packageOfProtocol:
  54. + Exporter >>
  55. + exportPackageContextOf:on:
  56. + exportPackageImportsOf:on:
  57. + Package >>
  58. + basicImports
  59. + imports
  60. + imports:
  61. + importsDefinition
  62. + importsFromJson:
  63. + importsAsJson
  64. + sortedImportsAsArray
  65. + validateImports:
  66. + Package class >>
  67. + named:imports:transport:
  68. + Association >>
  69. + importsString
  70. + String >>
  71. + importsString
  72. + ProtoObject >>
  73. + ifNil:
  74. + ifNil:ifNotNil:
  75. + ifNotNil:
  76. + ifNotNil:ifNil:
  77. + isNil
  78. + notNil
  79. - Object >>
  80. - ifNil:
  81. - ifNil:ifNotNil:
  82. - ifNotNil:
  83. - ifNotNil:ifNil:
  84. - isNil
  85. - notNil
  86. 0.14.1:
  87. * NativeFunction class >> constructor:[value:...] deprecated
  88. + NativeFunction class >>
  89. + constructorNamed:
  90. + constructorNamed:value:
  91. + constructorNamed:value:value:
  92. + constructorNamed:value:value:value:
  93. + constructorOf:
  94. + constructorOf:value:
  95. + constructorOf:value:value:
  96. + constructorOf:value:value:value:
  97. + functionNamed:
  98. + functionNamed:value:
  99. + functionNamed:value:value:
  100. + functionNamed:value:value:value:
  101. + functionNamed:valueWithArgs:
  102. + functionOf:
  103. + functionOf:value:
  104. + functionOf:value:value:
  105. + functionOf:value:value:value:
  106. + functionOf:valueWithArgs:
  107. + methodOf:this:
  108. + methodOf:this:value:
  109. + methodOf:this:value:value:
  110. + methodOf:this:value:value:value:
  111. + methodOf:this:valueWithArgs:
  112. + SmalltalkImage >>
  113. + optOut:
  114. + cancelOptOut:
  115. 0.14.0:
  116. + Object >>
  117. + asJQuery
  118. + asJQueryInContext:
  119. + BlockClosure >>
  120. + asJQuery
  121. + asJQueryInContext:
  122. - AnnouncementSubscription >>
  123. - block
  124. - block:
  125. - Collection >>
  126. - contains:
  127. - String >>
  128. - asSelector
  129. - asJavaScriptSelector
  130. - SmalltalkImage >>
  131. - at:
  132. - at:ifAbsent:
  133. - at:put:
  134. - current
  135. - vm
  136. - createPackage:properties:
  137. - MethodContext >>
  138. - temps
  139. - Object >>
  140. - try:catch:
  141. 0.13.2:
  142. + SourceArea class >>
  143. + codeMirror
  144. 0.13.1:
  145. * String >> asSelector is now String >> asJavaScriptMethodName
  146. * String >> asJavaScriptSelector is now String >> asJavaScriptPropertyName
  147. * smalltalk.selector is now smalltalk.st2js
  148. * smalltalk.convertSelector is now smalltalk.js2st
  149. * Collection >> ifEmpty:ifNotEmpty: family passes self to ifNotEmpty: block
  150. * Smalltalk vm is now Smalltalk core
  151. * boot.js's .vm is now .api
  152. * amber load sets' .vm is now .api
  153. * Internal variables smalltalk/globals/_st are now $core/$globals/$recv
  154. + smalltalk.
  155. + accessJavaScript
  156. + Object >>
  157. + postMessageTo:
  158. + postMessageTo:origin:
  159. + Class >>
  160. + heliosClass
  161. + SmalltalkImage >>
  162. + core
  163. + amber/boot exports
  164. + api
  165. + amber/{devel,deploy,lang} exports
  166. + api
  167. - ProtoObject class >>
  168. - heliosClass
  169. - Object class >>
  170. - heliosClass
  171. 0.12.6:
  172. + String >>
  173. + value:
  174. + ProtocolAnnouncement >>
  175. + package
  176. + Behavior >>
  177. + isTestClass
  178. + Package >>
  179. + isTestPackage
  180. + amber/{devel,deploy,lang} exports
  181. + nil
  182. + amber/helpers exports
  183. + nil
  184. 0.12.4:
  185. * Package Canvas renamed to Web
  186. * Object >> try:catch: deprecated in favour of BlockClosure >> tryCatch:
  187. + Announcer >>
  188. + on:do:for:
  189. + Node >>
  190. + navigationNodeAt:ifAbsent:
  191. + BlockClosure >>
  192. + tryCatch:
  193. + Environment >>
  194. + evaluate:for:
  195. + AmberCli >>
  196. + version:
  197. + Object >>
  198. + deprecatedAPI:
  199. - Environment >>
  200. - eval:on:
  201. - evaluateString:on:
  202. 0.12.3:
  203. * Package Import-Export renamed to Kernel-ImportExport
  204. * A dozen of methods moved from Object to ProtoObject
  205. * HashedCollection >> at:ifAbsentPut: pushed up to SequenceableCollection
  206. * HashedCollection >> , is now allowed (removed shouldNotImplement)
  207. * HashedCollection and Dictionary both subclasses of AssociativeCollection
  208. * Smalltalk class moved to SmalltalkImage class, Smalltalk is now global var
  209. * Smalltalk current deprecated in favour of Smalltalk
  210. * Smalltalk at:[put:] deprecated in favour of Smalltalk globals at:[put:]
  211. * <smalltalk.ClassName> deprecated in favour of <globals.ClassName>
  212. + CompiledMethod >>
  213. + defaultProtocol
  214. + Behavior >>
  215. + compile:protocol:
  216. + removeProtocolIfEmpty:
  217. + Package >>
  218. + load
  219. + loadFromNamespace:
  220. + Package class >>
  221. + load:
  222. + load:fromNamespace:
  223. + PackageTransport >> load
  224. + PackageHandler >> load:
  225. + AmdPackageHandler >> load:
  226. + Set >> removeAll
  227. + AssociativeCollection class
  228. + BucketStore class
  229. + SmalltalkImage >>
  230. + globals
  231. + vm
  232. + settings
  233. + Setting class
  234. + String >>
  235. + asSetting
  236. + asSettingIfAbsent:
  237. + settingValue
  238. + settingValueIfAbsent:
  239. + settingValue:
  240. + Smalltalk global variable
  241. - CompiledMethod >>
  242. - category: (use #protocol:)
  243. - defaultCategory
  244. - Behavior >> compile:category:
  245. - HTMLCanvas class >>
  246. - browserVersion
  247. - isMSIE
  248. - isMozilla
  249. - isOpera
  250. - isWebkit
  251. 0.12.2:
  252. * Collection >> contains: is deprecated in favor of anySatisfy:
  253. + Announcer >> on:doOnce:
  254. + String >>
  255. + uriEncoded
  256. + uriDecoded
  257. + uriComponentEncoded
  258. + uriComponentDecoded
  259. + Collection >>
  260. + removeAll
  261. + ifEmpty:ifNotEmpty:
  262. + ifNotEmpty:ifEmpty:
  263. + anyOne
  264. + noneSatisfy:
  265. + anySatisfy:
  266. + allSatisfy:
  267. 0.12.0:
  268. * SmalltalkMethodContext.prototype.fillBlock() takes a third 'index' parameter
  269. * Existing classes moved to new KernelInfrastructure package
  270. * ImporterExporter
  271. * are now StreamExporters
  272. * aware of AMD namespaces
  273. * support transport types and commit channels
  274. + Node >>
  275. + nextChild
  276. + method
  277. + postCopy
  278. + isCascadeNode
  279. + isLastChild
  280. + BlockNode >>
  281. + nextNode:
  282. + nextChild
  283. + SendNode >>
  284. + isCascadeSendNode
  285. + shouldBeAliased
  286. + CompiledMethod >> sendTo:arguments:
  287. + Array >>
  288. + addFirst:
  289. + removeLast
  290. + Number >>
  291. + ceiling
  292. + floor
  293. + asNumber
  294. + //
  295. + cos
  296. + sin
  297. + tan
  298. + arcCos
  299. + arcSin
  300. + arcTan
  301. + log
  302. + log:
  303. + raisedTo:
  304. + sign
  305. + **
  306. + ln
  307. + e
  308. + String class >> esc
  309. + String >>
  310. + asMutator
  311. + capitalized
  312. + isCapitalized
  313. + JSProxy >> printString
  314. + Behavior >>
  315. + ownProtocols
  316. + ownMethods
  317. + JSStream >> nextPutSendIndexFor:
  318. + InterfacingObject class
  319. + Interpreter class
  320. + DocumentFragmentTag class
  321. + AbstractExporter class
  322. + PlatformInterface class
  323. - Node >> extent
  324. - JSStream >> nextPutStatement:with:
  325. - Smalltalk.installSuperclass()
  326. - ClassReferenceNode class (now handled via VariableNode)
  327. 0.11.0:
  328. * AnnouncementSubscription use #valuable: instead of #block: (deprecated)
  329. * AbstractCodeGenerator inherits from Object, not NodeVisitor
  330. * Object>>printString
  331. * replace >>printString with >>printOn:
  332. * replace >>storeString with >>printString
  333. * PackageLoader is now PackageHandler (>>commit: >>setupPackagenamed:prefix: >>ajaxPutAt:data:
  334. * Package>>fetch: is now Package>>load:
  335. * Package>>fetch:prefix: is now Package>>load:prefix:
  336. * Queue>>front replaced by Queue>>next
  337. * Queue>>frontIfAbsent: replaced by Queue>>nextIfAbsent:
  338. * Queue>>back: replaced by Queue>>nextPut:
  339. * smalltalk.addMethod() does not use explicit JS selector
  340. * JSObjectProxy>>canForwardMessage: replaced by use of JSObjectProxy>>lookupProperty: with asJavaScriptSelector
  341. * JSObjectProxy>>forwardMessage: replaced by explicit JSObjectProxy>>forwardMessage:withArguments:
  342. * String>>asJavaScriptSelector moved to Kernel-Objects package
  343. + Object>>asString
  344. + Object>>putOn:
  345. + String>>isVowel
  346. + Collection>>putOn:
  347. + CharacterArray>>putOn:
  348. + Stream>><<
  349. + Stream>>write
  350. + SequenceableCollection>>newStream
  351. + SequenceableCollection>>readStream
  352. + SequenceableCollection>>stream
  353. + SequenceableCollection>>streamClass
  354. + SequenceableCollection>>writeStream
  355. + Collection>>isImmutable
  356. + Stream>>nextPutString:
  357. + StringStream>>nextPutString:
  358. + JSStream>>nextPutClassRefFunction:
  359. + String>>crlfSanitized
  360. + inlined Block now also responds to >>value:
  361. + Parser: split literal into runtimeLiteral and parseTimeLiteral
  362. + Parser: write #(4 #(5 6 #()) 7) as #(4 (5 6 ()) 7)
  363. + Parser: write #(#on:do: #Object) as #(on:do: Object)
  364. + Parser: Symbols for binarie selectores
  365. + Package>>commit
  366. + AIContext>>initializeLocals
  367. + ASTInterpreter>>withBlockContext:
  368. + smalltalk.allSelectors()
  369. + Object>>isCompiledMethod
  370. + Object>>isPackage
  371. + Object>>isBehavior
  372. + ClassMoved Announcemen class
  373. + Behavior>>includesBehavior:
  374. + Environment>>classes
  375. + Environment>>allSelectors
  376. + Environment>>removeProtocol:
  377. + Environment>>renameProtocol:to:in:
  378. + CompiledMethod>>protocol:
  379. + Smalltalk>>globalJsVariables
  380. + Smalltalk>>addGlobalJsVariable:
  381. + Smalltalk>>deleteGlobalJsVariable:
  382. - Object>>storeOn:
  383. - Object>>log:block:
  384. - Object>>printNl
  385. - Compiler-IR.st >>javascriptSelector
  386. - Compiler-IR.st >>nextPutVar:
  387. - Kernel-Collections.st >>asSuperSelector
  388. - Collection>>readStream
  389. - Collection>>stream
  390. - Collection>>streamClass
  391. - Collection>>writeStream
  392. - Symbol class (replaced with String)
  393. - IRInlinedNonLocalReturn class
  394. - IRInlinedSend>>nonLocalReturnInliner
  395. - IRNonLocalReturnInliner class
  396. - Package>>dependencies
  397. - Package>>dependencies:
  398. - Package>>properties
  399. - Package>>jsProperties
  400. - Package>>jsProperties:
  401. - Package>>propertiesAsJSON
  402. - Package>>propertyAt:
  403. - Package>>propertyAt:ifAbsent:
  404. - Package>>propertyAt:put:
  405. - Browser>>ajaxPutAt:data: