API-CHANGES.txt 7.8 KB

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