|
| 1 | +## [1.14.0] - 2022-09-02 |
| 2 | + |
| 3 | +### Notes |
| 4 | +- Rename the repository to Entitas: https://github.com/sschmid/Entitas |
| 5 | +- Desperate Devs 1.0 is now open-source. Please find changes and upgrade guides here: [CHANGELOG.md](https://github.com/sschmid/DesperateDevs/blob/main/CHANGELOG.md) |
| 6 | +- Started migration to a modern SDK-style project structure using [.NET project SDKs](https://docs.microsoft.com/en-us/dotnet/core/project-sdk/overview) |
| 7 | +- All projects have been updated to `.NET 6.0` and `.NET Standard 2.1`. |
| 8 | +- `Entitas.Roslyn.CodeGeneration.Plugins` is now open-source and part of this Entitas repository |
| 9 | +- `main` is new default branch and `master` is obsolete |
| 10 | + |
| 11 | +### Upgrade |
| 12 | +- Rename `CodeGeneratorExtentions` to `CodeGeneratorExtensions` |
| 13 | +- Update `Jenny.properties` and rename to `Entitas.CodeGeneration.Plugins.EventListenerInterfaceGenerator` |
| 14 | +- `Jenny/Jenny` replaces `mono Jenny/Jenny.exe` on all platforms (requires dotnet) |
| 15 | +- Run `Jenny/Jenny auto-import -s` and follow instructions |
| 16 | +- Consider using at least these search paths in `Jenny.properties`: |
| 17 | +``` |
| 18 | +Jenny.SearchPaths = Jenny/Plugins/Entitas, \ |
| 19 | + Jenny/Plugins/Jenny, \ |
| 20 | + Assets/Entitas |
| 21 | +``` |
| 22 | +- Some keys in `Jenny.properties` have changed due to renamed namespaces: |
| 23 | +``` |
| 24 | +Jenny.SearchPaths |
| 25 | +Jenny.Plugins |
| 26 | +Jenny.PreProcessors |
| 27 | +Jenny.DataProviders |
| 28 | +Jenny.CodeGenerators |
| 29 | +Jenny.PostProcessors |
| 30 | +Jenny.Server.Port |
| 31 | +Jenny.Client.Host |
| 32 | +Jenny.Plugins.ProjectPath |
| 33 | +Jenny.Plugins.TargetDirectory |
| 34 | +``` |
| 35 | +- For reference, see [Match-One Jenny.properties](https://github.com/sschmid/Match-One/blob/main/Jenny.properties) |
| 36 | +- Generate using `Jenny/Jenny gen` |
| 37 | + |
| 38 | +### Entitas |
| 39 | +- Add `systems.Remove()` |
| 40 | + |
| 41 | +### Entitas.CodeGeneration.Plugins |
| 42 | +- Fix typo in `CodeGeneratorExtensions` |
| 43 | +- Fix typo in `EventListenerInterfaceGenerator` |
| 44 | +- Remove CodeDom |
| 45 | + |
| 46 | +### Entitas.Unity.Editor |
| 47 | +- Link chat to [Entitas Discord](https://discord.gg/uHrVx5Z) |
| 48 | + |
| 49 | +### Other |
| 50 | +- Use Desperate Devs 1.0.0 |
| 51 | +- Use nuget and delete dependencies |
| 52 | +- Remove docs |
| 53 | +- Remove doxygen |
| 54 | +- Remove tree |
| 55 | + |
| 56 | +### bee |
| 57 | +- Migrate to bee 1.1.0 |
| 58 | +- Remove generated folder from VisualDebugging project |
| 59 | + |
1 | 60 | ## [1.13.0] - 2019-02-20
|
2 | 61 | ### Added
|
3 | 62 | - Update roslyn
|
|
0 commit comments