Skip to content

Releases: ZarehD/AspNetStatic

v0.27.8

29 Apr 02:01

Choose a tag to compare

Changes:

  • Upgrade Nuget packages.

v0.27.7

13 Mar 05:01

Choose a tag to compare

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

Choose a tag to compare

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

Choose a tag to compare

Changes:

  • Improve link-fixup regex.

v0.27.4

06 Mar 05:15

Choose a tag to compare

Changes:

  • BUGFIX: href-fixup regex modifications broke multiline fixups.

v0.27.3

06 Mar 03:50

Choose a tag to compare

Changes:

  • Update href-fixup regex to accommodate anchor links in href values.

v0.27.2

31 Dec 21:28
e935b5a

Choose a tag to compare

Changes:

  • Merged PR #22: New Type of Resource Provider Adding the Idea of Resource Locators

v0.27.1

22 Dec 21:39

Choose a tag to compare

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

Choose a tag to compare

Changes:

  • Add support for .net 10.
  • Upgrade nuget packages.
  • Upgrade sample projects to .net 10.
  • Update tests.

v0.26.7

10 Dec 21:10

Choose a tag to compare

Changes:

  • Use OfType<T> to replace Where().Cast<T>() in StaticGeneratorConfig Pages and OtherResources property getters.
  • Add Tests for StaticGeneratorConfig Pages and OtherResources properties.