# Changelog All notable changes to this project will be documented in this file. ## [0.3.0-beta.1] - 2024-01-22 ### Miscellaneous Tasks - Removed cargo release commit and tag - Removed deprecated api - Added one more option on `security` group on git cliff configuration - Enabled code scan with codeql.yml ### ๐Ÿฆบ Security - Added cargo audit cron job using github action ## [0.2.3-beta.1] - 2024-01-21 ### Miscellaneous Tasks - Release timex version 0.2.3-beta.1 ### โœจ Refactor - Make stable api from `unstable_get_week_bounded_days_for_given_date` to `get_week_bounded_days_for_given_date` ## [0.1.3-beta.1] - 2024-01-20 ### Miscellaneous Tasks - Release timex version 0.1.3-beta.1 - Added pre-release commend in Makefile to make quick pre-release stages - Release timex version 0.1.2-beta.1 - Add release config with pre hook for changelog version - Release timex version 0.1.0-beta.1 - Spling of year cut the date and special case on end date of month ### โœจ Refactor - Marking for deprecated function - Allow dead code - Rename to better naming - Update docs and update hard stop of date range - Update ok for wasm function - Upload logs - Removed fallback on api env - Removed the rewrite - Allow env varaible for host in grpc - Formatting - Improvment on demo website - Unified api - Renaming package ### ๐ŸŽ‰ Features - [**breaking**] Switching the folder structure for better code management - Update weekday and added new test case - Added demo link - Add error support in api - Update package typescript - Rewrites of api with support of env - Rewrites of api - Changing to debian - Changing tags - Changing table and labels - Github action support - Add support for docker for the demo server - Display layman based on the options - Month feature on never option added ### ๐Ÿ› Bug Fixes - Correct typing - Allow env var host - Adding hard code url of api - Removed the local host - Using correct concat method - Rewrite api path for both - Remove webassembly - Fix the binary name and path - Renaming the docker build push action - Removed unwanted subtraction of week in test case ### ๐Ÿ’… Styling - Apply styles format ### ๐Ÿ“ Documentation - Update docs on public api - Update in example - Update document on struct - Update rust docs comment on schedule details struct - Document update - Updated read me document and utils function - Updated read me document - Added read me document ### ๐Ÿงช Testing - Added test case ### ๐Ÿงฑ Devops - Removed github action