Releases: adr/adr-manager
Releases · adr/adr-manager
v2.0.0
This release removes Pizzly as the authentication middleware, which we hosted on Heroku, and replaces it with Firebase as the new OAuth backend. This has implications for:
- Currently logged-in users who have to log out and then log in with the new Firebase backend
- The end-2-end testing, both in the CI/CD pipeline and locally (see updated
README
) - Self-hosting the authentication backend for a custom ADR Manager instance (see updated
README
)
Otherwise, the ADR Manager's functionality stays as is.
v1.2.0
This is mostly a developer-related release, with no new functionality or bug fixes, but substantial changes to the repository.
- Updated used libraries to the newest compatible versions
- Switched build tool to from Vue CLI to
vite
(in preparation of the migration to Vue3) - Changed repository structure
- Made e2e tests more robust
- Introduced
prettier
and reformatted the whole code
v1.1.0
Merge pull request #91 from koppor/brancheChangeFix Branche change fix
ADR-Manager
First release of our adr-manager. It contains the basic functionality for managing MADRs on GitHub. A fully functional app is being deployed.