1.0.0-preview.26 (2020-08-11)
August 11, 2020 ยท View on GitHub
Bug Fixes
- Not recompiling on first launch (88c05b7)
1.0.0-preview.25 (2020-08-11)
Features
- support windows (511bc47)
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
IgnoresAccessChecksToattribute 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
- fix file path problems (8d9b88b)
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
- guid conflict (a2a33de)
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
- add develop menu (0856e78)
- add portable mode (f72f635)
- install compiler on load (7cee469)
- reload published dll (1391255)
- remove bootstrap (69cf366)
- remove portable script (d4a9325)
- show portable version (4121e4e)
1.0.0-preview.12 (2020-01-16)
Bug Fixes
- fix .npmignore (cdde18c)
1.0.0-preview.11 (2020-01-16)
Bug Fixes
- add development log (bb7c365)
- fix installer (b707e84)
- fix publish command (df7bdd1)
- unzip with 7z (0db6bbd)
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
- add pre-compiler to init (062892d)
- support 2019.3 (134f304)
- support 2020.1 (d2589b3)
- support Windows (de3bccb), closes #8
1.0.0-preview.9 (2020-01-06)
Bug Fixes
- fix special thanks (c64bcc0)
1.0.0-preview.8 (2020-01-06)
Bug Fixes
- update readme (385241b)
1.0.0-preview.7 (2020-01-06)
Bug Fixes
- update dll (08f9e8e)
1.0.0-preview.6 (2020-01-06)
Bug Fixes
- remove extra logging (7093851)
1.0.0-preview.5 (2020-01-06)
Bug Fixes
- update dll for package (d27a4d0)
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
- support 2019.3 (d7fab1a)
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
- implement (ac0360c)