Skip to content

Releases: SharpKit/SharpKit

5.5.0

04 Sep 10:07
Compare
Choose a tag to compare
Compiler changes
  • Workaround nrefactory issue 501 - 'logical and' operator is resolved as 'bitwise and' when user defined 'bitwise and' exists (b41c64b)
  • 5.4.9 (d29f7b6)
  • Merge pull request #10 from oleneveu/master
    Provide compatibility with IE11 for source maps. (9ee4920)
  • Provide compatibility with IE11 for source maps. (18032be)
  • Fix csharp parser error reporting (e548a46)
  • update gitignore (41c6b65)
SDK changes

5.4.9

09 May 11:32
Compare
Choose a tag to compare
Compiler changes
SDK changes

5.4.8

08 May 08:27
Compare
Choose a tag to compare
Compiler changes
  • g (79ce263)
  • Fix anonymous initializers when used without a 'new' keyword in json mode (9e72dd4)
  • Minor adjustments to match NRefactory 5.5.0 (8aa996a)
  • Added .NET 4.6 support (17d1a77)
  • removed SharpKit.JavaScript nuget-package (34fdf31)
  • added nuget upload (7d447ae)
  • updated nuget packages (062b86d)
  • updated nuget generation (c610427, e36959d)
  • generation of nuget packages (af10e27)
  • Skip enum casts (95c4bb2)
  • Exporting of types nested deeper than the second level is now supported (57dc8d9)
  • keyword "unsafe" will now be ignored (ae916eb)
SDK changes
  • add in-out to JsAction and JsFunc generic type parameters (f630174)
  • added List(int Capacity) (35e729f)
  • using "const" instead of "static" (251bd6d)
  • Updated Three.js (80c08f7)
  • IDL parser fix (ddc3c2f)
  • Updated Html5 from IDL definitions with fixed generator (edb0348)
  • Regeneration of WebIDL-Definitions (8fdb2e9)
  • Added WebIDL definitions (e82a74e)
  • Merge pull request #6 from oleneveu/patch-1
    Bug suspected (c554e9b)
  • Bug suspected
    Hello,
    I was looking for the descendant "child-2" of "root-node" and failed to find it.
    I suspect a bug on line 101: I did not took the time to understand all the logic but '_Current' will never change its value and its seems more logical to check for the value of 'node'. Regards, ([17e67be](../../../../SharpKit/SharpKit-SDK/commit/17e67be312699808155a1e67dade0d1485c816d6))
  • removed SharpKit.JavaScript nuget-package (27cfc94)
  • updated nuget packages (122e44f)
  • added nuget files (ee03ad8)
  • fixed String.GetEnumerator() (88ae8ee)
  • fixed Enumerator.Concat() method (9738edb)
  • fixed Dictionary.Remove() (5954a1c)

5.4.7 alpha

06 Oct 22:06
Compare
Choose a tag to compare
Compiler changes
SDK changes

5.4.6 alpha

04 Sep 01:57
Compare
Choose a tag to compare
Compiler changes

initial dummy release

09 Aug 20:38
Compare
Choose a tag to compare
v5.4.4

Initial commit