Open bielu opened 8 months ago
The semantic versioning, although I have to admit that with some past commits I may not have respected the system very well 😅. Sorry for that
Thanks @Eptagone for the work you've done on this.
Along those lines of versioning, is there any kind of changelog? I'd like to upgrade to 2.0, but it's unclear to me what the breaking changes are. The best I can come up with is running the file history of the readme, but I feel like I may be missing something obvious. If there isn't would you accept a PR for the 1.x to 2.0 changes, since I'll have to figure that out anyway.
@dwgray by quick glance it is mostly namespace changes and dependency changes which are breaking changes
Hi. Yes, and also the options PackageManager
and PackageDirectory
options were moved to the Server.
https://github.com/Eptagone/Vite.AspNetCore/releases/tag/v2.0
Hi! I would love to ask what versioning this project is following, as most of them doesn't allow breaking changes in patch version and I see them happening here. (As example namespace change) For reference: https://semver.org/ - Major release as breaking https://github.com/seveibar/pragmaticversioning - Minor Releases (ANNOUNCE releases)