Releases: codechem/dappi
Releases · codechem/dappi
v2.1.0-preview
What's Changed
🚀 Features
- feat: Add Support for AWS S3 Bucket Storage (#296)
Full Changelog: 2.0.3-preview...2.1.0-preview
v2.0.3-preview
What's Changed
🔧 Other Changes
- ci: add more path commit prefixes for version gen
- chore: clean template project (#301)
Full Changelog: 2.0.0-preview...2.0.3-preview
v2.0.0-preview
What's Changed
⚠️ Breaking Changes
- feat!: add optional "include" query parameter, replace the Data Shaper with Dynamic Select (#290)
Full Changelog: 1.20.0-preview...2.0.0-preview
v1.20.0-preview
What's Changed
🚀 Features
- feat: add media loading animation - failed placeholder (#293)
🔧 Other Changes
- ci: update pipeline to use token for pushing to git repo
Full Changelog: 1.19.1-preview...1.20.0-preview
v1.19.1-preview
What's Changed
🚀 Features
- feat: add fluentValidation validators for the min-max values (#284)
- feat: define enumeration numbers
- feat: change logic for uploading media
- feat: add channel and queuing of upload requests
- feat: add property edit and delete option (#249)
- feat: add past date constraint (#240)
- feat: add exception handling middleware (#234)
- feat: add regex validation field (#228)
- feat: add has index to field request & handle it on model creating
- feat: configure crud actions (#211)
- feat: Implement JSON PATCH in Crud Controllers (#195)
- feat: extensive filters (#200)
- feat:data shaping (#196)
- feat: support decimal numbers (#199)
🐛 Bug Fixes
- fix: Pass stream instead of IFormFile to background queue (#292)
- fix: remove adding status in constructor
- fix: add error handling
- fix: Fix NGRX effect to reload fields after adding new field (#243)
- fix: add enum for datetime
- fix: change condition placement
- fix: disable indexing a media, url and checkbox field
- fix: rename method names
- fix: refactor duplicate code
- fix: check relation type on add field
- fix: add folders from templates to gitignore
- fix: align some of the buttons and icons (#216)
- fix: enum manager (#191)
🔧 Other Changes
- ci: trigger nuget publish after successful pre-release
- ci: test improved version calc
- ci: test version calc
- ci: fix version count
- ci: add pr-valdidation pipeline and run tests in release (#287)
- deps: fix broken deps tree
- Merge pull request #281 from codechem/feature/add-upload-queueing
- Add min-max values and length (#275)
- test: update snapshots and fix missing migration in TestEnv project (#283)
- chore(deps): bump tar and @angular/cli in /CCUI.DAPPI (#276)
- chore(deps): bump @angular/core from 20.3.15 to 20.3.16 in /CCUI.DAPPI (#254)
- ci: Add markdown template for PRs (#245)
- chore(deps): bump qs from 6.14.0 to 6.14.1 in /CCUI.DAPPI (#250)
- deps(CCUI.DAPPI): remove angular ssr related deps (#251)
- deps: Fix compatibility issues
- Bump @angular/platform-server from 19.2.14 to 19.2.15 in /CCUI.DAPPI (#132)
- Bump @angular/ssr from 19.2.15 to 19.2.18 in /CCUI.DAPPI (#148)
- chore(deps): bump vite and @angular-devkit/build-angular in /CCUI.DAPPI (#153)
- chore(deps): bump js-yaml from 4.1.0 to 4.1.1 in /CCUI.DAPPI (#192)
- chore(deps-dev): bump node-forge from 1.3.1 to 1.3.2 in /CCUI.DAPPI (#201)
- chore(deps): bump @angular/common from 19.2.14 to 19.2.16 in /CCUI.DAPPI (#203)
- chore(deps): bump @angular/compiler in /CCUI.DAPPI (#205)
- try fix authorization issue (#239)
- Merge pull request #230 from codechem/feature/configure-indexed-columns
- Merge pull request #232 from codechem/fix/distinct-date-and-datetime
- Merge branch 'main' into feature/configure-indexed-columns
- Merge pull request #227 from codechem/fix/dynamically-change-relation-type
- Merge pull request #219 from codechem/build-update-20251218-114707
- Merge pull request #218 from codechem/fix/add-to-gitignore
- refactor: refactor add field component (#214)
- test: fix tests (#213)
- WIP feat(Authentication): Allow additional JWT validation (#159)
- test: refactor tests (#185)
🆕 New Contributors
- @Copilot made their first contribution
- @ElenaStamenkovskaCC made their first contribution
- @Mihail Kitrozoski Codechem made their first contribution
- @elenastamenkovska made their first contribution
Full Changelog: 1.5.2-preview...1.19.1-preview
1.5.2-preview
What's Changed
- fix(Dappi.Cli): Add Dappi.Core reference handling in InitCommand by @fvanderflier in #184
Full Changelog: 1.5.1-preview...1.5.2-preview
1.5.1-preview
What's Changed
- fix: property name validation by @DavidPavlovski in #150
- feature: generate audiable entity by @DavidPavlovski in #149
- Update Angular build output by @github-actions[bot] in #151
- Update Angular build output by @github-actions[bot] in #152
- feat: entity and property creation with roslyn by @DavidPavlovski in #156
- test: integration tests by @DavidPavlovski in #160
- fix: relation property name by @DavidPavlovski in #158
- refactor: update db context in single action by @DavidPavlovski in #162
- fix: mediainfo null validation by @DavidPavlovski in #165
- test: update db context tests by @DavidPavlovski in #167
- Update Angular build output by @github-actions[bot] in #168
- feat: delete entity by @DavidPavlovski in #174
- Update Angular build output by @github-actions[bot] in #175
- Add enum management functionality by @manevdushko in #176
- feat: generate enums with roslyn by @DavidPavlovski in #179
- Update Angular build output by @github-actions[bot] in #180
- fix: builder page by @DavidPavlovski in #181
- Update Angular build output by @github-actions[bot] in #182
Full Changelog: 1.1.5-preview...check
1.1.5
What's Changed
- fix: add core lib in pipeline by @DavidPavlovski in #147
- fix: crud generator by @DavidPavlovski in #146
Full Changelog: 1.1.3-preview...1.1.5-preview
1.1.3-preview
What's Changed
- feat: implement audit trail by @petar-dimitrievski in #141
- fix: update media info properties if sent in the payload by @gorgi-lazarev in #142
- fix: input for dateonly fields by @DavidPavlovski in #143
- fix: pluralization by @DavidPavlovski in #140
- Update Angular build output by @github-actions[bot] in #145
New Contributors
- @DavidPavlovski made their first contribution in #143
Full Changelog: 1.0.7-preview...1.1.3-preview
1.0.7-preview
Update Angular build output [skip ci] (#138) Co-authored-by: GitHub Actions <github-actions@github.com>