-
Notifications
You must be signed in to change notification settings - Fork 0
Update documentation to rename 'Changelog' to 'Release Notes' and add… #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
61e044b
Update documentation to rename 'Changelog' to 'Release Notes' and add…
scottolsonjr ea82ad1
Update GitHub Actions workflows to pin action versions and upgrade No…
scottolsonjr a36164a
Potential fix for pull request finding
scottolsonjr 1d1ff27
Fix indentation in GitHub Actions workflows and update edit URL in Do…
scottolsonjr 2af86f9
Remove 'current' version from Docusaurus config to streamline version…
scottolsonjr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,71 +1,27 @@ | ||
| --- | ||
| title: AvatarScriptLink.NET Changelog | ||
| title: AvatarScriptLink.NET Release Notes | ||
| slug: dotnet/release-notes | ||
| image: ./Changelog.png | ||
| --- | ||
|
|
||
| # Changelog | ||
| # Release Notes | ||
|
|
||
| [](https://www.nuget.org/packages/RarelySimple.AvatarScriptLink/) | ||
|
|
||
| ## 2.0.0 (Future) | ||
| The canonical release history for AvatarScriptLink.NET is published on GitHub: | ||
|
|
||
| :::info Subject to Change | ||
| The items listed below are under consideration for AvatarScriptLink.NET v.2. | ||
| This list is subject to change with some items being descoped or deferred to a later release. | ||
| ::: | ||
| - [GitHub Releases](https://github.com/rarelysimple/RarelySimple.AvatarScriptLink/releases) | ||
|
|
||
| * Enable cross-platform development (i.e., Linux, MacOS, and Windows) and build of AvatarScriptLink.NET. | ||
| * Split library into multiple NuGet packages | ||
| * `RarelySimple.AvatarScriptLink.Objects`: Simple package that provides just the ScriptLink objects without all of the helpers and other utilities. Work with ScriptLink your way. | ||
| * `RarelySimple.AvatarScriptLink.Net`: Fully featured library with helpers and utilities to help accelerate ScriptLink API development in .NET and .NET Framework. Depends on `RarelySimple.AvatarScriptLink.Objects`. | ||
| * `RarelySimple.AvatarScriptLink.Services`: SOAP Service definitions for .NET 8 and later. Depends on `RarelySimple.AvatarScriptLink.Objects`. | ||
| * Add support for Native AOT. | ||
| * Drop support for .NET Framework 4.6.1 | ||
| * Remove dependency on `Newtonsoft.Json`. | ||
| * Include added Field and Row objects by default in returned OptionObjects. | ||
| * Correct an issue in which attributes in a newer version of the OptionObject are accessible in older versions. | ||
| For the most accurate per-version details, start with GitHub Releases. | ||
|
|
||
| ## 1.2.0 (2023-06-25) | ||
| ## What you will find here | ||
|
|
||
| * Introduce Builder methods for each object to assist with object creation. | ||
| * OptionObject2015 (incl. OptionObject2, OptionObject). Issue [#40](https://github.com/rarelysimple/RarelySimple.AvatarScriptLink/issues/40) | ||
| * FormObject. Issue [#39](https://github.com/rarelysimple/RarelySimple.AvatarScriptLink/issues/39) | ||
| * RowObject. Issue [#38](https://github.com/rarelysimple/RarelySimple.AvatarScriptLink/issues/38) | ||
| * FieldObject. Issue [#37](https://github.com/rarelysimple/RarelySimple.AvatarScriptLink/issues/37) | ||
| * Allow for error code and message to be set prior to creation of return OptionObject. Issue [#52](https://github.com/rarelysimple/RarelySimple.AvatarScriptLink/issues/52) | ||
| This docs page may include: | ||
|
|
||
| ## 1.1.10 (2022-10-15) | ||
| - breaking changes that require action, | ||
| - migration guidance, | ||
| - links to deeper documentation. | ||
|
|
||
| * Corrects an issue preventing some forms from opening. Issue [#22](https://github.com/rarelysimple/RarelySimple.AvatarScriptLink/issues/22) | ||
| ## Looking for package downloads? | ||
|
|
||
| ## 1.1.6 (2022-09-04) | ||
|
|
||
| * Setting a field as required or disabled will no longer change other FieldObject attributes. Issue [#20](https://github.com/rarelysimple/RarelySimple.AvatarScriptLink/issues/20) | ||
|
|
||
| ## 1.0.28 (2022-07-25) | ||
|
|
||
| * Addresses CVE-2020-11022. Issue [#8](https://github.com/rarelysimple/RarelySimple.AvatarScriptLink/issues/8) | ||
| * Addressed CVE-2020-11023. Issue [#7](https://github.com/rarelysimple/RarelySimple.AvatarScriptLink/issues/7) | ||
|
|
||
| ## 1.0.25 (2022-05-20) | ||
|
|
||
| * Maintenance release to update dependencies. | ||
| * NuGet will now show a README. | ||
|
|
||
| ## 1.0.22 (2021-08-08) | ||
|
|
||
| * Addresses security vulnerabilities from dependencies. | ||
| * Converting OptionObject content to HTML has been improved. | ||
| * Miscellaneous code quality improvements. | ||
|
|
||
| ## 1.0.7 (2020-12-12) | ||
|
|
||
| * Corrects an issue that occurs when the myAvatar registry setting, "Include FormObject for sections without a current row selected" is set to "Y". | ||
|
|
||
| ## 1.0.6 (2020-06-09) | ||
|
|
||
| * Minor updates to initial release. | ||
|
|
||
| ## 1.0.3 (2020-02-21) | ||
|
|
||
| * Initial release of AvatarScriptLink.NET. | ||
| - [NuGet: RarelySimple.AvatarScriptLink](https://www.nuget.org/packages/RarelySimple.AvatarScriptLink/) | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.