API-CHANGES.txt 8.1 KB

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