Skip to content

Releases: bartholomej/svelte-sitemap

v2.3.0 – utf8 definition

15 Jan 16:04
v2.3.0
2b05b7a
Compare
Choose a tag to compare
  • utf8 encoding definition for sitemap

v2.2.0 – Add changeFreq

05 Jan 19:31
v2.2.0
9c52ac9
Compare
Choose a tag to compare
  • Added changeFreq [fix #19]

thx @vassbence

v2.1.3 – Update all deps

22 Dec 22:52
v2.1.3
134a721
Compare
Choose a tag to compare
  • Update all deps
  • Fix readme examples

v2.1.2 – Update all deps

07 Nov 14:44
v2.1.2
926a971
Compare
Choose a tag to compare
  • update all deps

v2.1.1 – fix typo

19 Sep 21:21
v2.1.1
40e9385
Compare
Choose a tag to compare

v2.1.0 – OutDir fixes + tests

16 Sep 16:39
v2.1.0
75f3ba9
Compare
Choose a tag to compare
  • Outdir fixes [#13] thx @felipeqq2
  • More tests and more combinations

v2.0.2 – Fix double slashes

08 Sep 17:19
v2.0.2
52bfb89
Compare
Choose a tag to compare

v2.0.0 – Trailing slashes

01 Sep 19:29
v2.0.0
4710fdc
Compare
Choose a tag to compare

Add trailing slashes option

Breaking change
no-trailing slashes is default from version 2.0.0

v1.6.0 – Ignore files and folders

16 Aug 15:29
v1.6.0
f0c4ceb
Compare
Choose a tag to compare
  • Ignore files or folders (fix #6)

Let's say we want to ignore all admin folders and subfolders + just one exact page pages/my-secret-page

svelte-sitemap --domain https://www.example.com --ignore 'pages/my-secret-page' --ignore '**/admin/**'

Thx @weaseldotro

v1.5.0 – Optional attribution

11 Aug 09:23
v1.5.0
0b0a3bd
Compare
Choose a tag to compare

--no-attribution (fix #7)