Releases: final-hill/cathedral
Releases · final-hill/cathedral
v0.10.2
v0.10.1
v0.10.0
v0.9.0
What's Changed
- 133 Moved to a Client/Server model in #199
- Deprecated use of Github pages and migrated to Azure
- 207 Replaced custom ORM with mikroorm in #209
- 200 Implement user accounts in #216
- 221 Infrastructure as Code in #221
- 201 Azure Infrastructure configuration in #222
- Github pipeline configuration
- Configured OpenID connect communication between Azure <-> Github
- Defined Contributing.md documentation
- Created client/server debugging functionality
- Removed the Interactor classes as they were redundant with the Repository functionality
- Removed Repository classes (now managed my the ORM)
- Layout simplifcation and updates to support the User+Role functionality
- Introduced Organization concept and adjusted page routes
/<organization>/<solution>/foo/bar
- Miscellaneous minor bug fixes across pages
- Defined API endpoints:
.
└── /api
├── /approles
├── /auth
├── /functional-behaviors
├── /limits
├── /outcomes
├── /system-components
├── /appuser-organization-roles
├── /constraints
├── /glossary-terms
├── /non-functional-behaviors
├── /persons
├── /use-cases
├── /appusers
├── /effects
├── /invariants
├── /obstacles
├── /solutions
├── /user-stories
├── /assumptions
├── /environment-components
├── /justifications
├── /organizations
└── /stakeholders
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- Added slug checking middleware by @mlhaufe in #173
- Minor bug fixes by @mlhaufe in #174
- Refactored to eliminate modules by @mlhaufe in #175
- Implemented Functionality entity and associated table by @mlhaufe in #183
- Implemented Prioritization and extended Behavior by @mlhaufe in #184
- Implemented Goals Functionality page by @mlhaufe in #190
- Fixed middleware by @mlhaufe in #191
- Fixed solution editing bug by @mlhaufe in #192
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- 11 Reviewed local-first strategy for syncing data by @mlhaufe in #11
- 126 Fixed bug with cascading deletes not working by @mlhaufe in #126
- 132 Migrated data layer from localstorage to database by @mlhaufe in #170
- 143 Schema Update: Components now extend Actors by @mlhaufe in #143
- 152 UseCase classes refactored into Interactor classes by @mlhaufe in #152
- 153 Domain entities refactored to reference Solution and not PEGS classes by @mlhaufe in #153
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- Unified and abstracted DataTables as XDataTable component by @mlhaufe in #137
- Implemented Solution editing by @mlhaufe in #138
- Enabled Theme switching by @mlhaufe in #139
- Fixed page and breadcrumb titles by @mlhaufe in #140
- Implemented System -> Components by @mlhaufe in #141
- Implemented Roles & Personnel by @mlhaufe in #147
- Implemented Functionality page by @mlhaufe in #150
- Implement system scenarios by @mlhaufe in #158
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- Refactored architecture to utilize use cases by @mlhaufe in #100
- Fixed bug in Use case diagram by @mlhaufe in #101
- Fixed DataTable edit issue by @mlhaufe in #102
- Implemented Settings page by @mlhaufe in #103
- 84 implement system components by @mlhaufe in #104
- Replaced Components screens with TreeView component by @mlhaufe in #107
- Migrated to Nuxt by @mlhaufe in #129
- Added pre-alpha warning by @mlhaufe in #131
Full Changelog: v0.4.0...v0.5.0
v0.5.0-beta
v0.5.0-alpha
What's Changed
- Refactored architecture to utilize use cases by @mlhaufe in #100
- Fixed bug in Use case diagram by @mlhaufe in #101
- Fixed DataTable edit issue by @mlhaufe in #102
- Implemented Settings page by @mlhaufe in #103
- 84 implement system components by @mlhaufe in #104
- Replaced Components screens with TreeView component by @mlhaufe in #107
Full Changelog: v0.4.0...v0.5.0-alpha