Skip to content

Latest commit

 

History

History
100 lines (51 loc) · 5.94 KB

CHANGELOG.md

File metadata and controls

100 lines (51 loc) · 5.94 KB

Changelog

Automatically updated using Release Please. Follows semantic versioning, using conventional commits.

0.4.1-alpha.1 (2024-09-14)

Features

  • release: Create release setup to migrate DB and pull repo (#45) (d4b26ae)

0.4.0-alpha.1 (2024-09-09)

Features

  • webhook: implement GitHub webhook for content updates (2c23562)

0.3.3-alpha.1 (2024-08-18)

Documentation

  • readme: update features and development tools information (a385f3d)

0.3.2-alpha.1 (2024-08-17)

Bug Fixes

  • docker: ensure static assets directory exists in entrypoint script (086c3c1)

0.3.1-alpha.1 (2024-08-16)

Bug Fixes

  • remove duplicate Plug.Exception implementation for Ecto.NoResultsError (31d5a91)

0.3.0-alpha.1 (2024-08-16)

Features

  • content: implement markdown rendering with custom components and caching (#37) (0ed94ff)

0.2.0-alpha.1 (2024-07-30)

Features

  • content: offer note i18n translations, restructure content management system (#35) (a36042b)

0.1.1-alpha.1 (2024-07-11)

Miscellaneous

  • release: bump version to 0.1.0-alpha.2 (#31) (dbd011d)

0.1.0-alpha.1 (2024-07-04)

  • This commit replaces the entire React-based portfolio with the new Elixir and Phoenix based portfolio

Features

  • ci: integrate Coveralls for test coverage reporting (#20) (8f27d2d)
  • ci: integrate sobelow security checks (#23) (20dc6cf)
  • lang-switcher: resolve conflicts favoring local implementation (65a1fd6)
  • merge new Elixir-based portfolio, replacing React version (3e9ac76)
  • nav: implement nav as liveview, with lang switcher, url-based routing. (#24) (7d47b8a)
  • security: implement content security policy (cc789a9)
  • versioning: initialize project version (be7f00b)

Bug Fixes

  • csp: use lowercase header names for content security policy (8925030)
  • lefthook: change elixir format check to format action (4d9d939)

Documentation

  • add moduledocs and improve code documentation (b406206)
  • readme: add work in progress badge and refine project description (94208aa)
  • update license and usage terms in README (b20c76b)

Miscellaneous

  • ci: Modify config for release please (2a43a13)
  • readme: clarify project (#28) (07c41ad)
  • readme: fix coverage badge to reflect main branch (425b8e1)
  • release: configure pre-1.0 versioning (e2958f5)
  • release: configure release-please (1ce5ffb)

[0.1.0] - 2024-06-27

  • Initial release