From 77a2e39d499caf44b2a42c3272ac7531c54bbbf2 Mon Sep 17 00:00:00 2001 From: Methapon Metanipat Date: Mon, 18 Nov 2024 10:15:36 +0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 124 ++++++++++++++++++++++++++++----------------------- 1 file changed, 67 insertions(+), 57 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c80403d..d656e55 100644 --- a/CHANGELOG.md +++ b/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 -