Update CHANGELOG.md
This commit is contained in:
parent
0061bd77bb
commit
77a2e39d49
1 changed files with 67 additions and 57 deletions
124
CHANGELOG.md
124
CHANGELOG.md
|
|
@ -6,19 +6,86 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
### 🚀 Features
|
||||
|
||||
- Add endpoint for getting only its main data
|
||||
- Update request data table
|
||||
- Prevent from change after completed
|
||||
- Add stats by status
|
||||
- Employment office (#5)
|
||||
- Add normal search for employment office
|
||||
- Add get by id
|
||||
- Add complex query
|
||||
- Add support for search in request data
|
||||
- Add code gen to request data
|
||||
- Add timestamp field to request lits
|
||||
- Update constraints
|
||||
- Add attributes fields
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- Casing
|
||||
- Wrong condition
|
||||
- Wrong search result
|
||||
- Empty query result in empty array
|
||||
- Wrong code gen (gen one instead of bulk)
|
||||
|
||||
### 🚜 Refactor
|
||||
|
||||
- Change endpoint name
|
||||
- Use helper
|
||||
- Add overloading for util function
|
||||
- Adjust code
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- Migrations
|
||||
- Migration
|
||||
- Add package manager field in package.json
|
||||
|
||||
## [0.7.1] - 2024-11-13
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- Also accept null
|
||||
- Wrong shared condition
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- Update deps
|
||||
- Enable relation join optimize
|
||||
|
||||
## [0.7.0] - 2024-11-13
|
||||
|
||||
### 🚀 Features
|
||||
|
||||
- Add post endpoint for complex criteria
|
||||
- Add passport fields
|
||||
- Add visa fields
|
||||
- Add employee work fields
|
||||
- Add employee other fields
|
||||
- Add attributes to workflow template
|
||||
- Add work field
|
||||
- Sort role name
|
||||
- Accept more criteria
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- Typo
|
||||
- Attributes not stored in database
|
||||
- Wrong employee code on change branch
|
||||
- Wrong order
|
||||
- Change role from account to accountant
|
||||
- Wrong varialbe used
|
||||
|
||||
### 🚜 Refactor
|
||||
|
||||
- 💥**breaking**💥 Remove in country notice
|
||||
- Reduce code duplication
|
||||
- Accept null as value
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- Update gen changelog script
|
||||
- Migration
|
||||
|
||||
## [0.6.2] - 2024-11-08
|
||||
|
||||
|
|
@ -350,61 +417,4 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
- Remove role from allow cross branch
|
||||
|
||||
## [0.3.1] - 2024-09-25
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- User email not save in keycloak
|
||||
|
||||
## [0.3.0] - 2024-09-24
|
||||
|
||||
### 🚀 Features
|
||||
|
||||
- Add file location for employee
|
||||
- File upload customer branch
|
||||
- Customer branch citizen
|
||||
- Include more relation in employee
|
||||
- Allow company change
|
||||
- Prevent from change company
|
||||
- Add field
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- Case typo
|
||||
- Conflict endpoints
|
||||
- Tag
|
||||
- Missing field
|
||||
- Wrong payload
|
||||
- Relation
|
||||
- Customer code should not have company code
|
||||
- Update payload
|
||||
- Typo and handle delete
|
||||
- Relation constraits
|
||||
- Missing fields
|
||||
- Error required args
|
||||
- Error on edit
|
||||
- Tree permission
|
||||
|
||||
### 🚜 Refactor
|
||||
|
||||
- Customer structure
|
||||
- Helper function
|
||||
- Use helper
|
||||
- Employee
|
||||
- 💥**breaking**💥 Customer (employer) fields
|
||||
- Combine payload
|
||||
- Make field optional
|
||||
- Change payload
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- Add local build action
|
||||
- Remove localhots (not working when in container)
|
||||
- Remove join
|
||||
- Update endpoints tag
|
||||
- Update tag
|
||||
- Database refactor
|
||||
- Update migration
|
||||
- Migration
|
||||
|
||||
<!-- generated by git-cliff -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue