This repository has been archived by the owner on Jun 13, 2022. It is now read-only.
Releases: juliomrqz/statusfy
Releases · juliomrqz/statusfy
v0.5.0
Performance
- core: improve performance and reliability
Bug Fixes
- core: fix compilation error because of invalid core-js version (5a16424)
- core: replace
<no-ssr>
with<client-only>
(fcc90e3) - docs: add missing information (823ce73)
- core: fix i18n with right camel case for footer links (766a914)
Code Refactoring
- drop support for Node.js v8 (b79f140)
Minor Features
- footer links for EU GDPR legal notice and data pricacy statement (22ce441)
BREAKING CHANGES
- minimum required Node.js version is 10.x
v0.4.3
v0.4.2
Performance
- core: improve performance and reliability
Bug Fixes
- core: fix initializing a new project with YAML as a config format (#68) (2a616d7)
- docs: fix minor typo (#255) (d568a9f)
- improve Gitpod port configuration (35fa7f6)
Minor Features
- core: create Dutch translation (ea626b4) [thanks to @cafferata]
v0.4.1
v0.4.0
Bug Fixes
- core: fix displaying the date of incidents when using the cli #184 (#208) (6e7d26e)
- core, website: return postcss plugins as an object (5c33b84)
- docs: fix heading of the page "Guide/PWA" (#219) (eb436af)
- docs: fix the dimension of the images (83b6705)
- docs: fix the Firebase SSR reference in the deploy section (2cedb4f)
- package: update @nuxtjs/sitemap to version 1.0.0 (#183) (75db9c3)
- package: update intersection-observer to version 0.6.0 (#186) (6e9b3f0)
- package: update semver to version 6.0.0 (38fdf8a)
- website: fix the reponsive images placeholder values (d38eb7f)
Features
- core: add Italian translation (#179) (e5a80c4) (thanks to jeckodevelopment)
- use docker multi-stage build (#193) (2b12153)
- core: support web-push notifications with OneSignal (2adff5e)
- core, website: upgrade workbox to v4.x (6952de3)
- docs: create the onsignal section (cc648a0)
- docs: support sitemap generation and improve SEO (c31c107)
v0.3.1
v0.3.0
Bug Fixes
- cli: notify the user when the production server is initialized (9973555)
- cli, core: fix detection of the 'analyze' argument (1981e43)
- core: display the content for 'Scheduled Maintenance Incidents' (05b0bd1)
- core: fix referencing the dates lib (0a2fe50)
- core: fix the font style of the time indicator of each incident (88cb2ae)
- core: improve dates parsing and formatting (aa32346)
- docs: fix incorrect flag for start command (#148) (d4b376d)
- core: fix text wrapping of the system names (637f7bb)
- core,website: enable subfolder generation on static mode (a94270c)
- core,website: fix regeneratorRuntime dependencies requirement (2fb0b2e)
- core: the base url cannot contain a sub-path (e7ce6bc)
Features
- cli: create the 'delete-incident' command (8aef1f9)
- cli: create the 'update-incident' command (a22d72a)
- core: display the end date of the scheduled incidents (858c3ea)
- core: support defining the position of the scheduled section in the home page (22c85d2)
- core, docs: explicitly make YAML as the default front matter format (a3a5675)
- website: configure @bazzite/nuxt-netlify (7e46bd1)
- officially support Docker 🤓 (289b296)
- core: create the "days since latest incident" sub-section in the home page (cbaf025)
- core: new interface translations:
- German (thanks to dennis47528)
- Hungarian (thanks to asrob)
- Portuguese (Brazil) (thanks to felipeklasen)
- website: migrate the blog section to local markdown files (dfa141c)
BREAKING CHANGES
- core: deployments under a subpath (e.g.
https://example.com/status/
) are no longer supported - core, docs: the
new-incident
command no longer asks for the front matter format (a3a5675)
- For more information on this update, read our blog post.
v0.2.1
v0.2.0
Bug Fixes
- downgrade prettier to 1.14.3 (e0023c3)
- core: exclude the dynamic pages building from the SSR mode (28ed4eb)
- package: update @nuxtjs/opencollective to version 0.2.0 (#76) (15776b9)
Features
- support contributions from Open Collective (257261f)
- core: create the subscriptions sub-section (b798439)
- core: support iCalendar generation from scheduled incidents (c139aad)
- core: support RSS and Atom feeds generation (81371e2)
- core: support Scheduled Maintenance definition (2edbe9e)
- core: support sitemap generation (965f496)
- docs: create the incidents sub-section (cbc5539)
- docs: create the Notifications sub-section (7fa8959)
- docs: improve the Contribution Guide (1d9bcdd)
- docs: support Algolia DocSearch (9cd9bdb)
- For more information on this update, read our blog post.