Change Log:
1.4.4
- Enhancement: Updating
package.json
version number to 1.0.0-pre.1
, per latest Unity standard.
- Enhancement: Updating documentation to the latest folder structure and content specs, such as linking to the
Samples~
section in the Unity's documentation instead of saying, "as of this writing, there is no official documentation" (when there obviously is, now.)
- Bug Fix: forgot to ignore
Documentation~/index.md
.
1.4.3
- Enhancement: restructuring the documentation so that the
README.md
at the root of the project becomes the homepage of the DocFX-generated documentation. The old index.md
has now been added to Documentation~/manual
folder, as the first page describing the content of this package. This should make updating documentation easier for future projects, as only the README.md
file needs to be updated to change the homepage.
- Enhancement: extending license year to 2022
1.4.2
1.4.1
- Enhancement: changing the mirror action to this one.
1.4.0
1.3.1
- Typo: Fixed the documentation build status badge in
README.md
.
1.3.0
- Feature: added Github Action to auto-generate documentation in the
Documentation~
folder using DocFX for Unity project as reference.
- Feature: adding Github feature, sponsorship! The
FUNDING.yml
file in .github
folder adds a sponsorship button on Github with a link to Ko-Fi.
- Enhancement: Updated
README.md
to link to the newly-generated documentation, and provide better installation instructions.
1.2.2
1.2.1
1.2.0
- Feature: Updated the
Tests
assembly definition files and example scripts with proper configuration for editing/creating new unit test scripts. Also updated package.json
with NUnit as a required dependency.
- Enhancement: Added significantly more information in
README.md
so other people can use a more fleshed-out markdown format to start their documentation.
- Enhancement: Changing
package.json
into a type -> Tool, and added one more keyword.
- Enhancement: Noting
THIRD PARTY NOTICES.md
is just an example, and this project doesn't actually use any 3rd party tools yet (besides unit testing, but I think that's already implied).
1.1.0
1.0.2
1.0.1
1.0.0
- Initial release:
- Updated every text to be more generic.