API-CHANGES.txt 8.5 KB

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