1
0

API-CHANGES.txt 8.0 KB

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