Skip to content

Releases: blinkk/fileset

fileset: v1.0.0

Choose a tag to compare

@github-actions github-actions released this 31 Jan 06:46
1860533

1.0.0 (2026-01-31)

⚠ BREAKING CHANGES

  • restore CHANGELOG history to correct state

Features

  • add ability to use server as staging only (8c2d132)
  • add cache to manifest lookup (e12c0c3)
  • add release-please integration (af73ee4)
  • add retries for uploads with backoff (cdbdf43)
  • add special content-type for .soy (a7a8ce6)
  • add support for output manifest (9d90c8c)
  • allow specifying gcp project in cli (449b2b2)
  • enable sameSite:none for iframed staging environments (5c8a521)
  • handle clean urls e.g. /foo.html -> /foo/ (33adcf6)
  • persist ncr value across navigation (fde8718)
  • support custom staging urls in cli output (da3e8a1)
  • switch to npm trusted publishers for secure publishing (ac6aa46)

Bug Fixes

  • avoid infinite redirect loop (b0811fa)
  • ci: explicitly configure npm registry for scoped package (d44dbaa)
  • ci: remove registry-url to enable OIDC publishing (432b4cf)
  • clarify link naming (0d6a257)
  • configure release-please to use v-prefix tags (a13d9c6)
  • dashboard domain cli output (9e00d19)
  • ensure package is prepared before publish (7978c08)
  • ensure unhandled promises fail (4fb2f02)
  • exception handling (bcbbf5c)
  • fix issue with missing config file (bb792ab)
  • improve error reporting on upload (ed28e24)
  • issue parsing cookies (47beeec)
  • issue with superfluous -dot- (39cb318)
  • issue with using BASE_URL and links (62be29f)
  • passport import (3a06780)
  • preserve query string when redirecting (fb8226b)
  • replace colors with chalk (0961a38)
  • restore CHANGELOG history to correct state (ab22f76)
  • revert "fix: issue with superfluous -dot-" (8a4d8c7)
  • set correct base version in manifest to 0.11.0 (8c6920d)
  • support case insensitive trailing slash redirects (210741a)
  • support deployment from nested directories (47b585d)
  • update all version references to 0.11.0 (820809d)
  • update webpack (49c736e)
  • upgrade isomorphic-git to resolve vuln (c0a922e)
  • use base url for links (9673134)
  • use case insensitive matching (3d08252)

Miscellaneous Chores

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 30 Jan 22:29
6f6f44f

0.11.0 (2026-01-30)

Features

  • add retries for uploads with backoff (cdbdf43)

v0.10.0

Choose a tag to compare

@github-actions github-actions released this 08 Jan 18:42

0.10.0 (2024-01-08)

Features

  • handle clean urls e.g. /foo.html -> /foo/ (33adcf6)

v0.9.1

Choose a tag to compare

@github-actions github-actions released this 14 Sep 05:05

0.9.1 (2023-09-14)

Bug Fixes

  • use case insensitive matching (3d08252)

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 26 Aug 22:46

0.9.0 (2023-08-26)

Features

  • add cache to manifest lookup (e12c0c3)

Bug Fixes

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 17 Nov 22:22

0.8.0 (2022-11-17)

Features

  • add special content-type for .soy (a7a8ce6)

v0.7.4

Choose a tag to compare

@github-actions github-actions released this 02 Nov 17:32

0.7.4 (2022-11-02)

Bug Fixes

  • avoid infinite redirect loop (b0811fa)

v0.7.3

Choose a tag to compare

@github-actions github-actions released this 02 Nov 16:51

0.7.3 (2022-11-02)

Bug Fixes

  • preserve query string when redirecting (fb8226b)

v0.7.2

Choose a tag to compare

@github-actions github-actions released this 14 Sep 18:59

0.7.2 (2022-09-14)

Bug Fixes

  • dashboard domain cli output (9e00d19)

Miscellaneous Chores

v0.7.1

Choose a tag to compare

@github-actions github-actions released this 14 Sep 18:51

0.7.1 (2022-09-14)

Bug Fixes

  • dashboard domain cli output (2518960)