0.5.0 (2019-12-18)
- core: improve performance and reliability
- 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)
- drop support for Node.js v8 (b79f140)
- footer links for EU GDPR legal notice and data pricacy statement (22ce441)
- minimum required Node.js version is 10.x
0.4.3 (2019-08-22)
- core: add missing English translation (3c3c0ec)
0.4.2 (2019-08-22)
- core: improve performance and reliability
- 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)
- core: create Dutch translation (ea626b4) [thanks to @cafferata]
0.4.1 (2019-06-27)
- docs: make explicit the under-maintenance definition (b2a41c9)
- website: remove responsive image from the article "statusfy-release-0-2-0" (fa58780)
- website: remove unused definitions in the Spanish translation (ae73c45)
- website: create blog article "statusfy-release-0-4-0" (b136e7d)
- website: include the community post in the blog section (5e42ed4)
- website: remove disqus comments (e4e3bd0)
0.4.0 (2019-06-13)
- 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)
- core: add Italian translation (#179) (e5a80c4)
- 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)
0.3.1 (2019-03-23)
- bug: incorrect context referenct in nuxt (647cab0)
- website: fix avatar position (821deea)
- website: fix starting the website when no internet connection is available (2e08200)
- website: support lazy loading the images from the blog section (136c01a)
0.3.1 (2019-03-23)
- bug: incorrect context referenct in nuxt (647cab0)
- website: fix avatar position (821deea)
- website: fix starting the website when no internet connection is available (2e08200)
- website: support lazy loading the images from the blog section (136c01a)
0.3.0 (2019-03-18)
- 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)
- 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)
- 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)
0.2.1 (2018-12-11)
- core: add the Atom & RSS feeds alternate meta links (fcffb67)
- core: display the Subscribe button if the notifications are enabled (22e7950)
- core: fix the rendering of the Subscribe modal (34c03a2)
0.2.0 (2018-12-11)
- 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)
- 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)
0.1.3 (2018-11-20)
- core: fix reading the user's translations (b039d17)
- use exact versions for internal packages (a491b19)
0.1.2 (2018-11-20)
- core: add the missing
short_title
config attribute (d981eb6) - core: fix defining the description meta tag (db9e4df)
- core: fix defining the user's locales and systems (b488ec0)
- core: fix validating the Base URL (a988620)
0.1.1 (2018-11-17)
- cli: add the missing "dependencies installation" message when initializing a new project (1841390)
- cli: fix the new project creation (1cbdf5e)
- cli: fix the new incident creation (#64)
- docs: create the news subscription form (0844d14)
- website: create the news subscription form (6be629b)
0.1.0 (2018-11-14)
First Release