Skip to content

Releases: alexey-lapin/spring-boot-startup-analyzer

v0.5.1

22 Jan 00:17
7e1f968

Choose a tag to compare

What's Changed

🚀 Features

  • support epoch duration and time by @emouty in #26

🔧 Other Changes

  • Update actions/labeler action to v6 by @renovate[bot] in #7
  • Update actions/checkout action to v5 by @renovate[bot] in #6
  • Update docker/build-push-action action to v6 by @renovate[bot] in #18
  • Update dependency node to v24 by @renovate[bot] in #14
  • Update actions/setup-node action to v6 by @renovate[bot] in #10
  • Update actions/upload-pages-artifact action to v4 by @renovate[bot] in #12
  • Update dependency vitest to v4 by @renovate[bot] in #16
  • Update dependency vitest to v4.0.12 by @renovate[bot] in #21
  • Update actions/checkout action to v6 by @renovate[bot] in #24
  • Update dependency vue to v3.5.27 by @renovate[bot] in #25
  • Update dependency vitest to v4.0.17 - autoclosed by @renovate[bot] in #22
  • Update dependency vite to v7.3.1 by @renovate[bot] in #20
  • Update dependency @vitejs/plugin-vue to v6.0.3 by @renovate[bot] in #19
  • Update dependency vue-tsc to v3.2.2 by @renovate[bot] in #13
  • Update dependency jsdom to v27.4.0 by @renovate[bot] in #9
  • Update dependency @tsconfig/node22 to v22.0.5 by @renovate[bot] in #11
  • Update dependency @vitest/eslint-plugin to v1.6.6 by @renovate[bot] in #15
  • Update dependency vite-plugin-vue-devtools to v8.0.5 by @renovate[bot] in #17
  • Update dependency eslint-plugin-vue to ~10.7.0 by @renovate[bot] in #23
  • Replace dependency @tsconfig/node22 with @tsconfig/node24 by @renovate[bot] in #27
  • Update dependency @types/node to v24.10.9 - autoclosed by @renovate[bot] in #28

New Contributors

Full Changelog: v0.5.0...v0.5.1

v0.5.0

12 Nov 04:08
14d2042

Choose a tag to compare

What's Changed

  • Refresh core stack (Vue 3.5, PrimeVue 4.4, Tailwind 4, Vite 7) for better DX and theming.
  • Tailwind-driven UI revamp: new Analysis Summary view plus redesigned analyzer inputs and Usage guide.
  • Build/release hardening with typed npm scripts, Vitest parser tests, and GitHub Actions for Pages + multi-arch images.
  • Docker publishing now targets ghcr.io, with README and workflows updated accordingly.

🚀 Features

Full Changelog: v0.4.4...v0.5.0

v0.4.4

25 Jan 04:01

Choose a tag to compare

  • fixed Docker image

v0.4.0

08 Oct 15:01

Choose a tag to compare

  • update dependencies
  • add the ability to load sample data
  • switch to green theme

v0.3.0

20 Aug 20:09
2d817b2

Choose a tag to compare

  • refactor to use Vite and Vitest
  • refactor components to use Composition API
  • update dependencies