Releases: ZarehD/AspNetStatic
Releases · ZarehD/AspNetStatic
v0.27.8
29 Apr 02:01
Compare
Sorry, something went wrong.
No results found
v0.27.7
13 Mar 05:01
Compare
Sorry, something went wrong.
No results found
Changes:
Set HttpClient base address to loopback address when host returns 'all interfaces' address (i.e. [::] or ::0).
Allow user to specify explicit base address for internal HttpClient.
Allow user to specify whether to ignore SSL cert errors when fetching resources.
Reduce default HttpClient timeout to 15 seconds.
v0.27.6
12 Mar 03:47
Compare
Sorry, something went wrong.
No results found
Changes:
SimpleCliHelper: Add new extension method, HasSsgArg to determine if 'SSG' cli arg is present.
Breaking Changes:
SimpleCliHelper: HasExitWhenDoneArg method will no longer recognize 'SSG' cli arg as an 'exit-when-done' signal.
v0.27.5
10 Mar 07:50
Compare
Sorry, something went wrong.
No results found
Changes:
Improve link-fixup regex.
v0.27.4
06 Mar 05:15
Compare
Sorry, something went wrong.
No results found
Changes:
BUGFIX: href-fixup regex modifications broke multiline fixups.
v0.27.3
06 Mar 03:50
Compare
Sorry, something went wrong.
No results found
Changes:
Update href-fixup regex to accommodate anchor links in href values.
v0.27.2
31 Dec 21:28
Compare
Sorry, something went wrong.
No results found
Changes:
Merged PR #22 : New Type of Resource Provider Adding the Idea of Resource Locators
v0.27.1
22 Dec 21:39
Compare
Sorry, something went wrong.
No results found
Changes:
Add delay or wait-block on static generation.
Skip static generation when there are no resources of any type (not just pages) to process.
Replace any remaining instances of Where.Cast<T> with TypeOf<T>.
Upgrade WebMarkupMin package.
v0.27.0
11 Dec 05:49
Compare
Sorry, something went wrong.
No results found
Changes:
Add support for .net 10.
Upgrade nuget packages.
Upgrade sample projects to .net 10.
Update tests.
v0.26.7
10 Dec 21:10
Compare
Sorry, something went wrong.
No results found
Changes:
Use OfType<T> to replace Where().Cast<T>() in StaticGeneratorConfig Pages and OtherResources property getters.
Add Tests for StaticGeneratorConfig Pages and OtherResources properties.