@pulsecron/pulse
Advanced tools
Comparing version 1.4.4 to 1.5.0
@@ -7,2 +7,3 @@ /// <reference types="node" /> | ||
import { CloseMethod } from './close'; | ||
import { CountJobsMethod } from './count-jobs'; | ||
import { CreateMethod } from './create'; | ||
@@ -95,2 +96,3 @@ import { DatabaseMethod } from './database'; | ||
get jobs(): JobsMethod; | ||
get countJobs(): CountJobsMethod; | ||
get lockLimit(): LockLimitMethod; | ||
@@ -97,0 +99,0 @@ get maxConcurrency(): MaxConcurrencyMethod; |
@@ -9,2 +9,3 @@ "use strict"; | ||
const close_1 = require("./close"); | ||
const count_jobs_1 = require("./count-jobs"); | ||
const create_1 = require("./create"); | ||
@@ -136,2 +137,5 @@ const database_1 = require("./database"); | ||
} | ||
get countJobs() { | ||
return this.bindMethod('countJobs', count_jobs_1.countJobs); | ||
} | ||
get lockLimit() { | ||
@@ -138,0 +142,0 @@ return this.bindMethod('lockLimit', lock_limit_1.lockLimit); |
{ | ||
"name": "@pulsecron/pulse", | ||
"version": "1.4.4", | ||
"version": "1.5.0", | ||
"description": "The modern MongoDB-powered scheduling library for Node.js", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -288,6 +288,6 @@ <p align="center"> | ||
- [X] **Add Support for Latest Mongoose Version(8.x.x)**: Upgrade Pulse to be fully compatible with the latest version of Mongoose. This will enable Pulse to leverage the newest features and improvements in Mongoose, ensuring better performance, stability, and security for applications that rely on MongoDB through Mongoose. | ||
- [ ] **Refactoring to Modern TypeScript Syntax**: Undertake a comprehensive refactor of the codebase to utilize modern TypeScript features and syntax. This refactoring will improve code readability, maintainability, and make it easier for new contributors to understand and contribute to the project. | ||
- [ ] **Resolving Issues in Existing Agenda Projects**: Actively address and resolve outstanding issues within the original Agenda project. This initiative not only aids the community by improving the legacy codebase but also informs the development of Pulse by identifying and addressing past challenges. | ||
- [X] **Refactoring to Modern TypeScript Syntax**: Undertake a comprehensive refactor of the codebase to utilize modern TypeScript features and syntax. This refactoring will improve code readability, maintainability, and make it easier for new contributors to understand and contribute to the project. | ||
- [X] **Resolving Issues in Existing Agenda Projects**: Actively address and resolve outstanding issues within the original Agenda project. This initiative not only aids the community by improving the legacy codebase but also informs the development of Pulse by identifying and addressing past challenges. | ||
- [ ] **Rewrite Test Code**: Revamp our testing suite to increase coverage and ensure tests are up-to-date with modern testing practices. This rewrite aims to enhance test reliability and efficiency, facilitating smoother development and deployment cycles. | ||
- [ ] **Rewrite Documentation**: Completely revise and update the documentation to reflect all new changes and features, ensure clarity of information, and improve navigation and readability for developers. This effort will include new getting started guides, API documentation, and use case examples to facilitate easier adoption and implementation by users. | ||
- [X] **Rewrite Documentation**: Completely revise and update the documentation to reflect all new changes and features, ensure clarity of information, and improve navigation and readability for developers. This effort will include new getting started guides, API documentation, and use case examples to facilitate easier adoption and implementation by users. | ||
--- | ||
@@ -294,0 +294,0 @@ <br/> |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
185280
174
2195