File tree Expand file tree Collapse file tree 7 files changed +23
-8
lines changed
Expand file tree Collapse file tree 7 files changed +23
-8
lines changed Original file line number Diff line number Diff line change 88 <PackageIconUrl >https://raw.githubusercontent.com/fable-compiler/Fable/master/docs/img/fable_logo.png</PackageIconUrl >
99 <PackageTags >fsharp;fable;javascript;f#;js</PackageTags >
1010 <Authors >Alfonso García-Caro Núñez</Authors >
11- <Version >1.3.4 </Version >
11+ <Version >1.3.5 </Version >
1212 <TargetFramework >netstandard1.6</TargetFramework >
1313 </PropertyGroup >
1414 <ItemGroup >
Original file line number Diff line number Diff line change 1- ### 1.3.4
1+ ### 1.3.5
22
3- * See dotnet-fable 1.3.4 release notes
3+ * See dotnet-fable 1.3.5 release notes
44
55### 1.3.0-beta-009
66
Original file line number Diff line number Diff line change 1010 <Authors >Alfonso García-Caro Núñez</Authors >
1111 <TargetFramework >netstandard1.6</TargetFramework >
1212 <GenerateDocumentationFile >true</GenerateDocumentationFile >
13- <Version >1.3.4 </Version >
13+ <Version >1.3.5 </Version >
1414 </PropertyGroup >
1515 <ItemGroup >
1616 <Compile Include =" Util.fs" />
Original file line number Diff line number Diff line change 1- ### 1.3.4
1+ ### 1.3.5
22
3- * See dotnet-fable 1.3.4 release notes
3+ * See dotnet-fable 1.3.5 release notes
44
55### 1.3.0-beta-009
66
Original file line number Diff line number Diff line change 1+ ### 1.3.5
2+
3+ * Change license to MIT
4+ * Remove point-free warning
5+ * Fix #1272 #1274 : Decimal literals and parsing
6+ * Fix #1199 : Application of point-free functions
7+ * Fix #1291 : Inlined object expression shouldn't change ` this ` context of argument
8+ * Fix Compare and Equal for IE11 (@SCullman )
9+ * Fix assignment block optimization inside try...with
10+ * Add PowDouble, RangeChar and RangeDouble (@Zaid-Ajaj )
11+ * Make ` Double.Parse ` and ` Single.Parse ` compilable with IFormatProvider (@Zaid-Ajaj )
12+ * Add ErrorStrings (@Zaid-Ajaj )
13+ * Add ` List.Equals ` & ` List.CompareTo ` (@Zaid-Ajaj )
14+ * Add ` Char.parse ` (@inosik )
15+
116### 1.3.4
217
318* Optimize assignment blocks as expressions (#1265 )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ namespace Fable.CLI
22
33module Constants =
44
5- let [<Literal>] VERSION = " 1.3.4 "
5+ let [<Literal>] VERSION = " 1.3.5 "
66 let [<Literal>] DEFAULT_PORT = 61225
77
88/// These values must be only set by the Main method
Original file line number Diff line number Diff line change 88 <PackageIconUrl >https://raw.githubusercontent.com/fable-compiler/Fable/master/docs/img/fable_logo.png</PackageIconUrl >
99 <PackageTags >fsharp;fable;javascript;f#;js</PackageTags >
1010 <Authors >Alfonso García-Caro Núñez</Authors >
11- <Version >1.3.4 </Version >
11+ <Version >1.3.5 </Version >
1212 <OutputType >Exe</OutputType >
1313 <PackageType >DotnetCliTool</PackageType >
1414 <TargetFramework >netcoreapp2.0</TargetFramework >
You can’t perform that action at this time.
0 commit comments