Skip to content

Latest commit

 

History

History
298 lines (154 loc) · 16.6 KB

CHANGELOG.md

File metadata and controls

298 lines (154 loc) · 16.6 KB

1.0.0-preview.26 (2020-08-11)

Bug Fixes

  • Not recompiling on first launch (88c05b7)

1.0.0-preview.25 (2020-08-11)

Features

1.0.0-preview.24 (2020-08-07)

Bug Fixes

  • AsmdefEx.cs in package was unexpectedly deleted (4ffd27a)
  • assembly is repeatedly compiled when IgnoreAccessChecks=false (592d81c)

Features

  • hide custom compiler option (7eb27e5)
  • install custom compiler with nuget package id (4b754cd)
  • Reload only when there are changes (9bb6af8)
  • runtime support (cbea4b5)
  • skip the initial compile request if not needed (35845c9)
  • support linux (3477df2)
  • update OpenSesameCompiler to 3.4.0-beta.3 (3eb9aea)

BREAKING CHANGES

  • IgnoresAccessChecksTo attribute is required to access internals/privates in other assemblies as following:
[assembly: System.Runtime.CompilerServices.IgnoresAccessChecksTo("<TargetAssemblyName>")]

1.0.0-preview.23 (2020-07-26)

Bug Fixes

Features

  • Add button to reload AsmdefEx.cs (cb5f05d)
  • Add menu to delete compiler (da70e3e)
  • Add menu to install compiler (5e56b46)
  • support TLS 1.2 or later to install compiler (OS native) (802151f)

1.0.0-preview.22 (2020-05-20)

Bug Fixes

1.0.0-preview.21 (2020-02-18)

Bug Fixes

Features

1.0.0-preview.20 (2020-02-10)

Bug Fixes

1.0.0-preview.19 (2020-02-10)

Bug Fixes

  • resolve asmdef path correctly (9461dad)

Features

  • set language version in csproj to latest (07bbda4)

1.0.0-preview.19 (2020-02-10)

Bug Fixes

  • resolve asmdef path correctly (9461dad)

Features

  • set language version in csproj to latest (07bbda4)

1.0.0-preview.19 (2020-02-10)

Bug Fixes

  • resolve asmdef path correctly (9461dad)

Features

  • set language version in csproj to latest (07bbda4)

1.0.0-preview.18 (2020-02-06)

Bug Fixes

1.0.0-preview.17 (2020-02-06)

Bug Fixes

  • fix file path on copying (6c554ea)

1.0.0-preview.16 (2020-02-06)

Bug Fixes

1.0.0-preview.15 (2020-01-30)

Bug Fixes

  • support windows line-ending (98f4299)

1.0.0-preview.14 (2020-01-30)

Bug Fixes

  • update release workflow (9026765)

1.0.0-preview.13 (2020-01-30)

Bug Fixes

  • fix asmdef settings for development (ecda4e9)
  • fix inspector GUI (69aaffe)
  • fix portable dll name (a75d9bd)
  • ignore unnecessary file copying (a5acd99)

Features

1.0.0-preview.12 (2020-01-16)

Bug Fixes

1.0.0-preview.11 (2020-01-16)

Bug Fixes

Features

  • add 'OPEN_SESAME' symbol automatically (8718833)
  • add develop menu (8893a1f)
  • portable mode (2cfd2e0)
  • update OpenSesameCompiler to 3.4.0-beta.3 (f8d9a1b)

1.0.0-preview.10 (2020-01-09)

Bug Fixes

  • cannot publish on 2019.3 (29f1974)
  • cannot publish on windows (bfb6801)
  • fail to download compiler from nuget (f579a05)
  • not found filename (a4cf2a5)
  • TlsException: Invalid certificate received from server. (48dbff0), closes #13

Features

1.0.0-preview.9 (2020-01-06)

Bug Fixes

1.0.0-preview.8 (2020-01-06)

Bug Fixes

1.0.0-preview.7 (2020-01-06)

Bug Fixes

1.0.0-preview.6 (2020-01-06)

Bug Fixes

1.0.0-preview.5 (2020-01-06)

Bug Fixes

1.0.0-preview.4 (2020-01-06)

Features

  • add/remove scripting define symbols each assemblies (101b587), closes #12
  • modify symbols in csproj (47eef0e)
  • refactor setting (5e5e869)
  • use Microsoft.Net.Compilers to compile (d9b4648), closes #11

1.0.0-preview.3 (2019-12-25)

Bug Fixes

  • overwrite predefined target assemblies (e062393)

Features

1.0.0-preview.2 (2019-12-25)

Bug Fixes

  • default symbol is empty (f951f15)
  • fix readme links (24d7680)
  • ignore Tests.meta to publish (dac1aa6)
  • remove old languages on reload (e5a04a4)

1.0.0-preview.1 (2019-12-25)

Features