File tree Expand file tree Collapse file tree 5 files changed +16
-4
lines changed
Expand file tree Collapse file tree 5 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ namespace Fable.CLI
22
33module Literals =
44
5- let [<Literal>] VERSION = " 2.0.3 "
5+ let [<Literal>] VERSION = " 2.0.4 "
66 let [<Literal>] CORE_VERSION = " 2.0.0"
77 let [<Literal>] DEFAULT_PORT = 61225
88 let [<Literal>] FORCE = " force:"
Original file line number Diff line number Diff line change 22<Project Sdk =" Microsoft.NET.Sdk" >
33 <PropertyGroup >
44 <Description >Fable: F# to JS Compiler</Description >
5- <Version >2.0.3 </Version >
6- <PackageVersion >2.0.3 </PackageVersion >
5+ <Version >2.0.4 </Version >
6+ <PackageVersion >2.0.4 </PackageVersion >
77 <OutputType >Exe</OutputType >
88 <PackageType >DotnetCliTool</PackageType >
99 <AssemblyName >dotnet-fable</AssemblyName >
Original file line number Diff line number Diff line change 1+ ### 2.0.4
2+
3+ * Fix #1594 Array.partition results are too long @ericharding
4+ * Fix #1599 : Folders starting with dot @OnurGumus @inosik
5+ * Check files exist when collecing all sources into single .fsproj @dbrattli
6+ * Don't trigger Symbol.iterator when testing for iterables
7+ * Improvements for Fable REPL @ncave
8+
19### 2.0.3
210
311* Fix #1588 : MailboxProcessor.PostAndAsyncReply with falsy values @nilekirk
Original file line number Diff line number Diff line change 1+ ### 2.0.1
2+
3+ * Improve relative path check
4+
15### 2.0.0
26
37* Fable 2
Original file line number Diff line number Diff line change 11{
22 "name" : " fable-splitter" ,
3- "version" : " 2.0.0 " ,
3+ "version" : " 2.0.1 " ,
44 "description" : " File splitter for Fable (F# to JavaScript compiler)" ,
55 "author" : " ncave" ,
66 "license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments