Skip to content

Releases: rebexnet/jumble

v0.7.3

07 Dec 16:21
Compare
Choose a tag to compare

Commits

  • 5b32f67: Fixed FSharp.Core reference, allowing v8+ (Lukas Paluzga)

v0.7.2

09 Nov 16:17
Compare
Choose a tag to compare

Commits

  • e957777: Fixed TypeReference comparison for TypeReference vs ArrayType (Lukas Paluzga)

v0.7.1

08 Nov 15:36
Compare
Choose a tag to compare

Commits

  • e5ecf59: Fixed nuget package definitions (Lukas Paluzga)
  • aaf2634: Nicer error msgs (Lukas Paluzga)
  • a5121c6: Updated testFramework to net6.0. This should fix the tests. (Lukas Paluzga)
  • 4142302: Seq.trySingle (Lukas Paluzga)
  • 8b1bc4f: Optimized interface method implementation lookup. Should now work with .NET 8. (Lukas Paluzga)

v0.7.0

30 Aug 19:12
Compare
Choose a tag to compare

Commits

  • 1d32198: Executable moved to Jumble.Console. All projects now target .NET 6 (Lukas Paluzga)
  • 73c320d: Removed dependency on FSharp.Core.Fluent (Lukas Paluzga)
  • 6d5f79b: Removed dependency on FSharpPlus (Lukas Paluzga)
  • 587a281: Removed dependency on Newtonsoft.Json (Lukas Paluzga)
  • 459cd0d: Removed dependency on System.Xml.XDocument (Lukas Paluzga)
  • b2f31fa: Fixed build script (Lukas Paluzga)

v0.6.1

03 Apr 13:42
Compare
Choose a tag to compare

Commits

  • 9e32b2d: Fixed build configuration (Lukas Paluzga)
  • d49ac14: Support for modopt modifiers (Lukas Paluzga)

v0.6.0

20 Jan 09:47
Compare
Choose a tag to compare

Commits

  • d5acb47: Updated nuget packages and build tools (Lukas Paluzga)
  • 14b8738: Major cleanup; removed mapfile (to be reintroduced later) (Lukas Paluzga)
  • fd8ccf3: Moved Framework-related functions to separate file (Lukas Paluzga)
  • 7251e1f: Refactoring (Lukas Paluzga)
  • e03b087: Refactoring (Lukas Paluzga)
  • b3889b7: Removing the undocumented 'upsideDown' name generator (Lukas Paluzga)
  • a8d9b1a: Refactoring - removing unnecessary references to TypeDefinition (Lukas Paluzga)
  • 6186775: MEGASQUASH (Lukas Paluzga)
  • e293d17: Merge branch 'mainclone' (Lukas Paluzga)
  • 699e47c: Fixed obsolency warning (Lukas Paluzga)
  • 8e40031: Fixed error when dotnet/shared/Microsoft.Xxx directory was missing (Lukas Paluzga)
  • 88fc396: Merge commit '212cd7149ebd2e8face5e82f1b0571fde72b9825' (Lukas Paluzga)
  • c6b4ac8: Merge branch 'hotfix' (Lukas Paluzga)
  • 119464c: Fixed tests after merge (Lukas Paluzga)
  • 67d89bc: Removed redundant stuff (Lukas Paluzga)
  • a636a23: Removing some auto-imports (Lukas Paluzga)
  • 28f1a2a: Rename phase should now work on ephemeral module definitions to preserve original values (Lukas Paluzga)
  • 5372342: Null checking for failed LookupToken (Lukas Paluzga)
  • 65d56d9: Optimized fltDelegate (Lukas Paluzga)
  • b4db094: Renamed reference lookups to RefLookup (Lukas Paluzga)
  • 4a2242e: Re-adding original names to rename plans (Lukas Paluzga)
  • d960283: Changed mapfile format to C#-like (Lukas Paluzga)
  • 0031043: optimized lookups (Lukas Paluzga)
  • 6dcc0d4: Optimized member rename plan lookup (Lukas Paluzga)
  • 878ae34: Refactored AssemblyCache (Lukas Paluzga)
  • 30ca959: Optimized module lookup (Lukas Paluzga)
  • a03761a: Refactored exportCSharp (Lukas Paluzga)
  • e0b9e4a: Updated build scripts and build nuget packages (Lukas Paluzga)
  • f661591: Fixed github actions (Lukas Paluzga)

v0.5.7

09 Jun 10:30
Compare
Choose a tag to compare

Commits

  • db7706b: Fixed NETSDK1152 build error (Lukas Paluzga)
  • 660cc4b: Removed upsideDown name generator (Lukas Paluzga)
  • ef20c71: Removing namespace from renamed nested types (Lukas Paluzga)

v0.5.6

16 May 08:43
Compare
Choose a tag to compare

Commits

  • 6bbb889: CMP-1390: Fixed .NET CF incompatibility with AssemblyRefs with full public keys (Lukas Paluzga)

v0.5.5

10 Feb 15:36
Compare
Choose a tag to compare

Commits

  • cf84434: Fix Serilog library MethodMissingException error due to wrong version (Lukas Paluzga)

v0.5.4

10 Feb 08:39
Compare
Choose a tag to compare

Commits

  • 624150c: Namespace-less types are moved to the same namespace as other renamed types (Lukas Paluzga)