Skip to content

Latest commit

 

History

History
82 lines (58 loc) · 6.77 KB

CHANGELOG.md

File metadata and controls

82 lines (58 loc) · 6.77 KB

1.1.0 (2024-09-25)

Features

  • add constants (012c0bd)
  • add create cron helper (2647dbf)
  • add cron db (8547bc0)
  • add cron decorator (1588693)
  • add cron decorator init (89cf18a)
  • add cron metadata helpers (633fbce)
  • add cron package and its types (af44196)
  • add cron provider (c76858f)
  • add getTask function (3de9340)
  • add getTask type (4cd7875)
  • add uuid (7a58d98)
  • bump @codecov/vite-plugin from 0.0.1-beta.10 to 1.1.0 (f6cd74a)
  • bump @commitlint/cli from 19.4.0 to 19.5.0 (83f8ba9)
  • bump @expressots/core from 2.16.1 to 2.16.2 (097946b)
  • bump @release-it/conventional-changelog from 8.0.1 to 8.0.2 (6d41f88)
  • bump @typescript-eslint/eslint-plugin from 8.2.0 to 8.6.0 (6209385)
  • bump eslint from 8.57.0 to 9.10.0 (690b31c)
  • bump husky from 9.1.5 to 9.1.6 (22d3324)
  • bump vite from 5.4.2 to 5.4.6 (3577f45)
  • export types and provider (a154847)
  • migrate eslintrc (dd9c7b2)

Bug Fixes

  • fix cron interface name (67039db)
  • remove test pckg (9d9fff2)
  • resolve expressots/core in vitest config (9895905)
  • test folder location pointing (6cab77a)

Documentation

Code Refactoring

  • adapt set metadata to new implementation (a6c86e1)
  • adapt the decorator and provider to the new inferface implementation (5f07da5)
  • folder structure (007d925)
  • ignore eslintrc (f31deed)
  • initialize jobs in cron db (43b92cc)
  • refactor cron decorator (f6c59ec)
  • refactor cron interface (1d6eff4)
  • refactoring provider wip (047adb2)
  • remove cron init decorator (b4c5cf5)
  • remove extra param (7cd175c)
  • remove generated files (3b4fe82)
  • removed extra types and add new ones (6c053d2)
  • update cron symbol name (aaefefc)
  • update keywords (ae79494)
  • update package json information (23dc5b5)
  • update package name and some consistency (de54078)

Tests

  • add cron provider tests (d738496)
  • add express and dotenv as dev for tests (?) (ea1400a)
  • add more test cases (06e5db0)
  • some more checks (59ac3ef), closes #11

Build System

0.0.1 (2023-09-05)

Bug Fixes